function winopen(URLtoOpen){
w=window.open(URLtoOpen,"winopen","resizable=yes,menubar=yes,directories=no,status=yes,location=yes,scrollbars=yes,toolbar=yes,width=477,height=500,left=0,top=0");
w.focus();
}


