if (document.images) {
Home = new Image (120,28);
Home.src="images/homebut.gif";
Homeon = new Image (120,28);
Homeon.src = "images/homebuton.gif";
What = new Image(120,28);
What.src = "images/whatbut.gif";
Whaton = new Image(120,28);
Whaton.src = "images/whatbuton.gif";
About = new Image(120,28);
About.src = "images/aboutbut.gif";
Abouton = new Image(120,28);
Abouton.src = "images/aboutbuton.gif";
Recruit = new Image(120,28);
Recruit.src = "images/recruitbut.gif";
Recruiton = new Image(120,28);
Recruiton.src = "images/recruitbuton.gif";
Map = new Image(120,28);
Map.src = "images/mapbut.gif";
Mapon = new Image(120,28);
Mapon.src = "images/mapbuton.gif";
Contact = new Image(120,28);
Contact.src = "images/contactbut.gif";
Contacton = new Image(120,28);
Contacton.src = "images/contactbuton.gif";
Email = new Image(120,28);
Email.src = "images/emailbut.gif";
Emailon = new Image(120,28);
Emailon.src = "images/emailbuton.gif";
Tower = new Image(120,28);
Tower.src = "images/towerbut.gif";
Toweron = new Image(120,28);
Toweron.src = "images/towerbuton.gif";
Abouttext = new Image(150,120);
Abouttext.src = "images/abouttext.gif";
Whattext = new Image(150,120);
Whattext.src = "images/whattext.gif";
Contacttext = new Image(150,120);
Contacttext.src = "images/contacttext.gif";
Recruittext = new Image(150,120);
Recruittext.src = "images/recruittext.gif";
Maptext = new Image(150,120);
Maptext.src = "images/maptext.gif";
Emailtext = new Image(150,120);
Emailtext.src = "images/emailtext.gif";
}
function imgon(imgname) {
if (document.images);{
document.images[imgname].src = eval(imgname + 'on.src');
window.status=imgname;
}}
function imgoff(imgname) {
if (document.images);{
document.images[imgname].src = eval(imgname + ".src");
window.status = "Mobile and Broadcast Communication Services"
}}



