

jQuery.noConflict();
jQuery(document).ready(function(){
      var countryMenu = new DickerFisch('#countryMenu',{
		ListType:'ul',
		NavTimeout:300,
		Effect:0});
});

/* 
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;
			}
			
		}