//DROP-DOWN MENUS COLORS & SIZES ****************************************



menuWidth = 133



menuHeight = 23



menuColor = "#0066CC"



menuHighlight = "#0099FF"



menuborderColor = "#000099"



//DROP-DOWN MENUS CONTENTS ****************************************


//software
selfrep = new Array (

  ["Webscape Replicator", "replicator.html"],

  ["Affiliate Software", "affiliatesoftware.html"],

  ["MLM Software", "mlmsoftware.html"],

  ["Powerline Software", "powerline.html"],

  ["Software Demos", "software_demos.html"]


)


//services
affiliate = new Array (

  ["Custom Programming ", "customprogramming.html"],

  ["Web Hosting", "webhosting.html"],

  ["Dedicated Servers ", "webhosting.html"],

  ["Web Design ", "webdesign.html"],

  ["Merchant Accounts ", "merchant.html"],

  ["Money Making Offers ", "make_money.html"],

  ["Newsletter ", "newsletter.html"],

  ["Order Online ", "/order/index.html"]

)


//company
mlmsoft = new Array (       

  ["About Us", "aboutus.html"],

  ["Contact Us", "contact.html"],

  ["Some of Our Clients", "clients.html"],

  ["Testimonials", "testimonials.html"]

)



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 + 13 : selfrepB.offsetTop + myZeroV + 13;



	selfrepH = (document.layers) ? document.images.selfrepB.x - 41 : selfrepB.offsetLeft - 41;





	affiliateV = (document.layers) ? document.images.affiliateB.y  + myZeroV + 13 : affiliateB.offsetTop + myZeroV + 13;



	affiliateH = (document.layers) ? document.images.affiliateB.x - 39 : affiliateB.offsetLeft - 39;





	mlmsoftV = (document.layers) ? document.images.mlmsoftB.y + myZeroV + 13 : mlmsoftB.offsetTop + myZeroV + 13;



	mlmsoftH = (document.layers) ? document.images.mlmsoftB.x - 23: mlmsoftB.offsetLeft - 23;





	aboutusV = (document.layers) ? document.images.selfrepB.y + myZeroV + 13 : selfrepB.offsetTop + myZeroV + 13;



	aboutusH = (document.layers) ? document.images.selfrepB.x - 20: selfrepB.offsetLeft - 20;





	menuVposition = new Array(selfrepV,affiliateV,mlmsoftV,aboutusV);

	menuHposition = new Array(selfrepH,affiliateH,mlmsoftH,aboutusH);



	if (!oldIE) initLayers()

}