function popUp(page, width, height) {

	showModalDialog(page, null, "dialogWidth:"+width+"px; dialogHeight:"+height+"px");
	self.window.location.reload();

}
