function GoToUpPage(){
	var strAddr, lPos;
	str=new String(window.parent.top.frames["show"].document.location.href);
	lPos= str.indexOf("#", 0);
	if(lPos != -1){
		strAddr=str.substr(0, lPos) + "#top";
	}
	else strAddr=str + "#top";
	window.parent.top.frames["show"].document.location.href=strAddr;
	return false;
}

function GoToBottomPage(){
	var strAddr, lPos;
	str=new String(window.parent.top.frames["show"].document.location.href);
	lPos= str.indexOf("#", 0);
	if(lPos != -1){
		strAddr=str.substr(0, lPos) + "#bottom";
	}
	else strAddr=str + "#bottom";
	window.parent.top.frames["show"].document.location.href=strAddr;
	return false;
}

function UPARROW_onmouseover() {
	window.status = "ÏÅÐÅÕÎÄ Â ÍÀ×ÀËÎ ÑÒÐÀÍÈÖÛ";
	ContentVisible("Hidden");
}

function ARC_onmouseover() {
	ContentVisible("Hidden");
}

function UPARROW_onmouseout() {
	window.status = "";
}

function CNT_BUT_onmouseover() {

	ContentVisible("Visible");
}

function DOWNARROW_onmouseover() {
	window.status = "ÏÅÐÅÕÎÄ Â ÍÀ×ÀËÎ ÑÒÐÀÍÈÖÛ";
	ContentVisible("Hidden");
}

function DOWNARROW_onmouseout() {
	window.status = "";
}