<!--
function GoToURL(URL, cid, SS, ActivePtr)
{
	var now=new Date();
	if(URL=="ratings.htm")
	{window.open(URL,'GuideSite'+now.getTime(),'left=20,top=20,width=500,height=470');}
	else
	{
		try
	{
	//window.location = "default.asp";
window.location="click.asp?ActivePtr="+ActivePtr+"&ShowSpot="+SS+"&url="+URL+"&cid="+cid,'GuideSite'+now.getTime(),'toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,left=20,top=20,width=760,height=550';
	}
//window.open("click.asp?ActivePtr="+ActivePtr+"&ShowSpot="+SS+"&url="+URL+"&cid="+cid,'GuideSite'+now.getTime(),'toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,left=20,top=20,width=760,height=550');}
		catch(exception)
{window.location="click.asp?url="+URL+"&cid="+cid,'GuideSite'+now.getTime(),'toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,left=20,top=20,width=760,height=550';
}
//{window.open("click.asp?url="+URL+"&cid="+cid,'GuideSite'+now.getTime(),'toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,left=20,top=20,width=760,height=550');}
	}
	return;
}

function GoToLocal(strOpt)
{
	if(strOpt==4)
	{
		var now=new Date();	
		window.open("local_ret.asp", 'SelectorSite'+now.getTime(), "left=100,top=100,width=400,height=20");
	}
	return;
}

var newWindow;
function GoToProfile(cid)
{
	if(navigator.userAgent.indexOf("MSIE")>-1)
	{
		cl = window.screenLeft;
		ct = window.screenTop;
		posx = String(cl+97);
		posy = String(ct+185);
    }
	else
	{
		posx=200;
		posy=200;
	}	

	var now = new Date();
	newWindow = window.open("profile.asp?cid=" + String(cid), "SelectorSite"+now.getTime(), "left="+posx+", top="+posy+",width=750,height=350");
	newWindow.focus();
	return;
}

function GoToDesc(so, ln, lk1)
{
	var now=new Date();	
	window.open("ListDesc.asp", 'SelectorSite'+now.getTime(), "width=175,height=210");
	return;
}

function GoQuickSearch(strURL)
{
	if(strURL!="0")
		window.location.href = strURL;
	return;
}
-->