function openthis3(url)
{
	pw = window.open(url,null, "width =700, height =400, scrollbars=yes, resizable=yes, status=yes, toolbar = yes, menubar = yes, location=yes ")
	pw.focus()
}