
<!--
	function openWindow(url, width, height){
		toolWindow = window.open(url,'toolWindow','HEIGHT='+height+',WIDTH='+width+',toolbar=no,menubar=no,status=no,resizable=yes,scrollbars=yes,location=no');
		toolWindow.focus();
	}
// end hiding -->


