function Link(PageName)
{
	window.open( PageName , "new","toolbar=0,location=no,status=no,menubar=no,scrollbars=no,width=380,height=380");
}
