function WinOpen(d,g,a,c,b,e,f){win=open(g,d,"toolbar="+c+",resizable=yes"+",scrollbars="+a+",status="+c+",location="+c+",width="+b+",height="+e);if(f){win.location.href=g;}win.focus();}function WinEmailOpen(a){WinOpen("email",a,"no","no",290,400,false);}