// Expand Box Javascript
// Created by Torsion Creative

menu_status = new Array();

function showHide(supportitem){
    if (document.getElementById) {
    var switch_id = document.getElementById(supportitem);

        if(menu_status[supportitem] != 'show') {
           switch_id.className = 'show';
           menu_status[supportitem] = 'show';
        }else{
           switch_id.className = 'hide';
           menu_status[supportitem] = 'hide';
        }
		
        if(menu_status[supportitem2] != 'show') {
           switch_id.className = 'show';
           menu_status[supportitem2] = 'show';
        }else{
           switch_id.className = 'hide';
           menu_status[supportitem2] = 'hide';
        }
		
        if(menu_status[supportitem3] != 'show') {
           switch_id.className = 'show';
           menu_status[supportitem3] = 'show';
        }else{
           switch_id.className = 'hide';
           menu_status[supportitem3] = 'hide';
        }
		
        if(menu_status[supportitem4] != 'show') {
           switch_id.className = 'show';
           menu_status[supportitem4] = 'show';
        }else{
           switch_id.className = 'hide';
           menu_status[supportitem4] = 'hide';
        }
		
        if(menu_status[supportitem5] != 'show') {
           switch_id.className = 'show';
           menu_status[supportitem5] = 'show';
        }else{
           switch_id.className = 'hide';
           menu_status[supportitem5] = 'hide';
        }
		
        if(menu_status[supportitem6] != 'show') {
           switch_id.className = 'show';
           menu_status[supportitem6] = 'show';
        }else{
           switch_id.className = 'hide';
           menu_status[supportitem6] = 'hide';
        }
		
        if(menu_status[supportitem7] != 'show') {
           switch_id.className = 'show';
           menu_status[supportitem7] = 'show';
        }else{
           switch_id.className = 'hide';
           menu_status[supportitem7] = 'hide';
        }
		
        if(menu_status[supportitem8] != 'show') {
           switch_id.className = 'show';
           menu_status[supportitem8] = 'show';
        }else{
           switch_id.className = 'hide';
           menu_status[supportitem8] = 'hide';
        }
		

    }
}
