function fPopUp(c,b,f){var g=c;var h=b;var d=0;var e=0;var a="resizable=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,top="+d+",left="+e+",width="+g+",height="+h;oNewWindow=window.open(f,"popupWindow",a);oNewWindow.focus();return true};