<!-- // Start of AdSubtract JavaScript block; you can ignore this.
     // It is used when AdSubtract blocks cookies or pop-up windows.
document.iMokie = "cookie blocked by AdSubtract";
document.iMferrer = "referrer blocked by AdSubtract";
function iMwin() {
	this.location = "";
	this.frames = new Array(9);
	this.frames[0] = this;
	this.frames[1] = this;
	this.frames[2] = this;
	this.frames[3] = this;
	this.frames[4] = this;
	this.frames[5] = this;
	this.frames[6] = this;
	this.frames[7] = this;
	this.frames[8] = this;
	this.length = 0;
}
// End of AdSubtract JavaScript block. -->
<!-- // Start of AdSubtract JavaScript block; you can ignore this.
     // It is used when AdSubtract blocks cookies or pop-up windows.
document.iMokie = "cookie blocked by AdSubtract";
document.iMferrer = "referrer blocked by AdSubtract";
function iMwin() {
	this.location = "";
	this.frames = new Array(9);
	this.frames[0] = this;
	this.frames[1] = this;
	this.frames[2] = this;
	this.frames[3] = this;
	this.frames[4] = this;
	this.frames[5] = this;
	this.frames[6] = this;
	this.frames[7] = this;
	this.frames[8] = this;
	this.length = 0;
}
// End of AdSubtract JavaScript block. -->
<!--

    function mouseOver(src) { 

		if (!src.contains(window.event.fromElement) && src.id == "nav1"){ 
			src.style.cursor = 'hand'; 
			src.bgColor = '#996666'; 
			src.children.tags('a')[0].style.color = '#ffffff'; 
		}
		
	}

    function mouseOut(src) {
     
		if (!src.contains(window.event.toElement) && src.id == "nav1") { 
			src.style.cursor = 'default'; 
			src.bgColor = 'dimgray'; 
			src.children.tags('a')[0].style.color = '#cccccc'; 
		}
		
	}

    function mouseClick(src) { 
		
		if(window.event.srcElement.id=='nav1'){
			src.children.tags('a')[0].click();
		}
		
	}

//-->