function changeContent(btnIndex){
	//change buttons
	var numOfButtons = document.btnMain.length;		
	var arryButtonName = new Array('btnHome', 'btnWater', 'btnBottle');
	for (i = 0; i < numOfButtons; i++)	{	
			document.btnMain[i].src  = "images/"+arryButtonName[i]+".gif";				
	}
	document.btnMain[btnIndex].src  = "images/"+arryButtonName[btnIndex]+"-S.gif";	
	//change content
	var strContent = new Array();
	strContent[0] = '<OBJECT id="Drop" codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="450" width="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" VIEWASTEXT>';
	strContent[0] += '<PARAM NAME="_cx" VALUE="10583">';
	strContent[0] += '<PARAM NAME="_cy" VALUE="6879">';
	strContent[0] += '<PARAM NAME="FlashVars" VALUE="10583">';
	strContent[0] += '<PARAM NAME="Movie" VALUE="Drop.swf">';
	strContent[0] += '<PARAM NAME="Src" VALUE="Drop.swf">';
	strContent[0] += '<PARAM NAME="WMode" VALUE="Window">';
	strContent[0] += '<PARAM NAME="Play" VALUE="-1">';
	strContent[0] += '<PARAM NAME="Loop" VALUE="-1">';
	strContent[0] += '<PARAM NAME="Quality" VALUE="High">';
	strContent[0] += '<PARAM NAME="SAlign" VALUE="">';
	strContent[0] += '<PARAM NAME="menu" VALUE="false">';
	strContent[0] += '<PARAM NAME="Base" VALUE="">';
	strContent[0] += '<PARAM NAME="AllowScriptAccess" VALUE="always">';
	strContent[0] += '<PARAM NAME="Scale" VALUE="ShowAll">';
	strContent[0] += '<PARAM NAME="DeviceFont" VALUE="0">';
	strContent[0] += '<PARAM NAME="EmbedMovie" VALUE="0">';
	strContent[0] += '<PARAM NAME="BGColor" VALUE="FFFFFF">';
	strContent[0] += '<PARAM NAME="SWRemote" VALUE="">';
	strContent[0] += '<EMBED src="Drop.swf" quality="high" bgcolor="#FFFFFF" WIDTH="400" HEIGHT="450" menu="false" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">';
	strContent[0] += '</EMBED>';
	strContent[0] += '</OBJECT>';	
	
	strContent[1] = '<table class=ContentArea class=ContentArea border=0 cellpadding=10><tr><td>'
	strContent[1] += 'AQUADANA is a world class Table Water from the home of quality products, DANA GROUP. It is manufactured at their recently completed ultra modern water plant which forms a part of ASHMINA Limited, at Ibadan in Oyo State.';
	strContent[1] += '</td></tr><tr><td>ASHMINA, a member of the DANA GROUP, has been a trusted name in the field of pharmaceuticals for more than two decades, recognized for providing high quality life-saving drugs using stringent international standards and the latest GMP norms. It is from the same manufacturing outfit producing sterile pharmaceuticals that springs forth AQUADANA water ...another quality product from DANA.';
	strContent[1] += '</td></tr><tr><td><img align="left" src="images/AboutWater1.gif" />This natural extension is aimed at providing a Clean and Safe drinking water to consumers, which will contribute towards eliminating the invisible spread of disease and illness that occurs through the unfortunate consumption of contaminated water; a common reality in most developing countries. Using their expertise in water chemistry and the latest technology to build a state-of-the-art Table Water Plant, the end result is a quality consumer product named AQUADANA. It also further reaffirms the company motto of "...A Commitment to Healthcare" by complementing their range of products focused at promoting complete recovery and well being for all.';
	strContent[1] += '</td></tr><tr><td>AQUADANA water is derived from a natural source, which then goes through a series of filtration processes as per WHO specifications, followed by ozonization & U-V treatment. The end result is a crystal-clear water that is pure and safe for drinking. This is then hygienically packaged into top quality, tamper-proof, PET bottles of various sizes for your assurance and convenience. From start to finish, treatment and packaging are technology based to guarantee quality and wholesomeness. The custom-built factory is managed by highly qualified and experienced staff who are experts in this field.';
	strContent[1] += '</td></tr></table>'
	
	strContent[2] = '<table class=ContentArea border=0 cellpadding=10><tr><td><img align="left" src="images/AboutBottle1.gif" />'
	strContent[2] += '<b>SAFETY</b><br />';
	strContent[2] += 'The bottles are made of Polyethylene Terepthalate (PET) - a food grade resin for bottles, to guarantee the safety of the content as well as retain its quality over a longer period. Further, it comes with a tamper-proof, larger than average, cap as well as shrink-wrap labelling and a tear-seal to prevent faking and adulteration.';
	strContent[2] += '</td></tr><tr><td><img align="right" src="images/AboutBottle2.gif" />'
	strContent[2] += '<b>CLARITY</b><br />';
	strContent[2] += 'Transparent bottles are used without any tint to assure consumers of the crystal clarity of the water and to be confident of what is being consumed. Each label is clearly marked with a special window bearing the DANA logo as seal of quality.';
	strContent[2] += '</td></tr><tr><td><img align="left" src="images/AboutBottle3.gif" />'
	strContent[2] += '<b>DESIGN</b><br />';
	strContent[2] += "The design of the bottle was also considered in great detail and the end result boasts of several unique features: An innovative 'comfort grip' in the middle of the bottle for the user to have a firm yet comfortable hold on the bottle when pouring, the trademark Dana Waves logo embossed onto the neck of the bottle on two sides, an overall rounded look for a harmonious appearance, 'AQUADANA' engraving on the top of each cap, 'Handy Gripper' bottle holders with each bottle of 150cl size and above for easy carrying.";
	strContent[2] += '</td></tr><tr><td><img align="right" src="images/AboutBottle4.gif" />'
	strContent[2] += '<b>CONVENIENCE</b><br />';
	strContent[2] += 'The resplendent AQUADANA bottles are available in a range of sizes from 50cl (0.5L) to 150cl (1.5L), and soon-to-be-released 200cl (2.0L).';
	strContent[2] += '</td></tr></table>'

	document.getElementById("ContentArea").innerHTML = strContent[btnIndex];
}
