function popupwind(URL, width, height) {
	var x=(screen.width-width)/2;
	var y=(screen.height-height)/2;
	day = new Date();
	//id = day.getTime();
	id = 0;
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=auto,status=0,location=0,statusbar=0,menubar=0,resizable=0,width="+width+",height="+height+",left="+x+",top="+y+"');");
}


function callJavascript(pageNo){
     window.document.sgkflash.SetVariable("pageNo", pageNo);
}


function PopupPic(sPicURL) { 
	window.open("popup.html?"+sPicURL, "", "resizable=1,HEIGHT=200,WIDTH=200");
}