function show(w,h,winName) {
	var newSize = "width=" + w + ",height=" + h;
	window.open('',winName,newSize);
}
