	function newWindow(newurl) {
	    newwin=window.open(newurl, '','left=335,top=100,width=425,height=435,resizable=0,status=0,scrollbars=0,toolbar=0,menubar=0,location=0,directories=0');
	}
	

