function openWindow(theURL){
	myWindow = window.open(theURL, "", "");
	myWindow.focus();
}
