//<script LANGUAGE="JavaScript">
<!--
function showFG(){
	strFeatures = "width=750,height=563,resizable=yes,toolbar=yes,menubar=yes,status=yes,location=yes";
	window.open("fantasygolf/default.htm","fg",strFeatures,true)
}

function popup () {
	strFeatures = "width=350,height=300, resizable=yes,toolbar=no,menubar=no,status=no,location=no,screenX=5,screenY=5";
	window.open("popup.htm","popup",strFeatures,true)
}
if(parent.location.href == self.location.href) {
	if(window.location.href.replace){
		window.location.replace('default.asp?lpage=' + self.location.href);
	}
	else{	//causes problems with back button, but works
		window.location.href = 'default.asp?lpage=' + self.location.href;
	}
}
//-->
//</script>