// JavaScript Document
function reSizeWin(h,w){
	var h;
	var w;
	window.resizeTo(h,w);
};