
If this box is checked, the NO JAVASCRIPT structure will not be included in your converted files.
Advantages: The converted code is shorter and more easy to read.
Disadvantages: In javascript is unavailable or disabled in the webbrowser, the objects are invisible!
Hint: Javascript is enabled in 99% of all webbrowsers!
Example of the NO JAVASCRIPT structure:
<noscript><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH="400" HEIGHT="20">
<PARAM NAME=movie VALUE="horizontalfademenu1.swf">
<PARAM NAME=quality VALUE="Best">
<PARAM NAME=wmode VALUE="opaque">
<PARAM NAME=bgcolor VALUE="#00688c">
<EMBED src="horizontalfademenu1.swf" quality="Best" wmode="opaque" bgcolor="#00688c"
WIDTH="400"
HEIGHT="20"
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT></noscript>