
function ToggleDescWhat() {
   var isExpand = 0;
   if (document.getElementById('bdwhat').style.display=='none') {
      document.getElementById('bdwhat').style.display='inline';
      isExpand = 1;
   } 
   else {
      document.getElementById('bdwhat').style.display='none';
   }
   return (isExpand);
}

function ToggleDescWhen() {
   var isExpand = 0;
   if (document.getElementById('bdwhen').style.display=='none') {
      document.getElementById('bdwhen').style.display='inline';
      isExpand = 1;
   } 
   else {
      document.getElementById('bdwhen').style.display='none';
   }
   return (isExpand);
}

function ToggleDescWhich() {
   var isExpand = 0;
   if (document.getElementById('bdwhich').style.display=='none') {
      document.getElementById('bdwhich').style.display='inline';
      isExpand = 1;
   } 
   else {
      document.getElementById('bdwhich').style.display='none';
   }
   return (isExpand);
}

function ToggleDescWhy() {
   var isExpand = 0;
   if (document.getElementById('bdwhy').style.display=='none') {
      document.getElementById('bdwhy').style.display='inline';
      isExpand = 1;
   } 
   else {
      document.getElementById('bdwhy').style.display='none';
   }
   return (isExpand);
}

function ToggleDescHow() {
   var isExpand = 0;
   if (document.getElementById('bdhow').style.display=='none') {
      document.getElementById('bdhow').style.display='inline';
      isExpand = 1;
   } 
   else {
      document.getElementById('bdhow').style.display='none';
   }
   return (isExpand);
}

function ToggleDescWhere() {
   var isExpand = 0;
   if (document.getElementById('bdwhere').style.display=='none') {
      document.getElementById('bdwhere').style.display='inline';
      isExpand = 1;
   } 
   else {
      document.getElementById('bdwhere').style.display='none';
   }
   return (isExpand);
}



function ToggleScenSight() {
   var isExpand = 0;
   if (document.getElementById('bssight').style.display=='none') {
      document.getElementById('bssight').style.display='inline';
      isExpand = 1;
   } 
   else {
      document.getElementById('bssight').style.display='none';
   }
   return (isExpand);
}

function ToggleScenSound() {
   var isExpand = 0;
   if (document.getElementById('bssound').style.display=='none') {
      document.getElementById('bssound').style.display='inline';
      isExpand = 1;
   } 
   else {
      document.getElementById('bssound').style.display='none';
   }
   return (isExpand);
}

function ToggleScenSeason() {
   var isExpand = 0;
   if (document.getElementById('bsseason').style.display=='none') {
      document.getElementById('bsseason').style.display='inline';
      isExpand = 1;
   } 
   else {
      document.getElementById('bsseason').style.display='none';
   }
   return (isExpand);
}

function ToggleScenLocation() {
   var isExpand = 0;
   if (document.getElementById('bslocation').style.display=='none') {
      document.getElementById('bslocation').style.display='inline';
      isExpand = 1;
   } 
   else {
      document.getElementById('bslocation').style.display='none';
   }
   return (isExpand);
}

function ToggleScenAnything() {
   var isExpand = 0;
   if (document.getElementById('bsanything').style.display=='none') {
      document.getElementById('bsanything').style.display='inline';
      isExpand = 1;
   } 
   else {
      document.getElementById('bsanything').style.display='none';
   }
   return (isExpand);
}

function ToggleScenNothing() {
   var isExpand = 0;
   if (document.getElementById('bsnothing').style.display=='none') {
      document.getElementById('bsnothing').style.display='inline';
      isExpand = 1;
   } 
   else {
      document.getElementById('bsnothing').style.display='none';
   }
   return (isExpand);
}



function TogglePlatAndroid() {
   var isExpand = 0;
   if (document.getElementById('bpandroid').style.display=='none') {
      document.getElementById('bpandroid').style.display='inline';
      isExpand = 1;
   } 
   else {
      document.getElementById('bpandroid').style.display='none';
   }
   return (isExpand);
}

function TogglePlatiPhone() {
   var isExpand = 0;
   if (document.getElementById('bpiphone').style.display=='none') {
      document.getElementById('bpiphone').style.display='inline';
      isExpand = 1;
   } 
   else {
      document.getElementById('bpiphone').style.display='none';
   }
   return (isExpand);
}

function TogglePlatPalmOS() {
   var isExpand = 0;
   if (document.getElementById('bppalmos').style.display=='none') {
      document.getElementById('bppalmos').style.display='inline';
      isExpand = 1;
   } 
   else {
      document.getElementById('bppalmos').style.display='none';
   }
   return (isExpand);
}

function TogglePlatWebOS() {
   var isExpand = 0;
   if (document.getElementById('bpwebos').style.display=='none') {
      document.getElementById('bpwebos').style.display='inline';
      isExpand = 1;
   } 
   else {
      document.getElementById('bpwebos').style.display='none';
   }
   return (isExpand);
}

function TogglePlatOther() {
   var isExpand = 0;
   if (document.getElementById('bpother').style.display=='none') {
      document.getElementById('bpother').style.display='inline';
      isExpand = 1;
   } 
   else {
      document.getElementById('bpother').style.display='none';
   }
   return (isExpand);
}

