<!--
function refreshParent() {
	if(opener.name == "save_params") {
		parent.opener.location = parent.opener.location;
	}
	else if(window.opener.name == "player") {
		var so = new SWFObject("/site/video/utils/util_confirm.swf" , "confirm", "1", "1", "6", "ffffff");
		so.write("srconfirm");
	}
	else {
		//parent.opener.location.replace("http://" + parent.opener.location.hostname + parent.opener.location.pathname);
		window.opener.location.reload();
	}
}
function vipRegistration(Loc) {
	vipReg=window.open(Loc,"vipReg","toolbar=no,scrollbars=yes,directories=no,resizable=no,menubar=no,width=669,height=445,top=50,left=200,screeny=50,screenx=200");
	vipReg.focus();
}
/*begin code to show and hide layers*/
function showHide(whichLayer) {
	if (document.getElementById) {
		//standard
		var style2 = document.getElementById(whichLayer).style;
		style2.display = style2.display? "":"block";
	}
	else if (document.all) {
		//old msie versions
		var style2 = document.all[whichLayer].style;
		style2.display = style2.display? "":"block";
	}
	else if (document.layers) {
		//nn4
		var style2 = document.layers[whichLayer].style;
		style2.display = style2.display? "":"block";
	}
}
/*end code to show and hide layers*/
function membership_pop(Loc) {
	membership=window.open(Loc,"membership","toolbar=no,scrollbars=yes,directories=no,resizable=yes,menubar=no,width=800,height=600,top=20,left=200,screeny=20,screenx=200");
	membership.focus();
}
//-->