var currentopen=6;

function showcommontools(commontoolno)
{
    //hide old opene1d
    commontool='commontoolsdown'+window.currentopen;
    buttonold='button-'+window.currentopen;
    window.currentopen=commontoolno;
    // alert(commontool);
    $('#'+commontool).animate({
    opacity: 0
   
    }, 400, function() {
    // Animation complete.
  });
   document.getElementById(commontool).style.zIndex="50";
   document.getElementById(buttonold).style.color="black";
   //show ordered
   
    commontool='commontoolsdown'+commontoolno;
    buttonnew='button-'+commontoolno;
    $('#'+commontool).animate({
    opacity: 1
     }, 400, function() {
    // Animation complete.
  });

   document.getElementById(commontool).style.zIndex="100";
   document.getElementById(buttonnew).style.color="white";
}



var currentToolName='hover1';

function leftTools(toolid)

{   if(window.currentToolName!=toolid){

  $('#'+window.currentToolName).animate({
    height:26

    }, 300, function() {
   window.currentToolName=toolid;
  });
  

         $('#'+toolid).animate({
    height:150

    }, 400, function() {
 //  window.currentToolName=toolid;
  });
  
//document.getElementById(toolid).style.height="150px";
}
}




//function for list2_1
var list2_1=0;
function changeHeight1()
  { if(window.list2_1!=1){
           window.list2_1=1;
  $('#list2_1').animate({
    height:126

    }, 300, function() {
   document.getElementById('list2_1_title').style.backgroundImage="url(assets/images/arrow-down.gif)";

  });


}
else if(window.list2_1==1){
           window.list2_1=0;
  $('#list2_1').animate({
    height:26

    }, 300, function() {
document.getElementById('list2_1_title').style.backgroundImage="url(assets/images/arrow-right.gif)";

  });


}

}

//function for list2_2
var list2_2=0;
function changeHeight2()
  { if(window.list2_2!=1){
           window.list2_2=1;
  $('#list2_2').animate({
    height:126

    }, 300, function() {
document.getElementById('list2_2_title').style.backgroundImage="url(assets/images/arrow-down.gif)";
  });


}
else if(window.list2_2==1){
           window.list2_2=0;
  $('#list2_2').animate({
    height:26

    }, 300, function() {
document.getElementById('list2_2_title').style.backgroundImage="url(assets/images/arrow-right.gif)";

  });


}

}



//function for list2_3
var list2_3=0;
function changeHeight3()
  { if(window.list2_3!=1){
           window.list2_3=1;
  $('#list2_3').animate({
    height:126

    }, 300, function() {
document.getElementById('list2_3_title').style.backgroundImage="url(assets/images/arrow-down.gif)";
  });


}
else if(window.list2_3==1){
           window.list2_3=0;
  $('#list2_3').animate({
    height:26

    }, 300, function() {
document.getElementById('list2_3_title').style.backgroundImage="url(assets/images/arrow-right.gif)";

  });


}

}
