function xx_openWindow(theURL) {
	win = open (theURL, "Zoom", "status=no,menubar=no,resizable=yes,scrollbars=no,width=450,height=350");
	win.focus();
}
function xx_openWindow_Movie(theURL) {
	win = open (theURL, "Movie", "status=no,menubar=no,resizable=yes,scrollbars=no,width=420,height=310");
	win.focus();
}
function xx_openWindow_Flash(theURL) {
	win = open (theURL, "Movie", "status=no,menubar=no,resizable=yes,scrollbars=no,width=300,height=260");
	win.focus();
}
function xx_closeWindow() {
	window.close();
}
