with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
position="relative";
orientation="horizontal";
aI("text=HOME;url=/index.php;status=Contact Us;");
aI("text=ABOUT NORTHSTAR;showmenu=AboutNorthstar;url=/about.php;");
aI("text=PRODUCTS & SERVICES;url=/products_services.php;status=Products & Services;");
aI("text=CUSTOMER SUPPORT;showmenu=Support;url=/faq.php;");
aI("text=REFERRAL PROGRAM;url=/referral.php;status=Security Tips;");
aI("text=CONTACT INFO;url=/contact.php;status=Contact Us;");
}

with(milonic=new menuname("AboutNorthstar")){
style=menuStyle;
aI("text=ABOUT NORTHSTAR;url=/about.php;");
aI("text=MISSION & VALUES;url=/mission_values.php;");
aI("text=LOCATIONS;url=/locations.php;");
aI("text=WHY CHOOSE NORTHSTAR;url=/why_northstar.php;");
}


with(milonic=new menuname("Products_Services")){
style=menuStyle;
aI("text=WIRELESS;url=/wireless.php;");
aI("text=HARDWIRED;url=/hardwired.php;");
aI("text=UPGRADED MONITORING & COMMUNICATION SERVICES;url=/upgrades.php;");
}



with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=24/7 MONITORING;url=/affiliates.php;");
aI("text=TWO-WAY VOICE;url=/response_time.php;");
aI("text=CELLULAR BACK-UP;url=/technology.php;");
aI("text=SYSTEM OPTIONS & PRICES;url=/staff.php;");
}

with(milonic=new menuname("Support")){
style=menuStyle;
aI("text=FAQ's;url=/faq.php;");
aI("text=USER MANUALS's;url=/manuals.php;");
aI("text=SAFETY TIPS;showmenu=Tips;");
aI("text=CUSTOMER LOGIN;url=https://sedonasupport.com/northstar/;");
}

with(milonic=new menuname("Tips")){
style=menuStyle;
aI("text=BURGLARY PREVENTION;url=/burglary_prevention.php;");
aI("text=FIRE PREVENTION;url=/fire_prevention.php;");
aI("text=TIPS FOR SENOIRS's;url=/senior_tips.php;");
aI("text=TIPS FOR CHILDREN;url=/children_tips.php;");
aI("text=NEIGHBORHOOD WATCH;url=/watch.php;");
aI("text=REDUCE FALSE ALARMS;url=/false_alarms.php;");
aI("text=EMERGENCY PLANNING;url=/planning.php;");
aI("text=PET SAFETY;url=/pet_saftey.php;");
}


drawMenus();