_menuCloseDelay = 500 // The time delay for menus to remain visible on mouse out
_menuOpenDelay = 200 // The time delay before menus open on mouse over
_followSpeed = 30 // Follow scrolling speed
_followRate = 50 // Follow scrolling Rate
_subOffsetTop = -10 // Sub menu top offset
_subOffsetLeft = -10 // Sub menu left offset
_scrollAmount = 3 // Only needed for Netscape 4.x
_scrollDelay = 20 // Only needed for Netcsape 4.x

with(menuStyle = new mm_style())
{
    onbgcolor = "#0F78A6";
    oncolor = "#FFFFFF";
    offbgcolor = "#138AB8";
    offcolor = "#FFFFFF";
    bordercolor = "#B4A68D";
    borderstyle = "solid";
    borderwidth = 1;
    separatorcolor = "#2C5F6B";
	separatorsize = "1";
    if(screen.height == 864)
    {
       	padding = 6;
    }
	else if(screen.height == 768)
    {
       	padding = 5;
    }
    else if(screen.height == 600)
    {
        padding = 4;
    }
    else if(screen.height == 480)
    {
        padding = 3;
    }
    fontsize = "75%";
	//fontstyle="bold";
    fontfamily = "Verdana, Tahoma, Arial";
    pagecolor = "black";
    pagebgcolor = "#062E31";
    headercolor = "#000000";
	headerbgcolor = "#32587E";
    subimage = "images/arrow.gif";
    subimagepadding = "3";
    overfilter = "Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#32587E', Direction=200, Strength=5)";
    outfilter = "randomdissolve(duration=0.1)";
}

with(milonic = new menuname("Main Menu"))
{
    style = menuStyle;
    if(screen.height == 864)
    {
        left = 25;
        top = 500;
    }
	else if(screen.height == 768)
    {
        left = 25;
        top = 500;
    }
    else if(screen.height == 600)
    {
        left = 25;
        top = 485;
    }
    else if(screen.height == 480)
    {
        left = 5;
        top = 130;
    }
    alwaysvisible = 1;
    followscroll = "1";
	//orientation = "horizontal";
    orientation = "vertical";
    aI("text=Home;url=default.asp;onfunction=showtip('Home Page');");
	aI("text=Introduction;showmenu=Introduction;");
    aI("text=College Facilities;showmenu=Facilities;");
    aI("text=Admission Info.;showmenu=Admission;");
  	aI("text=Academic Programs;showmenu=Academic;");
  	aI("text=Class Time Tables;showmenu=timetable;");
	aI("text=Istaqlalians;onfunction=showtip('Old Student Association');url=UserReg/Istaqlalian.asp;");
	aI("text=Library Catalog;onfunction=showtip('College Library Books');url=library.asp;");
	aI("text=Student Information;onfunction=showtip('Student Attendance and Test');url=#;");
	aI("text=Download;onfunction=showtip('Download Forms');url=#");
	aI("text=Contact Us;onfunction=showtip('Contact Us');url=#;");
	aI("text=Site Map;onfunction=showtip('College Site Map');#;");
}

with(milonic = new menuname("Introduction"))
{
    style = menuStyle;
	overflow = "scroll";
	aI("text=History;url=history.asp;");
	aI("text=Mission;url=mission.asp;");
	aI("text=Faculty;url=faculty.asp");
	aI("text=Teaching Methology;url=techmeth.asp;");
    aI("text=Organizational Chart;url=orgchart.asp");
}

with(milonic = new menuname("Facilities"))
{
    style = menuStyle;
    overflow = "scroll";
    aI("text=Hostels;url=hostels.asp;");
    aI("text=Computer Lab's;url=comlabs.asp;");
    aI("text=Games;url=sports.asp;");
}
with(milonic = new menuname("Admission"))
{
    style = menuStyle;
  	aI("text=Programs;showmenu=adpro;");	
  	aI("text=Fee Structure;showmenu=fee;");	
  	aI("text=No. of Seats;showmenu=seats;");	
}

with(milonic = new menuname("Academic"))
{
    style = menuStyle;
  	aI("text=Programs Structure;showmenu=acdpro;"); 
   	aI("text=Scheme of Study;showmenu=stdy;");
   	aI("text=Course Outline;showmenu=outline;");
 
}

with(milonic = new menuname("timetable"))
{
    style = menuStyle;
  	aI("text=D.COM (Diploma in Commerce);showmenu=DCOM;");
  	aI("text=B.COM (Bachelor in Commerce);showmenu=BCOM;");
	aI("text=M.Com (Master of Commerce);url=#;");
    aI("text=M.Com (Master of Commerce);url=#;");

}

with(milonic = new menuname("adpro"))
{
    style = menuStyle;
    aI("text=D.Com (Diploma in Commerce);url=dcadmin.asp;");
    aI("text=B.Com (Bachelor in Commerce);url=bcadmin.asp;");
    aI("text=M.Com (Master of Commerce);url=mcadmin.asp;");
    aI("text=CMA (icmap);url=cmaadmin.asp;");	
	aI("text=CAT (uk);url=catadmin.asp;");	
	aI("text=ACCA (uk);url=accaadmin.asp;");	
	
}

with(milonic = new menuname("fee"))
{
    style = menuStyle;
    aI("text=D.Com (Diploma in Commerce);url=#;");
    aI("text=B.Com (Bachelor in Commerce);url=#;");
    aI("text=M.Com (Master of Commerce);url=#;");
    aI("text=CMA (icmap);url=#;");	
	aI("text=CAT (uk);url=#;");	
	aI("text=ACCA (uk);url=#;");	
}

with(milonic = new menuname("seats"))
{
    style = menuStyle;
    aI("text=D.Com (Diploma in Commerce);url=#;");
    aI("text=B.Com (Bachelor in Commerce);url=#;");
    aI("text=M.Com (Master of Commerce);url=#;");
    aI("text=CMA (icmap);url=#;");	
	aI("text=CAT (uk);url=#;");	
	aI("text=ACCA (uk);url=#;");	
}


with(milonic = new menuname("acdpro"))
{
    style = menuStyle;
    aI("text=D.Com (Diploma in Commerce);url=#;");
    aI("text=B.Com (Bachelor in Commerce);url=#;");
    aI("text=M.Com (Master of Commerce);url=#;");
    aI("text=ICMAP;url=#;");	
}

with(milonic = new menuname("stdy"))
{
    style = menuStyle;
    aI("text=D.Com (Diploma in Commerce);url=#;");
    aI("text=B.Com (Bachelor in Commerce);url=#;");
    aI("text=M.Com (Master of Commerce);url=#;");
    aI("text=ICMAP;url=#");	

}

with(milonic = new menuname("outline"))
{
    style = menuStyle;
    aI("text=D.Com (Diploma in Commerce);url=#;");
    aI("text=B.Com (Bachelor in Commerce);url=#;");
    aI("text=M.Com (Master of Commerce);url=#;");
    aI("text=ICMAP;url=#;");	

}

with(milonic = new menuname("DCOM"))
{
    style = menuStyle;
    aI("text=D.Com Part I;url=#");
    aI("text=D.Com Part II;url=#;");
}

with(milonic = new menuname("BCOM"))
{
    style = menuStyle;
    aI("text=B.Com Part I;url=#;");
    aI("text=B.Com Part II;url=#;");
}


// for right click menu

_menuCloseDelay = 500 // The time delay for menus to remain visible on mouse out

_menuOpenDelay = 150 // The time delay before menus open on mouse over

_followSpeed = 5 // Follow scrolling speed

_followRate = 50 // Follow scrolling Rate

_subOffsetTop = 0 // Sub menu top offset

_subOffsetLeft = 0 // Sub menu left offset

_scrollAmount = 3 // Only needed for Netscape 4.x

_scrollDelay = 20 // Only needed for Netcsape 4.x


drawMenus();


with(contextStyle = new mm_style)

{
    onbgcolor = "#CCCCCC";
    oncolor = "#000000";
    offbgcolor = "#F1F1F1";
    offcolor = "#000000";
    bordercolor = "#999999";
    borderstyle = "solid";
    borderwidth = 1;
    overfilter = "Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=3)"
    pagecolor = "";
    pagebgcolor = "#eeeeee";
    pageborder = "1px solid #ffffff";
    onborder = "1px solid #316AC5";
    separatorcolor = "#999999";
    outfilter = "randomdissolve(duration=0.4)"
    separatorsize = "0";

    if(screen.height == 768)
    {
        padding = 5;
    }
    else if(screen.height == 600)
    {
        padding = 4;
    }
    else if(screen.height == 480)
    {
        padding = 3;
    }
    headerbgcolor = "#4F8EB6";
    headercolor = "#ffffff";
    headerborder = "1px solid #000000";
    fontsize = "10";
    fontfamily = "Verdana, Tahoma, Arial";
    subimage = "http://www.pucit.edu.pk/images/black_13x13_greyboxed.gif";

    if(!mac)
    {
        onborder = "1px solid #000000";
    }
}

with(milonic = new menuname("contextMenu"))
{
    top = "offset=2"
    style = contextStyle;
    margin = 3

    aI("text=GCCS Home;url=http://gccs.edu.pk/;image=images/home.gif;status=Back To Home Page;");
    aI("text=Print;url=javascript:window.print();separatorsize=1;image=images/print.gif;status=Print the Page;");
    aI("text=Back;url=javascript:history.go(-1);image=images/back.gif;status=Previous Page;");
    aI("text=Forward;url=javascript:history.go(1);image=images/forward.gif;status=Next Page;");
    aI("text=Refresh;url=javascript:history.go(0);separatorsize=1;image=images/browser.gif;status=Refresh the Page");

}

drawMenus();