var numClientImage=6;
function writeRC(){
	document.write('<img src="../ref/en/clients'+(Math.floor(Math.random()*numClientImage))+'.gif" alt="Reference Clients" height="119" width="228">');
}
function writeMainPanel(){
	var ranno = Math.random();
	var imageName = "";
	var htmltags = "";
	
	if (ranno < 0.2){
		imageName = '0.jpg"';
		htmltags = 'alt="Boost Sales with Sales Force Automation" width="546" height="249" border="0" usemap="#Map2">'+ 
		'<map name="Map2">'+
		'<area shape="rect" coords="464,1,545,32" href="freetrial.html">'+ 
		'<area shape="rect" coords="4,227,336,246" href="sales.html">'+
		'</map>'
	} else if (ranno < 1){
		imageName = '1.jpg"';
		htmltags = 'alt="Time to send your greeting" width="546" height="249" border="0" usemap="#Map2">'+ 
		'<map name="Map2">'+
		'<area shape="rect" coords="343,3,541,59" href="marketing.html">'+
		'</map>'
	} 
	document.write('<img src="../ref/en/panel'+imageName+htmltags);
}
