function changetablea(divname,id){

if (id == 1) {
	html="Every project starts with a plan and direction to the end result. The blue print represents a detailed technical specification that will provide a structured approach for effectively completing the project in an organized and timely manner.";
} else if (id == 2) {
	html="When it comes to branding your company's image we will work with you to identify your target market, audience, and incorporate state of art concepts to command a strong presence rivaling your competitors.";
} else if (id == 3) {
	html="CaGlobal Consulting Group's Ecommerce solutions are tailored to the needs of the customer, not a \"one size fits all\" for most stores. We take a methodical approach in developing a store that fits your business, ensuring its effectiveness and accommodates your business requirements.";
} else if (id == 4) {	
	html="One very important aspect of a website is keeping in touch with your customers, whether your offering a subscription service or sending a monthly newsletter or tracking order history, there is a need to have membership on your website.";
} else if (id == 5) {
	html="It\'s one thing to have a website its another thing to get people to find it. CaGlobal Consulting Group can put you in the drivers seat when it comes to getting the word out about your website. There are many ways to broadcast your product or service. Let us offer a wide array of marketing methods to get your message heard by others.";
} else if (id == 6) {
	html="80% of an average website is content, having a way to manage it is a must. You'll want to update your content and have the control of maintaining your message without having to know a programming language. We can offer any assortment of intuitive content management systems that will fit any budget.";
} 
	
	document.getElementById(divname).innerHTML=html;

}

function changetableb(divname,id){

if (id == 1) {
	html="When your server is down, or your website is not responding, CaGlobal Consulting Group does realize that businesses need to employ a contingency plan to get their systems back up and running again.";
} else if (id == 2) {
	html="If you need a custom application developed we can develop and design any business tool that will fit your needs.";
} else if (id == 3) {
	html="Like many businesses, having an IT staff in-house can be very expensive. Out-sourcing your IT related needs is common place in these cash strapped times. To find out more please ask your Account Executive.";
} 
	
	document.getElementById(divname).innerHTML=html;

}

//function changetable(divname){
	//html="<center><img SRC='images/ps_05.gif' width='158' height='280'></center>";
	//document.getElementById(divname).innerHTML=html;
//}

//function chgtdcolorout(obj,index,color){
function chgtdcolorouta(index){

eval('document.all.pstd'+index+'a.style.backgroundColor=\'#FFFFFF\'');
		//eval('document.all.'+obj+'.style.backgroundColor=\''+color+'\'');
	//onMouseover="this.style.backgroundColor='#ffffff'"
//onMouseout="this.style.backgroundColor='#ff0000'"

}

//function chgtdcolorover(obj,index,psid){
function chgtdcolorovera(index){
	
		changetablea('fc1',index);
		//document.all.pstd"+index+".style.backgroundColor='#CCCCCC';
		eval('document.all.pstd'+index+'a.style.backgroundColor=\'#CCCCCC\'');
		//eval('document.all.'+psid+'.style.backgroundColor=\'white\'')
	
}

function chgtdcoloroutb(index){

eval('document.all.pstd'+index+'b.style.backgroundColor=\'#FFFFFF\'');
		//eval('document.all.'+obj+'.style.backgroundColor=\''+color+'\'');
	//onMouseover="this.style.backgroundColor='#ffffff'"
//onMouseout="this.style.backgroundColor='#ff0000'"

}

//function chgtdcolorover(obj,index,psid){
function chgtdcoloroverb(index){
	
		changetableb('fc2',index);
		//document.all.pstd"+index+".style.backgroundColor='#CCCCCC';
		eval('document.all.pstd'+index+'b.style.backgroundColor=\'#CCCCCC\'');
		//eval('document.all.'+psid+'.style.backgroundColor=\'white\'')
	
}

