
function doFlash(flashDir,file,aname,width,height){
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="'+aname+'" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+width+'" height="'+height+'" wmode="transparent"><param name="wmode" value="transparent"><param name="allowScriptAccess" value="always"><param name="name" value="'+aname+'" /><param name="id" value="'+aname+'" /><param name="movie" value="'+flashDir+file+'"><param name="quality" value="high"><embed src="'+flashDir+file+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" allowScriptAccess="always" width="'+width+'" height="'+height+'" name="'+aname+'" id="'+aname+'" wmode="transparent"></embed></object>');
}

function showTwitter(which) {
  allLayers = new Array('twitall','twithsmai','twitadrian','twitmtgs');
  for(i=0;i<allLayers.length;i++){
    document.getElementById(allLayers[i]).style.display = 'none';
  }
  document.getElementById(which).style.display = 'block';
}