      function writeFlash(id,slod,width,height) {

          document.getElementById(id).innerHTML = "<object type='application/x-shockwave-flash' data='"+slod+"' width='"+width+"' height='"+height+"' ><param name='movie' value='"+slod+"' /><param name=wmode value=transparent> </object>";

      }
	  
	 
