
function getObj(obj_id) {
	
	var obj = null ;
	
	if (document.getElementById)	{ obj = document.getElementById(obj_id) ; }
	else if (document.all)			{ obj = document.all[obj_id] ; }
	
	return obj ;
}

function giveDesc(id) {
	
	var textBox = getObj('linkDescBox') ;
	
	if (catDesc[id])	{ textBox.innerHTML = catDesc[id] ; window.status = catDesc[id] ; }
	else				{ textBox.innerHTML = "No Description Provided" ; window.status = "No Description Provided" ;  }
}
	
// Descriptions for the categories
var catDesc = new Array() ;

catDesc['MARKAD']	= "Advertising and marketing resources" ;
catDesc['EMAIL']	= "Resources for marketing via email <B>WITHOUT</B> becoming a spammer" ;
catDesc['GRAPHIC']	= "Online resources for graphic design and printing services" ;
catDesc['FREEPRO']	= "Freelance graphic designers with the skill to make your online presence unforgettable" ;
catDesc['DESIGNCOMP']	= "Design companies with everything you need to develop your website" ;
catDesc['PRINTING']	= "Online resources for printing services - business cards, magnets, stickers, T-shirts, and more!" ;
catDesc['INFOTECH']	= "Useful Internet technologies that make running an online business or marketing campaign easier." ;
catDesc['PAYMENTS']	= "Information and resources for handling online (and offline) payments" ;
catDesc['PRIVACY']	= "Information and resources on internet privacy" ;
catDesc['AUCTIONTECH']	= "Information and resources specific to online auctions" ;
catDesc['HOSTING']	= "Official company pages and information on web hosting services" ;
catDesc['CARTS']	= "&quot;Out of the Box&quot; online shopping cart solutions" ;
catDesc['DOMAIN']	= "Official company pages and information on domain registration services" ;
catDesc['SENGINES']	= "Official company pages and information on search engine topics (i.e., optimization, ranks)" ;
catDesc['HEALTHFIT']	= "Online Health and Fitness resources" ;
catDesc['ADDICTION']	= "Online resources to help you kick the habit, no matter what your vice" ;
catDesc['SENIORS']	= "Online Health resources for those who are old enough to wear purple" ;
catDesc['MIDAGE']	= "Online Health resources for those who have hit their stride in life" ;
catDesc['TWEENER']	= "Online Health resources for those who have moved beyond 'Young Adult'" ;
catDesc['TEEN']	= "Online Health resources for Teens and Young Adults" ;
catDesc['HEALTHPUB']	= "Online and Print publications specializing in Health related issues" ;
catDesc['WOMEN']	= "Online resources for Women's Health (non-generationally specific)" ;
catDesc['NUTRITION']	= "Online Nutrition resources (non-generationally specific)" ;
catDesc['HINSURANCE']	= "Online Health Insurance resources (non-generationally specific)" ;
catDesc['BUSINESSPUB']	= "Online and print publications specific to the Business and Marketing Field" ;
catDesc['MARKPUB']	= "Online and print publications specific to the Business and Marketing Field" ;
catDesc['ENTERTAINMENT']	= "Online Entertainment and General Interest Links" ;
catDesc['DOYEN']	= "General Interest and Entertainment links for the WWII Generation" ;
catDesc['EBOOM']	= "General Interest and Entertainment links for Baby Boomers" ;
catDesc['EGENX']	= "General Interest and Entertainment links for the Gen X Crowd" ;
catDesc['EGENY']	= "General Interest and Entertainment links for the Internet Generation (Generation Y)" ;
catDesc['BUSINESS']	= "General information and resources relating to business" ;
catDesc['PRODSERVICE']	= "Official websites and resources for useful business products and services" ;
catDesc['PRINTINK']	= "Even in the digital age, sometimes you still need a way to generate hardcopy." ;
catDesc['BUSMANAGEMENT']	= "Official websites and resources for business management resources" ;
catDesc['EMPLOYMENT']	= "Official websites and resources for employment services" ;
catDesc['HUMAN']	= "Official websites and resources for all your human resources/relations needs" ;
catDesc['DATABACK']	= "Knowledge is power! Don't lose your valuable information, check out these resources for saving your data" ;
