function open_upload_images(title,w1,h1){
	var thePage = ""
	thePage += "<html><head><title>" + title + "</title></head><body><div align='center'>"
	thePage += "<iframe src='http://www.wisn.com/blank/19000857/detail.html' height='250' width='500' frameborder='0' marginheight='0' scrolling='no'></iframe>"
	thePage += "</body></html>"
	h1+=45;
	w1+=15;
	var arg = "toolbar=no,status=no,location=no,menubar=no,height="+h1+",width="+w1+",scrollbars=no"
	var printPopupNewWindowVar18493 = window.open("","printPopupNewWindowWindowName",arg);
	printPopupNewWindowVar18493.document.write(thePage)
	printPopupNewWindowVar18493.document.close()	
}