// JavaScript Document
function openWindowX(url)
{
urlx = 'Message/Message1.html?urlname='+url;
<!--top = screen.hight/2;-->
window.open(urlx,'notice','width=555,height=150,titlebar=0,top=450,left=300,location=0,status=0,toolbar=0,scrollbars=0,resizable=0');
}