function pop(f,w,h){
hpw = window.open(f,"winjs","width="+w+", height="+h+", resizable=yes, left=0, top=0, scrollbars=yes, scrolling=auto");
hpw.resizeTo(w,h);
hpw.focus();
return false;
}
