// JavaScript Document
function aOver()
{
 awcsImage.style.display= "none";
 aImage.style.display= "inline";
 overArrow.src="images/aboutus.gif";
 hSetter.style.height="0";
 arrow.style.left="85px";
}
function wOver()
{
 awcsImage.style.display= "none";
 awcs.style.width="151px";
 awcs.style.height="164px";
 wImage.style.display= "inline";
 overArrow.src="images/whovr.gif";
 hSetter.style.height="0";
 arrow.style.left="132px";
}
function cOver()
{
 awcsImage.style.display= "none";
 awcs.style.width="182px";
 awcs.style.height="93px";
 cImage.style.display= "inline";
 overArrow.src="images/contactus.gif";
 hSetter.style.height="61";
 arrow.style.left="102px";
}
function sOver()
{
 awcsImage.style.display= "none";
 awcs.style.width="105px";
 awcs.style.height="94px";
 sImage.style.display= "inline";
 overArrow.src="images/sample.gif";
 hSetter.style.height="61";
 arrow.style.left="177px";
}
function clean()
{
 aImage.style.display= "none";
 wImage.style.display= "none";
 cImage.style.display= "none";
 sImage.style.display= "none";
 articleRow.style.display="none";
 mainRow.style.display="inline";
 awcs.style.width="202px";
 awcs.style.height="167px";
 awcsImage.style.display= "inline";
 overArrow.src="images/net2art.gif";
 hSetter.style.height="30";
 arrow.style.left="0px";
}
function net2artOver()
{
 mainRow.style.display="none";
 articleRow.style.display="inline";
}
