﻿// JScript File
function contact_over() 
{
document.form1.contact_img.src="images/buttons_on1.gif"
}

function contact_out()
{
document.form1.contact_img.src="images/buttons1.gif"
}

function cust_over()
{
document.form1.cust_img.src="images/buttons_on2.gif"
}

function cust_out()
{
document.form1.cust_img.src="images/buttons2.gif"
}

function specmod_over()
{
document.form1.specmod_img.src="images/buttons_on3.gif"
}

function specmod_out()
{
document.form1.specmod_img.src="images/buttons3.gif"
}

function writepub_over()
{
document.form1.writepub_img.src="images/buttons_on4.gif"
}

function writepub_out()
{
document.form1.writepub_img.src="images/buttons4.gif"
}

function counsarea_over()
{
document.form1.counsarea_img.src="images/buttons_on5.gif"
}

function counsarea_out()
{
document.form1.counsarea_img.src="images/buttons5.gif"
}

function aboutus_over()
{
document.form1.aboutus_img.src="images/buttons_on6.gif"
}

function aboutus_out()
{
document.form1.aboutus_img.src="images/buttons6.gif"
}
function engsite_over()
{
document.form1.engsite_img.src="images/buttons_on7.jpg"
}
function engsite_out()
{
document.form1.engsite_img.src="images/buttons7.jpg"
}
