

jQuery.noConflict();
jQuery(document).ready(function() {
	var countryMenu = new DickerFisch('#countryMenu',{
		ListType:'ul',
		NavTimeout:300,
		Effect:0});
	  
	  
	  
});
if (T3_onloadWrapper) {
	var oldWrapper = T3_onloadWrapper;
	T3_onloadWrapper = function(e) {
		
		jQuery("a").each(function(i, el) {
			
			if (!/\.pdf$/.test(el.href)) {
				return;
			}
								
			jQuery(el).click(function(event) {
				event.preventDefault();
				event.stopPropagation();
				window.open(el.href);
			});
		});
		
		oldWrapper(e);
		
	}
}

/* 
startList = function() {
	if (document.all && document.getElementById) {
		navRoot = document.getElementById("countryMenu");
		for (i=0; i < navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName == "LI") {
				
				node.onmouseover = function() {
					this.className = "over";
  				}
  			
				node.onmouseout = function() {
					this.className = "";
				}
			}
		}
 	}
}

window.onload = startList;
*/



function obscureAddMid() {
	document.write('@');
}

function obscureAddEnd() {
	document.write('.');
}

		function printit(){
			try {
				window.print();
			}
			catch(err) {
				return;
			}
			
		}
