<!--		
function windowNew() {
var newwin=window.open("","newwin","width=640,height=480,toolbar=yes,scrollbars=yes,menubar=yes,location=yes,directories=no,status=yes,resizable=yes");
newwin.focus();return true; 
				}	
//-->
