

// Menu Structure

  var mm0 = new TMainMenu('mm0','vertical');
  
  //var ttl1 = new TPopMenu(mm0,'Main Menu','','','','');

  new TPopMenu(mm0,'Home','0','a','/index.php','');
  new TPopMenu(mm0,'About Us','0','a','/aboutus.html','');
  var mm0_StaticProducts = new TPopMenu(mm0,'Software Products / Services','0','','','');


  var mm0_ProductsAIM = new TPopMenu(mm0,'Actick Invoice Manager 2009','16','','','');
    new TPopMenu(mm0_ProductsAIM,'Features','','a','/software/accounts/actick-invoice-manager/index.php','');
   	new TPopMenu(mm0_ProductsAIM,'Screenshots','','a','/software/accounts/actick-invoice-manager/screenshots.html','');
   	new TPopMenu(mm0_ProductsAIM,'Download Demo','','a','/downloads.html','');
   	new TPopMenu(mm0_ProductsAIM,'Buy It Now','','a','/purchase.html','');


  var mm0_ProductsREAM = new TPopMenu(mm0,'Actick Real Estate Agency Manager 2009','16','','','');
   new TPopMenu(mm0_ProductsREAM,'Features','','a','/software/actick-real-estate-agency-manager/index.php','');
   new TPopMenu(mm0_ProductsREAM,'Buy It Now','','a','/purchase.html','');

  //var mm0_Services = new TPopMenu(mm0,'Services','0','','','');
  var mm0_Services = new TPopMenu(mm0,'Custom Application Development','16','','','');
    new TPopMenu(mm0_Services,'Overview','','a','/software/custom/custom-software-application-development.html','');
    new TPopMenu(mm0_Services,'Outsourcing','','a','/software/custom/offshore-outsourcing-software-development.html','');
    new TPopMenu(mm0_Services,'Portfolio','','a','/software/custom/portfolio.html','');
    
  var mm0_WebServices = new TPopMenu(mm0,'Web Services','0','','','');
  
  var mm0_WebServices_WebDesign = new TPopMenu(mm0,'Web Design','16','','','');
   	new TPopMenu(mm0_WebServices_WebDesign,'Information','','a','/web-services/web-design/index.html','');
  	new TPopMenu(mm0_WebServices_WebDesign,'Portfolio','','a','/web-services/web-design/portfolio.html','');
  var mm0_WebServices_WebHosting = new TPopMenu(mm0,'Web Hosting','16','','','');
   	new TPopMenu(mm0_WebServices_WebHosting,'Information','','a','/web-services/web-hosting/index.html','');
  	new TPopMenu(mm0_WebServices_WebHosting,'Data Center','','a','/web-services/web-hosting/data-center.html','');

  var mm0_Careers = new TPopMenu(mm0,'Careers','0','a','/careers/','');
  var mm0_ContactUs = new TPopMenu(mm0,'Contact Us','0','a','/formit.cgi?contactus','');

//xp style
	//mm0.SetPosition('absolute',521,27);
	mm0.SetPosition('relative',0,0);
	mm0.SetCorrection(0,0);
	mm0.SetCellSpacing(2);

	mm0.SetExpandIcon(true,'','6');
	//mm0.SetType('free');

	//mas
	mm0.SetItemBorder(0,'buttonface','solid');
	mm0.SetItemBorderHL(0,'black','solid');
	//mm0.SetBorder(1,'navy','solid');
	//mm0.SetBorder(1,'#FFDC00','solid');
	
	mm0.SetBackground('whitesmoke','','','');

	//uncomment these lines to see the effect
	//mm0._header.SetBackground('red','','','');
	//mm0._header.SetFont('arial','10pt');
	//mm0._header.SetText('white','right','bold','','');
	//mm0.SetHeaderText('Click Here to get the idea');

	//pmHist00.SetType('h');
	//pmHome00.SetType('header');
	//mm0._pop._header.SetBackground('red','','','');
	//mm0._pop._header.SetFont('arial','10pt');
	//mm0._pop._header.SetText('white','right','bold','','');

	//mm0.SetBackground('whitesmoke','../img/xp.gif','repeat-y','top left');
	//mm0.SetItemText('','center','','','');
	//mm0.SetItemTextHL('','center','','','');
	//mm0.SetItemTextClick('','center','','','');

	mm0.SetItemDimension(180,10);
	//mm0.SetShadow(true,'#B0B0B0',6);
	mm0._pop.SetCorrection(0,0);
	//mm0._pop.SetAlpha(95);
	mm0._pop.SetItemDimension(150,20);
	mm0._pop.SetPaddings(1);
	mm0._pop.SetBackground('whitesmoke','../img/xp.gif','repeat-y','top left');
	mm0._pop.SetSeparator(125,'right','gray','');
	mm0._pop.SetExpandIcon(true,'',6);
	mm0._pop.SetFont('tahoma,verdana,arial','8pt');
	mm0._pop.SetBorder(1,'gray','solid');
	//mm0._pop.SetShadow(true,'#B0B0B0',6);
	mm0._pop.SetDelay(500);
	

