

function swfobject1(){  

      this.embedSWF=function(x,AE,AB,AD,q,w,r){ 
	  

 ready(function (e){
                
				var objectcontent="";
				// swf embedding code goes here///////////////////////////////////////////////
				
				objectcontent += "<OBJECT codeBase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0' width='765' height='60' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'>";
				objectcontent += " <PARAM NAME='FlashVars' VALUE=''>";
				objectcontent += " <Param name='movie' value='navigation.swf' /> ";
				objectcontent += " <PARAM NAME='quality' VALUE='high'> ";
				objectcontent += " <embed src='navigation.swf' quality='high' pluginspage='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='765' height='60'></embed>";
		
				document.getElementById("navi").innerHTML = objectcontent;                              

            });

        }

    }



   


 function ready(fun) {

        if (document.addEventListener) {

            document.addEventListener("DOMContentLoaded", fun, false);

        }

        if (document.attachEvent) {

            window.document.onreadystatechange = function() {

                if (window.document.readyState == "complete") {

                    fun();

                }

            }

        }

    }

var swfobject = new swfobject1();
