// JavaScript Document
/*
$(document).ready(function() {
	$('#cdown').mouseover(function(){
		$('#cstage').show(500);
	});
});
*/
function MM_openBrWindow(theURL,winName,features) { //v2.0
 window.open(theURL,winName,features);
}

function changelang(l){
	var wlocation = window.location.href;
	if(l=="playlordweb"){
		wlocation = wlocation.replace(/\/playlordweb\//i, "/stageplaylordweb/");
	}else{
		wlocation = wlocation.replace(/\/stageplaylordweb\//i, "/playlordweb/");
	}
	if ( wlocation.indexOf("?") > -1 ){
		wlocation = wlocation.substr(0, wlocation.indexOf("?"));
	}
	window.location.href = wlocation;
}
