function OpenDialog(xfile,w1,h1) {
	   y8 = window.showModalDialog(xfile,"","dialogHeight: " + h1 + "px; dialogWidth: " + w1 + "px; dialogTop: px; dialogLeft: px; center: Yes; help: No; edge: Raised; resizable: No; status: No; scroll : Yes");
}
