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