function popUp(URL)
{
	details=window.open(URL,"window1","width=900,height=800,top=10,left=10,resizable=yes,scrollbars=yes,menubar=no,toolbar=no,status=yes,location=no")
}
