subroutine(option_info_image( bool is_msie_v6, string option_path), ( # Builds the option info icon string src; string style_attribute; if (!is_msie_v6) then ( src = fileref("picts/option_info.png"); ) else ( src = fileref("picts/blank.gif"); style_attribute = 'style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'' . fileref("picts/option_info.png") . '\', sizingMethod=\'scale\')" '; ); string element_id = option_path . ":option_info"; ''; ));