<!--
function popReg(){
	window.open("/chinese/dessert06/reg.asp","wname","width=500,height=500");
	hideLayer();
}

function hideLayer(){
	document.getElementById("sd").style.visibility = "hidden";
}

function showKitty() {
	with (navigator){
		if (appVersion.indexOf('Mac')==-1){
			w = document.body.clientWidth;
			document.getElementById("sd").style.top = 0;
			document.getElementById("sd").style.left = (w-732)/2;
			document.getElementById("sd").style.visibility = "visible";
/*
			document.all["sd"].style.top = 0;
			document.all["sd"].style.left = (w-732)/2;
			document.all["sd"].style.visibility = "visible";
*/
//			setTimeout("hideLayer()",10000);
		} else {
			hideLayer();
		}
	}
}
//-->
