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