﻿/* vovhomme */
function vovhomme(num){
 switch(num){
  case 1: location.href="/index.html"; break;

 }
}

/* products */
function products(num){
 switch(num){
  case 1: location.href="/news/index.html"; break;
 }
}


/* mrforce */
function mrforce(num){
 switch(num){
  case 1: location.href="/topic/index.html"; break;
  
 }
}

/* community */
function community(num){
 switch(num){
  case 1: location.href="/Vision/Plane/index.html"; break;

 }
}

/* SOS campaign */
function campaign(num){
 switch(num){
   case 1: location.href="/Material/index.html"; break;

 }
}


/* help */
function help(num){
 switch(num){
  case 1: location.href="/CoolSites/index.html"; break;

 }
}



/* membership */
function member(num){
 switch(num){
  case 1: location.href="/Videos/index.html"; break;
 /* case 5: location.href="../member/exit.asp"; break;*/

 }
}


function myinfo(num){
 switch(num){
  case 1: location.href="/Magazine/index.html"; break;
 }
}





/* Ȩ */
function header(num){
 switch(num){
  case 1: location.href="/People/index.html"; break;
 }
}
function header1(num){
 switch(num){
  case 1: location.href="/ask/"; break;
 }
}
function header2(num){
 switch(num){
  case 1: location.href="#"; break;
 }
}
function header3(num){
 switch(num){
  case 1: location.href="/Committee/index.html"; break;
 }
}
function header4(num){
 switch(num){
  case 1: location.href="/Enterprise/index.html"; break;
 }
}
function header5(num){
 switch(num){
  case 1: location.href="#"; break;
 }
}

///Committee///




