navHover1 = function() {
	var lis1 = document.getElementById("navmenu1").getElementsByTagName("LI");
	for (var i=0; i<lis1.length; i++) {
		lis1[i].onmouseover=function() {
			this.className+=" iehover";
		}
		lis1[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" iehover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", navHover1);



navHover2 = function() {
	var lis2 = document.getElementById("navmenu2").getElementsByTagName("LI");
	for (var i=0; i<lis2.length; i++) {
		lis2[i].onmouseover=function() {
			this.className+=" iehover";
		}
		lis2[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" iehover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", navHover2);




navHover3 = function() {
	var lis3 = document.getElementById("navmenu3").getElementsByTagName("LI");
	for (var i=0; i<lis3.length; i++) {
		lis3[i].onmouseover=function() {
			this.className+=" iehover";
		}
		lis3[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" iehover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", navHover3);




navHover4 = function() {
	var lis4 = document.getElementById("photogalerymenu").getElementsByTagName("LI");
	for (var i=0; i<lis4.length; i++) {
		lis4[i].onmouseover=function() {
			this.className+=" iehover";
		}
		lis4[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" iehover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", navHover4);



function ClearTxt()
{
  document.getElementById("ctl00_cphLeft_ctl02_txtEmail").value = "";
}
function ClearTxtSearch()
{
  document.getElementById("ctl00_cphTop_ctl01_txtSearch").value = "";
}
function windowOpen(url,name,y)
{
  window.open(url, name,  "height=630,width=770,top=10,left=100,resizable=yes,scrollbars=yes,status=yes")
}



