function ScreenSizeAlert(idname,maxheight) { //¸¶¿ì½º¿À¹ö¾Æ¿ôÇÔ¼öÇÒ´ç
//	alert(maxheight);
	document.getElementById(idname).style.height=maxheight+"px";
}
