

_menuCloseDelay=250   

_menuOpenDelay=150           

_subOffsetTop=0         

_subOffsetLeft=-1          





////////////////////////////////////////////////////////////////////



with(menuStyle=new mm_style()){

onbgcolor="#E6E6E6";

oncolor="#000000";

offbgcolor="#ffffff";

offcolor="#333333";

bordercolor="#ffffff";

borderwidth=1;

separatorcolor="#ffffff";

separatorsize="0";

padding="3";

fontsize="11px";

fontstyle="Bolder";

fontfamily="Verdana, Tahoma, Arial";

subimage="./img/tolist.gif";

subimagepadding="0";



}





////////////////////////////////////////////////////////////////////



with(SoftSkill=new menuname("Main Menu")){

style=menuStyle;

top=65;

left=160;

alwaysvisible=1;

orientation="horizontal";

aI("text=Home;offbgcolor=E6E6E6;offcolor=000000;url=./index.html;oncolor=red;fontsize=15px;");

aI("text=Products;showmenu=Products;oncolor=red;fontsize=15px;");

aI("text=Services;showmenu=Services;oncolor=red;fontsize=15px;");

aI("text=Purchase;showmenu=Purchase;oncolor=red;fontsize=15px;");

aI("text=Support;showmenu=Support;oncolor=red;fontsize=15px;");

aI("text=Company;showmenu=Company;oncolor=red;fontsize=15px;");

}





////////////////////////////////////////////////////////////////////



with(SoftSkill=new menuname("Products")){

style=menuStyle;

aI("text=All;url=products/index.html;oncolor=red;");

aI("text=ArabiX;showmenu=ArabiX;oncolor=red;");

aI("text=ArabWorX Suite;showmenu=ArabWorXSuite;oncolor=red;");

aI("text=Textra;showmenu=Textra;oncolor=red;");

}



with(SoftSkill=new menuname("ArabWorXSuite")){

style=menuStyle;

aI("text=Arqam;oncolor=red;url=products/arabworxsuite/arqam/arqam.html;");

aI("text=Horuf;oncolor=red;url=products/arabworxsuite/horuf/horuf.html;");

}

with(SoftSkill=new menuname("Textra")){

style=menuStyle;

aI("text=Textra FreeHand;oncolor=red;url=products/textra/textrafreehand/textra_freehand.html;");

aI("text=Textr Illustrator;oncolor=red;url=products/textra/textrillustrator/textra_illustrator.html;");

}



with(SoftSkill=new menuname("ArabiX")){

style=menuStyle;

itemheight=5;

aI("text=Arabix lite;url=products/arabix/arabixlite/arabix_lite.html;oncolor=red;");

aI("text=Arabix Pro;url=products/arabix/arabixpro/arabix_pro.html;oncolor=red;");

}







with(SoftSkill=new menuname("Services")){

style=menuStyle;

aI("text=SoftSkill Type Engine;oncolor=red;url=services/type_engine/arabworx_type_engine.html;");

aI("text=consulting services;oncolor=red;url=services/consulting_services/consulting_services.html;");

aI("text=Workflow Solutions;oncolor=red;url=services/publishing_ws/publishing_workflow_solutions.html;");

}



with(SoftSkill=new menuname("Purchase")){

style=menuStyle;

aI("text=Online Store;oncolor=red;url=purchase/index.html;");

aI("text=Retail Locations;oncolor=red;url=company/retail_locations/retail_locations.html;");

}



with(SoftSkill=new menuname("Support")){

style=menuStyle;

aI("text=Support Contact;oncolor=red;url=support/support_contact.html;");

//aI("text=Produvt Services;oncolor=red;url="";");

aI("text=Downloads;oncolor=red;url=support/downloads/index.html;");

aI("text=Activation Center;oncolor=red;url=activation/activ.html;");

}



with(SoftSkill=new menuname("Company")){

style=menuStyle;

margin=0;

aI("text=News;oncolor=red;url=company/news/news.html;");

aI("text=Contact Us;oncolor=red;url=company/contact_us/contact_us.html;");

aI("text=Retail Locations;oncolor=red;url=company/retail_locations/retail_locations.html;");

}



drawMenus();


