function openWindow() {
style = "toolbar=0,location=0,scrollbars=1,width=600,height=400,resizable=yes";
newwin=window.open("","newwin",style);
newwin.focus();
}

