﻿

<!--
function menu(op){
  
  if(op=='show'){
    
    $("#menu_gora").height("523px");
  }
  else if(op=='hide'){
    $("#menu_gora").height("130px");
  }
}
//-->

