<!--//
// Anti-Frame code

if(top.frames.length > 0)
top.location.href=self.location;

//	Url Navigator
function go(url){
	//		alert(url);
	document.location=url;
}

function centerWin(url, width, height){
	var centerX=(screen.width-width)/2;
	var centerY=((screen.height-height)/2)-55;
	window.open(url, 'centerWin', 'status=0, resizable=0, scrollbars=1, width='+width+',height='+height+',top='+centerY+',screenY='+centerY+',left='+centerX+',screenX='+centerX);
}
//-->