function opennew( url )
	{
		open( url, "myPopup", "width=450, height=300, scrollbars=yes, toolbar=no, menu=no" );
}
