function newPopwin(page){
	Popwin = window.open(page,'', 
       'width=770,height=650,scrollbars=0,'+
       'resizable=1,status=0,menubar=0,toolbar=0,'+
       'location=0,directories=0,copyhistory=0');
       	}
