﻿function doImageDialog(b){var e={},a=window.showModalDialog(ImgPickerDialogUrl,null,"scroll:no;center:yes;help:no;status:yes;dialogHeight:480px;dialogWidth:640px");if(a&&a[0]){var c=document.getElementById(b),d="<p align=center><img src='"+a[0]+"'></p>";c.value=d;return true}return false}