// JavaScript Document
function openWindow(url)
{
	urlx = 'MessageAr/MessageAr.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');
<!--alert("Hi");-->
}
