// JavaScript Document

function show()
{
	
var showtxt="Akuva Infotech takes up Rapid Form Reseller ship.";
var divid=document.getElementById("showid1");
divid.innerHTML="<a href=re.html >"+ showtxt +"</a>";

var showtxt="Akuva Infotech acquires Faro Laser Scan Arm.";
var divid=document.getElementById("showid2");
divid.innerHTML="<a href=http://www.faro.akuva.com/ >"+ showtxt +"</a>";

var showtxt="Akuva Infotech procures Moldflow plastics insight.";
var divid=document.getElementById("showid3");
divid.innerHTML="<a href=http://www.moldflow.akuva.com/ >"+ showtxt +"</a>";

var showtxt="After the execution of a number of projects till date, we are thoroughly satisfied with your professionalism, quality of deliverables and service timeliness.<br />Rajat Kedia <br /> Director mphinite Technologies";
var divid=document.getElementById("showid4");
divid.innerHTML="<a href=mphinite.html >"+ showtxt +"</a>";

var showtxt="Mold Flow";
var divid=document.getElementById("showid5");
divid.innerHTML="<a href=http://www.moldflow.akuva.com/ >"+ showtxt +"</a>";

var showtxt="Reverse Engineering";
var divid=document.getElementById("showid6");
divid.innerHTML="<a href=http://www.faro.akuva.com/>"+ showtxt +"</a>";

var showtxt="Software Sales & support";
var divid=document.getElementById("showid7");
divid.innerHTML="<a href=softwaresales.html>"+ showtxt +"</a>";

var showtxt="Training & Certification";
var divid=document.getElementById("showid8");
divid.innerHTML="<a href=training.html >"+ showtxt +"</a>";

var showtxt="Intent Corp Pvt.Ltd";
var divid=document.getElementById("showid9");
divid.innerHTML="<a href=http://www.intentcorp.com/>"+ showtxt +"</a>";

var showtxt="Chaitanya Graphics";
var divid=document.getElementById("showid10");
divid.innerHTML="<a href=http://www.chaigra.com/>"+ showtxt +"</a>";

var showtxt="Sarc Instruments";
var divid=document.getElementById("showid11");
divid.innerHTML="<a href=http://www.sarcinstruments.com/ >"+ showtxt +"</a>";

}

/*
function browserIe()
{
var browser=navigator.appName;
var b_version=navigator.appVersion;
var version=parseFloat(b_version);
if (browser=="Microsoft Internet Explorer")

  {
	alert(document.getElementById("ie").href="css/mainIE.css");

  }
else
  {
	document.getElementById("ie").href="css/main.css";

  }

}*/