<!--
function createWindow(url,name,properties)
	{
	westWindow=window.open(url,name,properties)
	westWindow.focus()
	}
//-->