  var browser = browserHeight();
	
  var   jsi      = "<div id='flashcontent-top'>"
	    jsi     += "<table>"
	    jsi     += "<td width='"+ unescape(browser.myWidth)  +"px' height='"+ unescape(browser.top) +"px'>"
    	jsi     += "</" + "table>"
        jsi     += "<div id='flashcontent'align='center'>"
	    jsi     += "<table align='center'>"
	    jsi     += "<td align='center' valign='middle' width='"+ unescape(browser.width)  +"px' height='"+ unescape(browser.height) +"px'>"
	    jsi     += "<img src='/images/flash.png' width='300' height='150' border='0' usemap='#map'>"
	    jsi     += "<map name='map'>"
	    jsi     += "<area shape='circle' coords=' 55,48,39' href='http:/"+"/"+"www.adobe.com/"+"shockwave/"+"download/"+"download.cgi?P1_Prod_Version=ShockwaveFlash'>"
	    jsi     += "<area shape='circle' coords='244,48,39' href='html/"+" main.html'>"
		jsi     += "</" + "map>"
		jsi     += "</" + "img>"
		jsi     += "</" + "td>"
		jsi     += "</" + "table>"
		jsi     += "</" + "div>"
		jsi     += "</" + "div>";

    document.open();
    document.write(jsi);
    document.close();
	
