<!--
function changelink()
{
  var myoption = document.Frame.selframe.options[document.Frame.selframe.selectedIndex].value;
  
  if (myoption == "ABT") window.open("about/abt_overview.htm","_parent");
  else if (myoption == "ADM") window.open("adm/ad1.htm", "_parent");
  else if (myoption == "ACD") window.open("acad/acad_main.htm", "_parent");
  else if (myoption == "CMP") window.open("campus/kl/campus_kl.htm","_parent");
  else if (myoption == "FAC") window.open("fac/fac_itf.htm", "_parent");
  else if (myoption == "LIB") window.open("library/lib_int.htm", "_parent");
  //else if (myoption == "FIN") window.open("http://web3.tarc.edu.my/v1/sta_net/sta_net.htm","_parent");
   //else if (myoption == "ELN") window.open("http://web3.tarc.edu.my/v1/sta_net/vl.asp","_parent");
  else if (myoption == "AFF") window.open("saf/saf_sct.htm", "_parent");
  else if (myoption == "STF") window.open("staff/staff_st.htm", "_parent");
  else if (myoption == "MAP") window.open("ctour/ctour.htm", "_parent");
  else if (myoption == "ALU") window.open("alumni/alumnit.htm", "_parent");
  else if (myoption == "NEW") window.open("http://web3.tarc.edu.my/v1/news/intranet", "_parent");
  else if (myoption == "JOB") window.open("hr/hr.htm", "_parent");
  else if (myoption == "SEA") window.open("search1/search.htm", "_parent");
  else if (myoption == "CEL") window.open("http://Elearning.tarc.edu.my", "_parent");
  else if (myoption == "UAR") window.open("http://www.utar.edu.my", "_blank");
  else if (myoption == "PUB") window.open("pubinfo/n_main.htm", "_parent");
  
  else if (myoption == "PEP") window.open("campus/penang/campus_png.htm", "_parent");
  else if (myoption == "PEK") window.open("campus/perak/campus_prk.htm", "_parent");
  else if (myoption == "JPH") window.open("campus/johor/campus_jhr.htm", "_parent");
  else if (myoption == "PHG") window.open("campus/pahang/campus_phg.htm", "_parent");
  else if (myoption == "SAB") window.open("campus/sabah/campus_sbh.htm", "_parent");
   
  else if (myoption == "SPU") window.open("acad/spus/acad_spus.htm", "_parent");
  else if (myoption == "SBS") window.open("acad/sbs/acad_sbs.htm", "_parent");
  else if (myoption == "SOT") window.open("acad/sot/acad_sot.htm", "_parent");
  else if (myoption == "SAS") window.open("acad/sas/acad_sas.htm", "_parent");
  else if (myoption == "SSH") window.open("acad/sssh/acad_sssh.htm", "_parent");
  else if (myoption == "EMS") window.open("acad/emsd/acad_emsd.htm", "_parent");
  else if (myoption == "CPE") window.open("http://web3.tarc.edu.my/v1/mainweb/cpe/n_cpe.htm", "_parent");
  //else if (myoption == "EXM") window.open("acad/acad_exam.htm", "_parent");
  else if (myoption == "LLL") window.open("http://web3.tarc.edu.my/v1/mainweb/cpe/Training/JanFeb/n_cpetp_janfeb.htm", "_parent");
  else if (myoption == "EML") window.open("http://mail.tarc.edu.my","_parent");
 // else if (myoption == "INF") window.open("http://web3.tarc.edu.my/v1/news/intranet.asp","_parent");
  //else if (myoption == "INF2") window.open("http://web3.tarc.edu.my/v1/login/login2.asp","_parent");
  //else if (myoption == "INF") window.open("http://web3.tarc.edu.my/v1/login/login.asp","_parent");
  else if (myoption == "INF") window.open("http://web3.tarc.edu.my/v1/news/intranet.asp","_parent");
  //else if (myoption == "" || isnull(myoption) == true || myoption == " ") 
      // window.alert("You need to download the Sun Java Plug-In");
  else myoption = "";
}
// -->

