function PopUp(pagename,myname)
{
	var settings;
	settings='';
	win=window.open(pagename,myname,settings);
	return false;
}
