//.. popup script

function popup(page,name,x,y){	
	opt = "toolbar=no,alwaysRaised=no,location=no,status=no,menubar=no,scrollbars=no,width="+x+",height="+y+",resizable=no,hotkey=no,dependent=no,screenX=0,screenY=0, top=0, left=0"
	window.open(page,name,opt)
	}

function popups(page,name,x,y){
	opt = "toolbar=no,alwaysRaised=no,location=no,status=no,menubar=no,scrollbars=yes,width="+x+",height="+y+",resizable=no,hotkey=no,dependent=no,screenX=0,screenY=0, top=0, left=0"
	window.open(page,name,opt)
	}
	
function search(page,name,x,y){
	opt = "toolbar=yes,alwaysRaised=no,location=no,status=yes,menubar=yes,scrollbars=yes,width="+x+",height="+y+",resizable=no,hotkey=no,dependent=no,screenX=0,screenY=0, top=0, left=0"
	window.open(page,name,opt)
}

function pop_sabo()
{
    window.open('http://www.skcorp.com/service/sabo/main.asp','sabo','width=769,height=615,resizable=no,scrollbars=no,top=100,left=100');
	return;	
}

function OpenWin_publish()
{
    window.open('http://www.skcorp.com/invest/ir_overview/publish.asp','ir_publish','width=787,height=805,resizable=no,scrollbars=no,top=100,left=100');    
    return;	
}
