// In this section we set up the content to be placed dynamically on the page.
// Customize movie tags and alternate html content below.

if (!useRedirect) {    // if dynamic embedding is turned on
  if(hasRightVersion) {  // if we've detected an acceptable version
    var oeTags = '<td width="199" valign="top" bgcolor="#EBE4D1" align="center">\
	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="199" height="150" id="Side Navigation convention">\
<param name="allowScriptAccess" value="sameDomain" />\
<param name="movie" value="/Flash/sidenav_conventions.swf" />\
<param name="menu" value="false" />\
<param name="quality" value="high" />\
<param name="bgcolor" value="#EBE4D1" />\
<param name="wmode" value="transparent">\
<embed src="/Flash/sidenav_convention.swf" quality="high" bgcolor="#EBE4D1" width="199" height="150" name="Side Navigation convention" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" />\
</object>';
	   document.write(oeTags);   // embed the flash movie
  } else {  // flash is too old or we can't detect the plugin
    // NOTE: height, width are required!
    var alternateContent = '<td width="199" background="images/sidebar_bg.gif" valign="top" align="center">\
			<table width="100%" border="0" cellspacing="0" cellpadding="17">\
				<tr>\
					<td align="right">\
						<a href="/conv_space.asp"><img src="/images/conv_space_off.gif" width="151" height="39" alt="Meeting and Exhibit Space" border="0" name="space"></a><br>\
						<a href="/conv_special.asp"><img src="/images/conv_offers_off.gif" width="151" height="24" alt="Special Offers and Schedules" border="0" name="offers"></a><br>\
						<a href="/conv_request.asp"><img src="/images/conv_request_off.gif" width="151" height="24" alt="Request Form" border="0" name="convrequest"></a><br>\
						<a href="/conv_catering.asp"><img src="/images/conv_catering_off.gif" width="151" height="24" alt="Catering" border="0" name="catering"></a>\
					</td>\
				</tr>\
			</table>';
    document.write(alternateContent);  // insert non-flash content
  }
}