function OpenDownCasino(source) {
	var sURLreg = "http://topgame-online.com/gs2c/winward/download/?sourceID=" + source;
	window.open(sURLreg,"popDown","width=1,height=1,top=0,left=0");
	return;
}
//this is for the JP flash.The function call Should be changed in the flash to OpenDownCasino
function Download(loc) {
	OpenDownCasino('');
}

function changeDownloadStatus() {
	try {
		parent.isDownload = true;
	}
	catch(err){}
}

function showPopup() {
	var obj = document.getElementById('showimage');
	obj.style.display = 'block';
}