
		<!-- hide script from tired old browsers
		// open in new window
		
		function pop(url, width, height) {
		    var Win = window.open(url,"pop",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,status=no,menubar=no' );
		Win.focus();
		}
		
		// stop hiding -->


