function clearField(what) { if (what.value == what.defaultValue) what.value=""; } function
openWin(pic, width, height) { var picwin=window.open
(pic, 'media', 'location=0, toolbar=0, resizable=0, status=0, titlebar=0, toolbar=0, directories=0, menubar=0, scrollbars=0, width='+width+', height='+height);
picwin.focus(); }