<!--
function ShowDialog(file,w,h)
{
	window.showModalDialog(file,'','dialogWidth=' + w + 'px;dialogHeight=' + h + 'px;center=yes;resizable=no;help=no;status=no');
}
// -->