
/*
* menu.js - menu structure for hiermenus
*
* Copyright (c) 2004 www.nokair.com
* hierMenus.js - Cross-Browser/Full-Window/Frames
* Copyright (c) 1999 internet.com Corp. All Rights Reserved
*
*/

   NS4 = (document.layers);
   IE4 = (document.all);
  ver4 = (NS4 || IE4);
 isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = (NS4 || (IE4 && !isMac));

function popUp(){return};
function popDown(){return};

if (!ver4) event = null;

if (isMenu) {
    menuVersion = 3;

    menuWidth = 210;
    childOverlap = 3;
    childOffset = 8;
    perCentOver = null;
    secondsVisible = .25;

    fntCol = "#000000";
    fntSiz = "8";
    fntBold = false;
    fntItal = false;
    fntFam = "MS Sans Serif, Verdana, Arial, Helvetica, sans-serif";

    backCol = "#ffffcc";
	//backCol = "#245c05";
    //overCol = "#FFBF00";
	overCol = "#99CC66";	
    overFnt = "#ffffff";

    borWid = 1;
    //borCol = "#FFBF00";
	borCol = "#245c05";	
    borSty = "solid";
    itemPad = 3;

    imgSrc = "buttons/arrow.gif";
    imgSiz = 10;

    separator = 1;
    //separatorCol = "#FFBF00";
	separatorCol = "#245c05";

    isFrames = false;
    navFrLoc = "top";

    keepHilite = true;
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
}

arMenu1 = new Array('','193','206','','','','','','',
'แบบฟอร์มคำร้อง','form/form_application.php',0,
'แบบฟอร์มใบสมัครทุนต่างๆ','form/form_scholarship.php',0,
'แบบฟอร์มเสนอรายชื่อประธานการสอบ','http://www.grad.ku.ac.th/form/chairman-exam.pdf',0,
'แบบฟอร์มเสนอรายชื่อผู้ทรงคุณวุฒิภายนอกสถาบัน','http://www.grad.ku.ac.th/form/from-Professor.pdf',0,
'ขึ้นทะเบียนอาจารย์บัณฑิตวิทยาลัย','form/form_teacher_register.php',0,
'แบบฟอร์มการประเมินหลักสูตรบัณฑิตศึกษา','http://www.grad.ku.ac.th/curriculum/from310.pdf',0,
'ใบรับรองวิทยานิพนธ์','form/form_thesis_approval.php',0)

arMenu2 = new Array('','270','358','','','','','','',
'คณะเกษตร','http://www.agr.ku.ac.th/index_031g.php',0,
'คณะบริหารธุรกิจ','http://www.bus.ku.ac.th',0,
'คณะประมง','http://www.fish.ku.ac.th',0,
'คณะมนุษยศาสตร์','http://human.hum.ku.ac.th',0,
'คณะวนศาสตร์','http://www.forest.ku.ac.th',0,
'คณะวิทยาศาสตร์','http://www.sci.ku.ac.th',0,
'คณะวิศวกรรมศาสตร์','http://www.eng.ku.ac.th',0,
'คณะศึกษาศาสตร์','http://www.edu.ku.ac.th',0,
'คณะเศรษฐศาสตร์','http://www.eco.ku.ac.th',0,
'คณะสถาปัตยกรรมศาสตร์','http://www.arch.ku.ac.th',0,
'คณะสังคมศาสตร์','http://www.soc.ku.ac.th',0,
'คณะสัตวแพทยศาสตร์','http://www.vet.ku.ac.th',0,
'คณะอุตสาหกรรมเกษตร','http://www.agro.ku.ac.th',0,
'วิทยาลัยสิ่งแวดล้อม','http://www.ce.ku.ac.th',0)

arMenu3 = new Array('','193','185','','','','','','',
'ข้อบังคับว่าด้วยการศึกษาขั้นบัณฑิตของบัณฑิตวิทยาลัย ม.เกษตรฯ พ.ศ.2546','http://www.grad.ku.ac.th/pakart/ku-grad2546-new.pdf',0)

arMenu4 = new Array('','218','194','','','','','','',
'ตรวจสอบข้อมูลการรับสมัคร','https://www.regis.ku.ac.th/cpcmns/call_viewApp.html',0,
'ตรวจสอบรายชื่อผู้สมัคร','https://www.regis.ku.ac.th/grade/show_apply.php',0)


arMenu5 = new Array('','543','78','','','','','','',
'Contact Us','welcome.aspx?pg=cprlogin',0)

arMenu6 = new Array('','218','194','','','','','','',
'ตรวจสอบข้อมูลการรับสมัคร','https://www.regis.ku.ac.th/cpcmns/call_viewApp.html',0,
'ตรวจสอบรายชื่อผู้สมัคร','https://www.regis.ku.ac.th/grade/show_apply.php',0)

arMenu7 = new Array('','218','171','','','','','','',
'ภาคปกติ','http://www.grad.ku.ac.th/academics/show.php?doc_type=1',0,
'โครงการนานาชาติ ','http://www.grad.ku.ac.th/academics/show.php?doc_type=6',0)

arMenu8 = new Array('','218','197','','','','','','',
'ภาคปกติ','http://www.grad.ku.ac.th/academics/show.php?doc_type=2',0,
'โครงการนานาชาติ ','http://www.grad.ku.ac.th/academics/show.php?doc_type=7',0)


if (isMenu) {
  document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='./function/popupmenu.js'><\/SCR" + "IPT>");
}


