<!--

function ec(eid, tid, toff, ton) {
   if(document.getElementById) 
   {
      var e = document.getElementById(eid);
	  var t = document.getElementById(tid);
      if(navigator.userAgent.indexOf("Firefox") != -1){
         if (e.style.display == "table-cell") 
		 { 
		    e.style.display = "none";
			t.innerHTML = toff 
		 }
         else 
		 {
		   e.style.display = "table-cell"; 
		   t.innerHTML = ton
		 }
      }
      else {
         if   (e.style.display == "block") 
		 {
		    e.style.display = "none";
			t.innerHTML = toff			
		 }
         else 
		 {
		   e.style.display = "block";
		   t.innerHTML = ton			
		 }
      }
      return false;
   }
   else {return true;}
}

function load()
{
  var load = window.open('','','scrollbars=no,menubar=no,left=100,top=50,resizable=no,toolbar=no,location=no,status=no');
  load.document.write('<HTML><TITLE>IT2 Movie</TITLE><BODY><DIV align=center>')
  load.document.write('<object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 width=640 height=480>')
  load.document.write('<param name=movie value=images/IT2_Movie.swf><param name=quality value=high><param name=scale value=noborder>')
  load.document.write('<embed src=images/IT2_Movie.swf quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash width=640 height=480>')
  load.document.write('</embed></object></DIV></BODY></HTML>')          
}
-->
