//DROP-DOWN MENUS COLORS & SIZES ****************************************



menuWidth = 400



menuHeight = 25



menuColor = "#0066CC"



menuHighlight = "#0099FF"



menuborderColor = "#0066CC"



//DROP-DOWN MENUS CONTENTS ****************************************



selfrep = new Array (

  [">> Basic Self Replicating Software ", "replicator.html"],

  [">> Self Replicating Software for Affiliate & Reseller Programs", "affiliatesoftware.html"],

  [">> MLM Software with Replicating Websites", "mlmsoftware.html"]

)



affiliate = new Array (

  [">> Features           ", "affiliate_features.html"],

  [">> Optional Features  ", "affiliate_modules.html"],

  [">> Requirements       ", "affiliate_requirements.html"],

  [">> Prices             ", "affiliate_prices.html"],

  [">> FAQ's              ", "affiliate_faq.html"],

  [">> Affiliate Software Demo    ", "affiliate_demo.html"],

  [">> Order Now         ", "order/"]

)



mlmsoft = new Array (       

  [">> Features           ", "mlmsoftware_features.html"],

  [">> Optional Features  ", "mlmsoftware_modules.html"],

  [">> Requirements       ", "mlmsoftware_requirements.html"],

  [">> Prices             ", "mlmsoftware_prices.html"],

  [">> FAQ's              ", "mlmsoftware_faq.html"],

  [">> MLM Software Demo    ", "mlmsoftware_demo.html"],

  [">> Order Now         ", "order/"]

)



aboutus = new Array (

  ["In the News       ", "page.html"],

  ["Meet Our Staff    ", "page.html"],

  ["Testimonials      ", "page.html"],

  ["Newsletter        ", "page.html"],

  ["Website Links     ", "page.html"]

)



//DROP-DOWN MENUS Default Locations ****************************************



selfrepV = 0;

selfrepH = 0;

affiliateV = 0;

affiliateH = 0;

mlmsoftV = 0;

mlmsoftH = 0;

aboutusV = 0;

aboutusH = 0;



//DROP-DOWN MENUS Cooridates Function ****************************************



function setLocations(){



	myZeroV = -5;



	selfrepV = (document.layers) ? document.images.selfrepB.y + myZeroV : selfrepB.offsetTop + myZeroV;



	selfrepH = (document.layers) ? document.images.selfrepB.x + 140 : selfrepB.offsetLeft + 140;





	affiliateV = (document.layers) ? document.images.affiliateB.y  + myZeroV : affiliateB.offsetTop + myZeroV;



	affiliateH = (document.layers) ? document.images.affiliateB.x  + 140 : affiliateB.offsetLeft + 140;





	mlmsoftV = (document.layers) ? document.images.mlmsoftB.y + myZeroV : mlmsoftB.offsetTop + myZeroV;



	mlmsoftH = (document.layers) ? document.images.mlmsoftB.x + 140 : mlmsoftB.offsetLeft + 140;





	aboutusV = (document.layers) ? document.images.selfrepB.y + myZeroV : selfrepB.offsetTop + myZeroV;



	aboutusH = (document.layers) ? document.images.selfrepB.x  + 140: selfrepB.offsetLeft + 140;





	menuVposition = new Array(selfrepV,affiliateV,mlmsoftV,aboutusV);

	menuHposition = new Array(selfrepH,affiliateH,mlmsoftH,aboutusH);



	if (!oldIE) initLayers()

}