function popup(url, wname, w, h){
                       win = window.open(url, wname, "status=1, width="+w+", height="+h+", ,scrollbars=0,marginheight=0,marginwidth=0, resizable=yes");
					   win.focus();
                }
