//ÆË¾÷Ã¢ ¶ç¿ì±â
function openWindow(url,name) {
//	  w = screen.width-10;
//	  h = screen.height-65;
	var win = window.open (url,name,"toolbar=no,location=no,channelmode=0,fullscreen=1,screenY=0,alwaysRaised=0, status=no"); 
	win.focus();
} 