" with ( document.UIlayer.document ) { open() write( html ) close() } } /* DESCR: Writes the document for an image indicator. PARAMS: image The image file. RETURNS: NOTES: */ function writeDocImage( image ) { var html = "" html += "" html += "" with ( document.UIlayer.document ) { open() write( html ) close() } }