function openNewWindow(URLtoOpen) { 
	newWindow = window.open(URLtoOpen, 'shownet', 'status=1, toolbar=0, location=0, menubar=0, directories=0, width=880, height=600, scrollbars=1, resizable=0');
}
