function copyright()
{
	document.writeln
	(
	'Copyright &copy; CG-Baker Solutions, 2004. All scalable images on this web site \
	are rendered by CG-Baker TrueType and Shape Engines. \
	Unauthorized use, distribution or copying of any part of this web site is prohibited. \
	All trademarks are the property of their respective holders and are mentioned for \
	identification purposes only.<BR><BR> \
	Last updated on <strong>November 1, 2009</strong>'
	);
}

function cgBakerTool()
{
	document.writeln
	(
	'CG-Baker provides an interactive interface which can be taken as an object repository and a layout tool.\
	The layout of objects can be saved as a template that\'s a container storing up all the objects onto it.\
	All properties of each object are parameterized and easily can be changed via property editor.<br>\
	The applied API can access objects of the template and change its properties just a piece of cake.<br><br>\
	Takes a look at the following screen shot of CG-Baker below. Friendly interface, flexible to use.'
	) ;
}
	
function openLink(link) 
{
	window.open(link) ;
}		

var whatIsFrameBuffer = 'This direct access allows programmers to develop custom applications that result in varied and original broadcast displays. Developers can directly control the frame buffer, and this means you can develop any broadcast graphic and data display you require.' ;

