function WinOpen(Url,Width,Height,Scrollbars)
{
	window.open(Url,'SecImg','width='+Width+',height='+Height+',scrollbars='+Scrollbars);
}

function Confirm(Msg,Url)
{
    if (Msg.length == 0)
    {
        Msg = "Á¤¸» »èÁ¦ÇÏ½Ã°Ú½À´Ï±î??";
    }

    if(confirm(''+Msg))
    location=Url
}
