﻿var MyDialogObject = new Object();

function ShowDialog(href,w,h){
MyDialogObject = new Object();
return window.showModalDialog(href,null,"dialogWidth:"+w+"px;dialogHeight:"+h+"px;status=no;scroll=no");
}