function debu()
{
alert("Not yet ready");
return false;
}
function light(num)
{
if (num==1)
{
document.img2.src="../images/buttons/home1.jpg";
}
if (num==2)
{
document.img2.src="../images/buttons/sitemap1.jpg";
}
if (num==3)
{
document.img2.src="../images/buttons/contactus1.jpg";
}
}
function dim(num)
{
if (num==1)
{
document.img2.src="../images/buttons/home.jpg";
}
if (num==2)
{
document.img2.src="../images/buttons/sitemap.jpg";
}
if (num==3)
{
document.img2.src="../images/buttons/contactus.jpg";
}
}
