menu_status1 = new Array(); 
menu_status2 = new Array(); 
menu_status3 = new Array(); menu_status3A = new Array(); 
menu_status4 = new Array(); 
menu_status5 = new Array(); 
menu_status6 = new Array(); 
menu_status7 = new Array(); 
menu_status8 = new Array(); 
 
function showHide1(theid){
    if (document.getElementById) {
    var switch_id = document.getElementById(theid);
 
        if(menu_status1[theid] != 'show') {
           switch_id.className = 'show';
           menu_status1[theid] = 'show';
		   createCookie('bukatutup1','show',300);
        }else{
           switch_id.className = 'hide'; 
           menu_status1[theid] = 'hide';
		   createCookie('bukatutup1','hide',300);

        }
    }
}


function showHide2(theid){
    if (document.getElementById) {
    var switch_id = document.getElementById(theid);
 
        if(menu_status2[theid] != 'show') {
           switch_id.className = 'show';
           menu_status2[theid] = 'show';
		   createCookie('bukatutup2','show',300);
        }else{
           switch_id.className = 'hide'; 
           menu_status2[theid] = 'hide';
		   createCookie('bukatutup2','hide',300);
        
        }
    }
}



function showHide3(theid){
    if (document.getElementById) {
    var switch_id = document.getElementById(theid);
 
        if(menu_status3[theid] != 'show') {
           switch_id.className = 'show';
           menu_status3[theid] = 'show';
		   createCookie('bukatutup3','show',300);
        }else{
           switch_id.className = 'hide'; 
           menu_status3[theid] = 'hide';
		   createCookie('bukatutup3','hide',300);
        }
    }
}


function showHide3A(theid){
    if (document.getElementById) {
    var switch_id = document.getElementById(theid);
 
        if(menu_status3A[theid] != 'show') {
           switch_id.className = 'show';
           menu_status3A[theid] = 'show';
		   createCookie('bukatutup3A','show',300);
        }else{
           switch_id.className = 'hide'; 
           menu_status3A[theid] = 'hide';
		   createCookie('bukatutup3A','hide',300);
        }
    }
}




function showHide4(theid){
    if (document.getElementById) {
    var switch_id = document.getElementById(theid);
 
        if(menu_status4[theid] != 'show') {
           switch_id.className = 'show';
           menu_status4[theid] = 'show';
		   createCookie('bukatutup4','show',300);
        }else{
           switch_id.className = 'hide'; 
           menu_status4[theid] = 'hide';
		   createCookie('bukatutup4','hide',300);
        
        }
    }
}


function showHide5(theid){
    if (document.getElementById) {
    var switch_id = document.getElementById(theid);
 
        if(menu_status5[theid] != 'show') {
           switch_id.className = 'show';
           menu_status5[theid] = 'show';
		   createCookie('bukatutup5','show',300);
        }else{
           switch_id.className = 'hide'; 
           menu_status5[theid] = 'hide';
		   createCookie('bukatutup5','hide',300);
        
        }
    }
}


function showHide6(theid){
    if (document.getElementById) {
    var switch_id = document.getElementById(theid);
 
        if(menu_status6[theid] != 'show') {
           switch_id.className = 'show';
           menu_status6[theid] = 'show';
		   createCookie('bukatutup6','show',300);
        }else{
           switch_id.className = 'hide'; 
           menu_status6[theid] = 'hide';
		   createCookie('bukatutup6','hide',300);
        
        }
    }
}


function showHide7(theid){
    if (document.getElementById) {
    var switch_id = document.getElementById(theid);
 
        if(menu_status7[theid] != 'show') {
           switch_id.className = 'show';
           menu_status7[theid] = 'show';
		   createCookie('bukatutup7','show',300);
        }else{
           switch_id.className = 'hide'; 
           menu_status7[theid] = 'hide';
		   createCookie('bukatutup7','hide',300);
        
        }
    }
}

function showHide8(theid){
    if (document.getElementById) {
    var switch_id = document.getElementById(theid);
 
        if(menu_status8[theid] != 'show') {
           switch_id.className = 'show';
           menu_status8[theid] = 'show';
		   createCookie('bukatutup8','show',300);
		  
        }else{
           switch_id.className = 'hide'; 
           menu_status8[theid] = 'hide';
		   createCookie('bukatutup8','hide',300);
		     
        
        }
    }
}



function createCookie(name,value,days) {
	if (days) {
		var date = new Date();
		date.setTime(date.getTime()+(days*24*60*60*1000));
		var expires = "; expires="+date.toGMTString();
	}
	else var expires = "";
	document.cookie = name+"="+value+expires+"; path=/";
}


function movefrominit(bt1,bt2,bt3,bt4,bt5,bt6,bt7,bt8,bt3A){
           //alert(bt1);
           menu_status1['bukatutup1'] = bt1;
		   menu_status2['bukatutup2'] = bt2;
		   menu_status3['bukatutup3'] = bt3;
		   menu_status4['bukatutup4'] = bt4;
		   menu_status5['bukatutup5'] = bt5;
		   menu_status6['bukatutup6'] = bt6;
		   menu_status7['bukatutup7'] = bt7;
		   menu_status8['bukatutup8'] = bt8;
		   menu_status3A['bukatutup3A'] = bt3A;
		   
	}





