//show context menu only if Control key is pressed
//document.oncontextmenu = new Function("return event.ctrlKey");


//if(document.all['m'][0].src.substring(0,10)=='javascript'){setFirstTimeRefresh();}
//alert(document.referrer + document.location.href);
//if(parent.right)



if(top.location.href == document.location.href)
{

		
	sFrameset = "../index.asp?goto=" + document.location.pathname.substr(1) + document.location.search;	
	top.location.href = sFrameset;

}

function setFirstTimeRefresh()
{


top.location.href=location.href;


}
