myImgPos = getX(document.images['posImg']);
//alert(myImgPos);

var myText = new Array();
//Main Text
myText[0] = "Apex Strategies, Inc. (APEX) is a managing consulting firm generating and expanding federal contract awards for diverse businesses around the world.";
//About Us
myText[1] = "APEX Strategies is a business development firm that offers a blend of services for initiation or expansion of public sector revenues.";
//Products and Services
myText[2] = "Selling into the Federal or public sector is extremely complex and difficult. It can be even more complex to manage programs and keep contracts compliant with obscure and evolving Federal regulations. To solve this complexity, APEX has developed a proprietary business process to ensure a comprehensive program that is both revenue and performance oriented.";
//Sales Leads
myText[3] = "After designing a business development plan, APEX professionals analyze and qualify potential business opportunities each day to fulfill revenue generation goals. APEX's analyst's cull and assemble leads from proprietary inputs as well as public databases. Combining this information with our knowledge of federal agencies and program initiatives produces exceptional results.";
//Contact Us
myText[4] = "We are conveniently located in Dulles, Virginia for meetings and conferences. You may reach us at 703-654-6016 or info@apexstrategies.biz.";

var textPosition = myImgPos + 367;

for (var x = 0; x <= myText.length-1; x++){
	document.write('<div id="div' + x + '" style="position:absolute;top:288;left:' + textPosition + ';visibility:hidden;z-index:50;width:365px;"><table width="365" height="131" border="0" cellspacing="0" cellpadding="10"><tr><td><font class="textbox0">' + myText[x] + '</font></td></tr></table></div>');
}

// arrow position array

var arrowPos = new Array();
arrowPos[1] = 118; //About Us
arrowPos[2] = 283; //Products and Services
arrowPos[3] = 455; //Sales Leads
arrowPos[4] = 586; //Contact Us
