function openwindow2(url,name) {	var openstr = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resize=no,width=450,height=650,top=0, left=0';    window.open(url,name,openstr);}
