// This is the main menu function

//Dont change the "Main Menu" string but you can change the in

// side values of the function

with(milonic=new menuname("Main Menu")){

style=menuStyle;

itemwidth="190"

align ="left"

position="absolute";

alwaysvisible=1;

orientation="verticle";

aI("text=Bio Metric (Finger print);status= ;url="+_myTsg+"viewcat.php?id=52/;");

aI("text=Cable Connectors;status= ;url="+_myTsg+"viewcat.php?id=63/;");

aI("text=Cabling System;showmenu=cablingSystem;");

aI("text=Cameras;showmenu=cameras;");

aI("text=CATV - TV System;showmenu=catv;");

aI("text=DVRs;showmenu=dvr;");

aI("text=Housings/Brackets;showmenu=housings;");

aI("text=Infra-Red (Specialize);showmenu=ir;");

aI("text=Monitors PC Interface;showmenu=monitors;");

aI("text=Power Supplies;showmenu=powerSupplies;");

aI("text=Security System;showmenu=securitySystems;");

aI("text=Vandal proof cameras;status= ;url="+_myTsg+"viewcat.php?id=32/;");

aI("text=Video Controller;showmenu=videoController;");

aI("text=Wireless;showmenu=wireless;");

aI("text=Network;showmenu=network;");

}

drawMenus();




