var msgs = Array;
msgs[0] = new Array("View and Link Data", 0);
msgs[1] = new Array("Create and Balance Sales and Service Territories", 1);
msgs[2] = new Array("Calculate Routes and Perform Call Planning", 2);
msgs[3] = new Array("Create Reports Using Familiar Microsoft Office Applications", 3);
msgs[4] = new Array("Integrate Maps into Your Presentations", 4);
msgs[5] = new Array("Perform Market and Demographic Analysis More Effectively", 5);
msgs[6] = new Array("Create Targeted Mail Lists", 6);
msgs[8] = new Array("Optional Data", 8);
msgs[9] = new Array("Find Nearby Businesses", 9);
msgs[10] = new Array("Create Ring Studies and Drive Time Analysis", 10);
msgs[12] = new Array("What's new in BusinessMAP 5?", 12);
msgs[13] = new Array("NEW FEATURES IN BusinessMAP 5", 13);
msgs[14] = new Array("Dun and Bradstreet Listings", 14);
msgs[15] = new Array("Import/Export Formats", 15);
msgs[16] = new Array("Geographic Layers", 16);
msgs[17] = new Array("Optional Data", 17);

function SwapMessage(msgNum)
{
	document.getElementById("featheader").innerHTML = msgs[msgNum][0];
	document.getElementById("featmessage").innerHTML = document.getElementById(msgs[msgNum][1]).innerHTML;
}

