
function toggleDirectory(){Effect.toggle('list','blind',{duration:0.5,beforeStart:function(){if($('showInfo').visible()){toggleShowInfo();}},afterFinish:function(){toggleBG();}});}
function toggleShowInfo(){Effect.toggle('showInfo','blind',{duration:0.5,beforeStart:function(){if($('list').visible()){toggleDirectory();}},afterFinish:function(){toggleBG();}});}
function toggleBG(){if($('showInfo').visible()){$('showInfo').addClassName('showBG');$('aboutShowLink').src='/images/aboutshowBTN_182x46.png';$('teleportLink').src='/images/teleportOFF118x46.png';}else{$('aboutShowLink').src='/images/aboutshowOFFBTN_182x46.png';}
if($('list').visible()){$('list').addClassName('showBG');$('teleportLink').src='/images/teleport118x46.png';$('aboutShowLink').src='/images/aboutshowOFFBTN_182x46.png';}else{$('teleportLink').src='/images/teleportOFF118x46.png';}}
function teleport(area,item){toggleDirectory();SWFAddress.setValue(area+'/'+item);}
function showEmailForm(){Effect.toggle('emailAFriend','blind',{duration:0.5,afterFinish:function(){FLIR.replace(['h2.sendemailform','li.sendemailform'],new FLIRStyle({mode:'fancyfonts',ff_BlurEdges:true}));}});}
function highlightOn(){$('closeShowButton').setStyle({color:'white'});}
function highlightOff(){$('closeShowButton').setStyle({color:'#666'});}