var OLDWHO="";

function moveinhistory(which){
which.style.background='CCCCCC'
}

function moveouthistory(which){
which.style.background='whitesmoke'
}

function GO(html){
window.location.href=html;
}

function SHOWHIDE(WHO){
if (document.all.item(WHO).className=="off"){
document.all.item(WHO).className="on";
	if (OLDWHO ==""){
	OLDWHO=WHO;
	}else{	
	document.all.item(OLDWHO).className="off";
	OLDWHO=WHO;
	}
}
}



if (parent.frames.length > 0) 
{
    parent.location.href = self.document.location
}



function openpopup(popurl)
{
scwd=screen.width;
winpops=window.open(popurl,'link1',"left=150,top=0,width=650,height=550,scrollbars=1,resizable=yes");
}

function navto(url)
{
window.open(url);
}

function openSpecWindow(url, width, height){
window.open(url,'Popup',"left=150,top=0,width=" + width + ",height=" + height +",scrollbars=1,resizable=yes");	
}
	