function changeTop()
{
	document.getElementById("dev_plat_left_img").src='includes/img/dev_platf_white_left.gif';
	document.getElementById("dev_plat_right_img").src='includes/img/dev_platf_top_right.gif';
	document.getElementById("dev_plat_text").innerHTML="The MTD-600 BD Live testing suite and disc developed by RCDb allows for the compatibility testing of BD Live services with the BDA specification. Read more <a href='mtd.html'>here</a>.";
	document.getElementById("dev_plat_header").innerHTML="MTD 600 Testing";
}

function changeMid()
{
	document.getElementById("dev_plat_left_img").src='includes/img/dev_platf_white_left.gif';
	document.getElementById("dev_plat_right_img").src='includes/img/dev_platf_mid_right.gif';
	document.getElementById("dev_plat_text").innerHTML="This embedded software is a proven communications module that handles all network communications, content updates and user-based customization of services and applications.<br /><br />It is fully compatible with the BD-J layer of the Blu-ray Disc specification. Embedded in the device, it allows for the rapid deployment of connected services and features, turning the devices into an &rdquo;over the top&ldquo; access point in the home";
	document.getElementById("dev_plat_header").innerHTML="RCDb Client Software";
}

function changeBot()
{
	document.getElementById("dev_plat_left_img").src='includes/img/dev_platf_blue_left.gif';
	document.getElementById("dev_plat_right_img").src='includes/img/dev_platf_bot_right.gif';
	document.getElementById("dev_plat_text").innerHTML="The web based RCDb Server and database infrastructure manages the relation between content, services, user accounts and devices profiles - for increased flexibility, richer content catalog, and customization by channel and geography. It integrates with the device manufacturer native embedded software environment and/or the RCDb Client.";
	document.getElementById("dev_plat_header").innerHTML="RCDb Server";
}
