function openthis(url)
{
	pw = window.open(url,null, "width =500, height =375, scrollbars=no, status=no, toolbar = no, menubar = no, location=no ")
	pw.focus()
}