function OpenWindow(URL,WindowName,features) 
	{ //v2.0
	thisWindow=window.open(URL,WindowName,features)
	thisWindow.focus()
	}
		
