function flashpp()
{
	window.open ("flashpresentation.htm","Intravici","menubar=1,resizable=1,width=800,height=400"); 

}
function buttons(btnid)
{
	for(var i=1;i<=5;i++)
	{
		if(i==btnid)
		{
			var el = document.getElementById("btn"+ i);
			el.src = "images/btn" + i + "on.gif";
		}else{
			var el = document.getElementById("btn"+ i);
			el.src = "images/btn" + i + "off.gif";
		}
	}
	var strCont="";
	var divContents = document.getElementById("divContents");
	switch(btnid)
	{
		case 1:
		strCont = "<table style='width: 100%'><tr><td><table style='width: 100%'><tr>";
		strCont = strCont + "<td class='dContents'><b>Welcome to Intravici</b></td><td ></td>";
		strCont = strCont + "</tr></table></td></tr><tr><td>Intravici provides web based software to help reduce reliance on printed material for Business Intelligence, Operational Auditing, Action Plan management and Strategy Result Measurement with Management Consultancy Support.";		
		strCont = strCont + "</td></td><tr><td>&nbsp;<a href='benefits.htm'><b>Read More</b></a></td></tr>";
		strCont = strCont + "</td></tr><tr><td><hr style='border:thin gray'/></td></tr>";

		strCont = strCont + "<tr><td><table style='width:100%'><tr><td class='titleblue' style='text-align'><b>e-Green Advantage</b></td><td class='titleblue' style='text-align'><b><a href='#' onclick='flashpp()'>Watch Intravici Demo</a></b></td></tr><tr><td class='dContents'>Get more details <br/>about e-green and its <br/>advantages.<br/><a href='egreen.htm'><b>Read</b></a></td><td><a href='#' onclick='flashpp()'><img src='images/demothumb.jpg'/></a></td></tr></table>";
		strCont = strCont + "</td></tr></table>";

		divContents.innerHTML = strCont;

		break;
		case 2:

		strCont = "<table style='width: 100%'><tr><td><table style='width: 100%'>";

		strCont = strCont + "<tr><td><b>Features</b><br/><br/>The best feature about our applications is that they are based on your business flows, helping you to realise your business potential through simple, user friendly and logical steps. When developing applications we take into consideration your current business processes, identify areas of improvement and then develop these into a system that will embrace your companies work flows, opportunities and culture. To see examples of our applications read more";		
		strCont = strCont + "</td></tr><tr><td>&nbsp;<a href='features.htm'><b>Read More</b></a></td></tr>";
		strCont = strCont + "</td></tr><tr><td><hr style='border:thin gray'/></td></tr>";

		strCont = strCont + "<tr><td><table style='width:100%'><tr><td class='titleblue' style='text-align'><b>Advantage e-Green</b></td><td class='titleblue' style='text-align'><b><a href='#' onclick='flashpp()'>Watch Intravici Demo</a></b></td></tr><tr><td class='dContents'>Get more details <br/>about e-green and its <br/>advantages.<br/><a href='egreen.htm'><b>Read</b></a></td><td><a href='#' onclick='flashpp()'><img src='images/demothumb.jpg'/></a></td></tr></table>";
		strCont = strCont + "</td></tr></table>";
		divContents.innerHTML = strCont;
		break;
		case 3:
		strCont = "<table style='width: 100%'><tr><td><table style='width: 100%'>";

		strCont = strCont + "<tr><td><b>Customisation</b><br/><br/>We embrace diversity and appreciate each and every client will have very different requirements to help manage process, systems and policies. With this in mind we aim to support you in maintaining your strategic point of difference and market differential through bespoke software development. ";		
		strCont = strCont + "</td></tr><tr><td>&nbsp;<a href='customisation.htm'><b>Read More</b></a></td></tr>";
		strCont = strCont + "</td></tr><tr><td><hr style='border:thin gray'/></td></tr>";

		strCont = strCont + "<tr><td><table style='width:100%'><tr><td class='titleblue' style='text-align'><b>Advantage e-Green</b></td><td class='titleblue' style='text-align'><b><a href='#' onclick='flashpp()'>Watch Intravici Demo</a></b></td></tr><tr><td class='dContents'>Get more details <br/>about e-green and its <br/>advantages.<br/><a href='egreen.htm'><b>Read</b></a></td><td><a href='#' onclick='flashpp()'><img src='images/demothumb.jpg'/></a></td></tr></table>";
		strCont = strCont + "</td></tr></table>";
		divContents.innerHTML = strCont;
		break;
		case 4:
		strCont = "<table style='width: 100%'><tr><td><table style='width: 100%'>";

		strCont = strCont + "<tr><td><b>Industry examples</b><br/><br/>Our aim is to help your business be the best it can through a combination of consultancy, software development and achieving system buy-in and credibility from your key managers and employees. We have added a few key learning points based on use of our applications to help you see what can be achieved.";		
		strCont = strCont + "</td></tr><tr><td>&nbsp;<a href='industryexamples.htm'><b>Read More</b></a></td></tr>";
		strCont = strCont + "</td></tr><tr><td><hr style='border:thin gray'/></td></tr>";

		strCont = strCont + "<tr><td><table style='width:100%'><tr><td class='titleblue' style='text-align'><b>Advantage e-Green</b></td><td class='titleblue' style='text-align'><b><a href='#' onclick='flashpp()'>Watch Intravici Demo</a></b></td></tr><tr><td class='dContents'>Get more details <br/>about e-green and its <br/>advantages.<br/><a href='egreen.htm'><b>Read</b></a></td><td><a href='#' onclick='flashpp()'><img src='images/demothumb.jpg'/></a></td></tr></table>";
		strCont = strCont + "</td></tr></table>";
		divContents.innerHTML = strCont;

		break;
		case 5:
					strCont = "<table style='width: 100%'><tr><td><table style='width: 100%'>";

		strCont = strCont + "<tr><td><b>Business opportunity</b><br/><br/>Intravici has opportunities for partners and franchisees in Europe, Ireland, USA, and Australia. We invite individuals and companies who have the drive and ambition to help their clients see significant improvement in performance results whilst taking a positive step towards reducing reliance on printed materials to contact us.";		
		strCont = strCont + "</td></tr><tr><td>&nbsp;<a href='businessopportunity.htm'><b>Read More</b></a></td></tr>";
		strCont = strCont + "</td></tr><tr><td><hr style='border:thin gray'/></td></tr>";

		strCont = strCont + "<tr><td><table style='width:100%'><tr><td class='titleblue' style='text-align'><b>Advantage e-Green</b></td><td class='titleblue' style='text-align'><b><a href='#' onclick='flashpp()'>Watch Intravici Demo</a></b></td></tr><tr><td class='dContents'>Get more details <br/>about e-green and its <br/>advantages.<br/><a href='egreen.htm'><b>Read</b></a></td><td><a href='#' onclick='flashpp()'><img src='images/demothumb.jpg'/></a></td></tr></table>";
		strCont = strCont + "</td></tr></table>";
		divContents.innerHTML = strCont;

		break;

	}
}

