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

