function resize(w, h){
                       window.resizeTo(w,h);
					   
					   window.focus();
                }
