/*

 ========================= SMALL CONTENT FUNCTIONS ============================================================
 ** VERSION 0.1 24. Nov. 2006
 ** by Bertold Roth www.nothing82.com
 ** (c) 2006 by Bertold Roth and pro clima - MOLL bauoekolgische Produkte GmbH - GEMRMANY
*/

// MENUE IN CONTENT OBJ
 function noFW_js_hide(idname){
  if(document.getElementById('noFW_hide_'+idname).style.display == 'none'){
   document.getElementById('noFW_hide_'+idname).style.display = 'block';
   return false;
  } else {
   document.getElementById('noFW_hide_'+idname).style.display = 'none';
   return false;
  }
 }
 
 function noFW_js_hidebyname(idname){
   document.getElementById('noFW_hide_'+idname).style.display = 'none'; 
 }
 
function noFW_world_jumpMenu(targ,selObj,restore){ 
  eval(targ+".location='http://www2.proclima.com"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
