<!--		
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; 
				}	
//-->


<!--		
function windowSmall() {
var smallwin=window.open("","smallwin","width=330,height=115,toolbar=no,scrollbars=no,menubar=no,location=no,directories=no,status=no,resizable=yes,left=450,top=400,screenX=450,screenY=400'");
smallwin.focus();return true; 
				}	
//-->