﻿
	var vtmau=1;
	function changecolor_click(vt)
    {   
		var i;
		Submenu(vt);
        document.getElementById('vt' + vt).style.display="block";
        document.getElementById('vtl' + vt).style.color="#2C468F";
        
		for(i=1;i<=6;i++)
		{
			if(vt!=i)
			{
				document.getElementById('vt' + i).style.display="none";
				document.getElementById('vtl' + i).style.color="#DCDCDC";
		    }
		}
		vtmau=vt;
    }
    
    function mouseover(vt)
    {
        if(vt!=vtmau)
            document.getElementById('vtl' + vt).style.color="#ffffff";
    }
    function mouseout(vt)
    {
       if(vt!=vtmau)
        document.getElementById('vtl' + vt).style.color="#DCDCDC";
    }
    function Submenu(vt)
    {
       var capthumuc="../../../";
       var chuoi;
       if(vt==1)
         chuoi="";
       else if(vt==2)//tim viec lam
         chuoi="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a id='lk1' href='"+capthumuc+"NTV_frmDSViecLamKhac.aspx?page=1&LoaiViecLam=1&SoLuong=1000' style='text-decoration:none' onMouseOver=\"UnderLineOver('lk1')\" onMouseOut=\"UnderLineOut('lk1')\"><font style='font-family:Verdana; font-size:12px; color:#161616 '>Danh sách việc làm</font></a>&nbsp;&nbsp;&nbsp;<img src='"+capthumuc+"images/imgvachmenu_03.jpg' align='middle'>&nbsp;&nbsp;&nbsp;<a id='lk2' href='"+capthumuc+"NTV_frmTimNhanh.aspx?Trang=1'  style='text-decoration:none' onMouseOver=\"UnderLineOver('lk2')\" onMouseOut=\"UnderLineOut('lk2')\"><font style='font-family:Verdana; font-size:12px; color:#161616 '>Tìm kiếm nhanh</font></a>&nbsp;&nbsp;&nbsp;<img src='"+capthumuc+"images/imgvachmenu_03.jpg' align='middle'>&nbsp;&nbsp;&nbsp;<a id='lk3' href='"+capthumuc+"NTV_frmTimNangCao.aspx?Trang=0'  style='text-decoration:none' onMouseOver=\"UnderLineOver('lk3')\" onMouseOut=\"UnderLineOut('lk3')\"><font style='font-family:Verdana; font-size:12px; color:#161616 '>Tìm kiếm nâng cao</font></a>";
       else if(vt==6)//tai khoan
         chuoi="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a id='lk10' href='"+capthumuc+"NTV_frmCapNhatTaiKhoan.aspx' style='text-decoration:none' onMouseOver=\"UnderLineOver('lk10')\" onMouseOut=\"UnderLineOut('lk10')\"><font style='font-family:Verdana; font-size:12px; color:#161616 '>Thông tin tài khỏan</font></a>&nbsp;&nbsp;&nbsp;<img src='"+capthumuc+"images/imgvachmenu_03.jpg' align='middle'>&nbsp;&nbsp;&nbsp;<a id='lk11' href='"+capthumuc+"NTV_frmThayDoiMatKhau.aspx' style='text-decoration:none' onMouseOver=\"UnderLineOver('lk11')\" onMouseOut=\"UnderLineOut('lk11')\"><font style='font-family:Verdana; font-size:12px; color:#161616 '>Thay đổi mật khẩu</font></a>";
       else if(vt==3)//tao ho so
          chuoi="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a id='lk6' href='"+capthumuc+"NTV_frmHoSoUngTuyen.aspx' onClick='' style='text-decoration:none' onMouseOver=\"UnderLineOver('lk6')\" onMouseOut=\"UnderLineOut('lk6')\"><font style='font-family:Verdana; font-size:12px; color:#161616 '>Hồ sơ ứng tuyển</font></a>&nbsp;&nbsp;&nbsp;<img src='"+capthumuc+"images/imgvachmenu_03.jpg' align='middle'>&nbsp;&nbsp;&nbsp;<a id='lk7' href='"+capthumuc+"NTV_frmBuoc1.aspx'  style='text-decoration:none' onMouseOver=\"UnderLineOver('lk7')\" onMouseOut=\"UnderLineOut('lk7')\"><font style='font-family:Verdana; font-size:12px; color:#161616 '>Cập nhật hồ sơ</font></a>";
       else if(vt==4)//quan ly cong viec
           chuoi="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a id='lk8' href='"+capthumuc+"NTV_frmViecLamDaLuu.aspx'  style='text-decoration:none' onMouseOver=\"UnderLineOver('lk8')\" onMouseOut=\"UnderLineOut('lk8')\"><font style='font-family:Verdana; font-size:12px; color:#161616 '>Việc làm đã lưu</font></a>&nbsp;&nbsp;&nbsp;<img src='"+capthumuc+"images/imgvachmenu_03.jpg' align='middle'>&nbsp;&nbsp;&nbsp;<a id='lk9' href='"+capthumuc+"NTV_frmNopDonTrucTuyen.aspx'  style='text-decoration:none' onMouseOver=\"UnderLineOver('lk9')\" onMouseOut=\"UnderLineOut('lk9')\"><font style='font-family:Verdana; font-size:12px; color:#161616 '>Gởi đơn trực tuyến</font></a>&nbsp;&nbsp;&nbsp;<img src='images/imgvachmenu_03.jpg' align='middle'>&nbsp;&nbsp;&nbsp;<a id='lk10' href='NTV_frmThongBaoViecLam.aspx'  style='text-decoration:none' onMouseOver=\"UnderLineOver('lk10')\" onMouseOut=\"UnderLineOut('lk10')\"><font style='font-family:Verdana; font-size:12px; color:#161616 '>Thông báo việc làm</font></a>";
       else if(vt==5)//huong nghiep
           chuoi="";              
       document.getElementById('submenu').innerHTML=chuoi;
    }
    
    function DoiMauLink(id)
    {
       document.getElementById(id).style.color="#ffffff";
    }
   


