
_menuCloseDelay=100;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=10;


with(TCStyle=new mm_style()){
offcolor="#000080";
offbgcolor="#C7C6FF";
oncolor="#ffffff";
onbgcolor="#5F7BC6";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontsize="10";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana,Arial,sans-serif";
padding=3;
subimage="graphics/arrow.gif";
headercolor="#FFFFFF";
headerbgcolor="#4A0010";
}



with(milonic=new menuname("poc")){
top=182;
left=143;
itemwidth=275;
style=TCStyle;
aI("text=CEC - Cameron Education Center;url=Contacts.htm#CEC;")
//aI("text=Web Reg;url=;")
aI("text=TCT - Taylor Center;url=Contacts.htm#TCT;")
aI("text=TBI - Texas Bioscience Institute;url=Contacts.htm#TBI;")
aI("text=LECHS - Legacy Early College High School;url=Contacts.htm#LECHS;")
aI("text=TC - Temple College;url=Contacts.htm#TC;")
}

with(milonic=new menuname("student")){
top=230;
left=143;
itemwidth=275;
style=TCStyle;
aI("text=General Program, Admissions, Testing, and Registration Information;url=Information.htm;")
aI("text=Important Things to Know!;url=Important.htm;")
aI("text=Enrollment Policies;url=Enrollment.htm;")
aI("text=Student Expectations and Requirements;url=Expectations.htm;")
aI("text=Tuition and Fees;url=TuitionFees.htm;")
aI("text=Methods of Payment;url=Payment.htm;")
aI("text=TC Student Services for Dual Credit Students;url=StudentServices.htm;")
aI("text=Where to Go If You Have More Questions;url=Questions.htm;")
}

with(milonic=new menuname("parent")){
top=255;
left=143;
itemwidth=150;
style=TCStyle;
aI("text=Welcome;url=Parents.htm;")
}

with(milonic=new menuname("counselor")){
top=270;
left=143;
itemwidth=275;
style=TCStyle;
aI("text=General Program, Admissions, Testing, and Registration Information;url=Information.htm;")
aI("text=Enrollment Policies;url=Enrollment.htm;")
aI("text=Student Expectations and Requirements;url=Expectations.htm;")
aI("text=Tuition and Fees;url=TuitionFees.htm;")
aI("text=Methods of Payment;url=Payment.htm;")
aI("text=TC Student Services for Dual Credit Students;url=StudentServices.htm;")
aI("text=Where to Go If You Have More Questions;url=Questions.htm;")

}

drawMenus();

