// JScript source code

var pic = "lorry.jpg";

function print(text) {
	document.write(text);
}

function testParent(){
if (top == self) {top.location.href='index.htm'; }
}

function showlayer(layer,image)
{
 //elem = document.getElementById("para1");
 document.all[layer].style.visibility = "visible";
// document.write(image);
 //document.Layer1.write('<img src="images/flooding/' + image + '">');
 document['image'].src= "images/flooding/" + image;
}

function hidelayer(lay) {
	document.all[lay].style.visibility = "hidden";
}

function showlayer2(layer,image) {
	//elem = document.getElementById("para1");
 document.all[layer].style.visibility = "visible";
// document.write(image);
 //document.Layer1.write('<img src="images/flooding/' + image + '">');
 document['image'].src= "images/flooding/" + image;
}


