function openpopWindow(theURL,winName,features)
{//v2.0
	legoWindow=window.open(theURL,winName,features)
	legoWindow.focus()
}