function onClickFeaturesImage()
{
	var obj;
	obj=document.getElementById('features');
	obj.style.backgroundImage='url(images/bg_tab_sel.gif)';
	obj.style.fontWeight="bold";
	
	obj=document.getElementById('spec');
	obj.style.backgroundImage='url(images/bg_tab_nor.gif)';
	obj.style.fontWeight="normal";
	
	var html="<b>Truly Magnanimous</b><br>"+
			"A diamond planner is an indispensable tool in today's age of high volume diamond transactions. Magnus regular acts as a reliable assistant to the "+ 
			"Diamanteer in production, to maximize the yield and minimize the losses. It gives the optimized diamond plan within shortest possible time, this "+ 
			"improving both productivity and profits.<br><br>"+
			
			"<b>A world class planner, entirely Made In India</b><br>"+
			"Magnus Regular is an answer to the void in the diamond industry for an affordable and at the same time accurate planner, which also gives "+
			"speedy result, with all the functionality in-built in the system, without the additional costs. Thus, providing value for money products. "+
			"This possible because of state of art R&D and production facility established in India.<br><br>"+
			
			"<b>All-in one System</b><br>"+
			"Magnus is a system that works as an all-in one. It not only offers optimized diamond planning, but also offers Laser mapping, Laser Marking and "+
			"Ray Tracing within a single system. Now the customers will not need to make hefty investment in different systems for availing different "+
			"functionalities. Magnus, a single system performs all the functions necessary for diamond processing, at planning stage. Magnus has been designed "+
			"keeping in mind the requirements of world Diamanteers.<br><br>"+
			
			"<b>Advanced Facilities</b><br>"+
			
			"Magnus Regular is equipped with advanced 3D visual simulation technology, facilitating Normal & laser mapping. It allows planning for sawable, "+
			"makeable & all other complicated stone types. Facility of planning all kind of polished shapes form Round, Fancy to any customized shapes. Unique "+
			"Computer assisted manual planning feature is an added facility to execute planning process in greater detail. Stone can be marked for sawing "+
			"(normal & dynamic), cutting or any part of polished stone with reliable laser source. Other additional facilities like report printing, "+
			"MIS reporting etc."


	obj=document.getElementById("divoverview");
	obj.innerHTML=html;
}
function onClickSpecImage()
{
	var obj;
	obj=document.getElementById('features');
	obj.style.backgroundImage='url(images/bg_tab_nor.gif)';
	obj.style.fontWeight="normal";
	
	obj=document.getElementById('spec');
	obj.style.backgroundImage='url(images/bg_tab_sel.gif)';
	obj.style.fontWeight="bold";
	
	var html="<table width=100% border=0 cellspacing=0 cellpadding=0>"+
			  "<tr>"+
				"<td height=14></td>"+
			  "</tr>"+
			  "<tr>"+
				"<td bgcolor=#F7F7F7 class='content'><div style='height:26px'><b>&nbsp;PC Specifications</b></div></td>"+
			  "</tr>"+
			  "<tr>"+
				"<td height=21 class='content'>&nbsp;Pentium 4 (or better)</td>"+
			  "</tr>"+
			  "<tr>"+
				"<td height=21 class='content'>&nbsp;512MB RAM, 40GB HDD</td>"+
			  "</tr>"+
			  "<tr>"+
				"<td height=21 class='content'>&nbsp;CD-ROM, Windows XP</td>"+
			  "</tr>"+
			  "<tr>"+
				"<td height=21 class='content'>&nbsp;LCD Monitor</td>"+
			  "</tr>"+
			  "<tr>"+
				"<td height=21 class='content'>&nbsp;</td>"+
			  "</tr>"+
			  "<tr>"+
        		"<td height='21' class='content'>"+
					"<table width=100% border=0 cellspacing=0 cellpadding=0>"+
					  "<tr>"+
						"<td height=25 bgcolor=#F7F7F7 class='content'><div style='height:26px'><b>Technical Specifications</b></div></td>"+
					  "</tr>"+
					  "<tr>"+
						"<td height=21 class='content' valign='bottom'><b>Dimensions</b></td>"+
					  "</tr>"+
					  "<tr>"+
						"<td class='content'>Length x Width x Height: 54.0 x 36.0 x 26.2 cm</td>"+
					  "</tr>"+
					  "<tr>"+
  						  "<td height=5></td>"+
  					  "</tr>"+
					  "<tr>"+
						"<td height=21 class='content' valign=bottom><b>Weight</b></td>"+
					  "</tr>"+
					  "<tr>"+
						"<td class='content'>21.5 kgs. (with all components) without computer</td>"+
					  "</tr>"+
					  "<tr>"+
						"<td height=21 colspan=2 class='content'>&nbsp;<i>*specifications are subject to change without prior notice</i></td>"+
					  "</tr>"+
        			"</table>"+
			  "</td>"+
      		"</tr>"+
    	"</table>"

	obj=document.getElementById("divoverview");
	obj.innerHTML=html;
}

function bodyload()
{
	var obj;
	obj=document.getElementById('features');
	obj.style.fontWeight="bold";
}
