function change(divname,id){

if (id == 1) {
	html="Our Appointment System can save you time, money, and energy.  At the touch of your fingertips you can manage all aspects of real estate property appointments.  Obtaining and Managing feedback, as well as, property owner notification is a breeze.  There is much more inside this system.<P>Minimum/suggested server requirements: PHP 4.1.x or higher (PHP 4.3.3+ for optimal performance), Apache 1.3.x and MySQL 3.2x.x or higher.</P><P><a href='index.php?id=7&subid=3'>more...</a></P>";
} else if (id == 2) {
	html="Lets admit it, your bread and butter are your Clients. Although, your Prospects are just as important, because without prospects your client base does not grow. Our Marketing System allows you the opportunity to save time, money, and energy, in providing your Clients and Prospects with valuable information and consistent contact. All on a schedule you choose. To find out more please <a href=index.php?id=4>contact</a> us.<P>Minimum/suggested server requirements: PHP 4.1.x or higher (PHP 4.3.3+ for optimal performance), Apache 1.3.x and MySQL 3.2x.x or higher.</P>";
} 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. To find out more please <a href=index.php?id=4>contact</a> us.<P>Minimum/suggested server requirements: PHP 4.1.x or higher (PHP 4.3.3+ for optimal performance), Apache 1.3.x and MySQL 3.2x.x or higher.</P>";
  	
} else if (id == 4) {	
	
	html="One very important aspect of a automobile sales website is having everyting about the in one place. Once you add your automobile listing you can upload an unlimited amout (server limitations do apply) of photos and supporting documents (e.g., carfax reports).  Mobile Device browsing also available!<P>Minimum/suggested server requirements: PHP 4.1.x or higher (PHP 4.3.3+ for optimal performance), Apache 1.3.x and MySQL 3.2x.x or higher.</P><P><a href='index.php?id=7&subid=6'>more...</a></P>";
	
} else if (id == 5) {

	html="Looking for the forms needed for your next Open House? Need a hit list of documents need for a listing? Do you have company and/or franchise specific documents? No more wondering where a document is located. Our Document Management System can help you keep all your documents in one place, where they can be easily accessed.<P>Minimum/suggested server requirements: PHP 4.1.x or higher (PHP 4.3.3+ for optimal performance), Apache 1.3.x and MySQL 3.2x.x or higher.</P><P><a href='index.php?id=7&subid=4'>more...</a></P>";

} 
	
	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 chgtdcolorout(index){

eval('document.all.pstd'+index+'.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 chgtdcolorover(index){
	
		change('fc',index);
		//document.all.pstd"+index+".style.backgroundColor='#CCCCCC';
		eval('document.all.pstd'+index+'.style.backgroundColor=\'#CCCCCC\'');
		//eval('document.all.'+psid+'.style.backgroundColor=\'white\'')
	
}


