// JavaScript Document
<!--
	function openWindow(theURL) {
var urlWindow = window.open(theURL,"","location=1,directories=0,location=0,menubar=0,toolbar=0,scrollbars=1,resizable=1,width=715,height=525,left=50,top=50");

	};  // end openWindow
// -->