// JavaScript Document

	
			function Open (url, w, h) {
				window.open (url, 'newwindow', config='height='+h+', width='+w+', toolbar=no, menubar=no, scrollbars=yes, resizable=yes,	location=no, directories=no, status=no');
				}

