function subwin(wURL){
newwin=window.open("","window1","width=690,height=800,scrollbars=yes");
newwin.location.href=wURL;
}


