<!--

	function jumpmenu(targ, selObj, restore) {
		
		if (selObj.options[selObj.selectedIndex].value.length != 0) {
		
			eval(targ + ".location='" + selObj.options[selObj.selectedIndex].value + "'");
			
		}
		
	}
	
	function submitform(selObj, formObj) {
	
		if (selObj.options[selObj.selectedIndex].value.length != 0) {
		
			formObj.submit();
		
		}
	
	}
	
	function openpopup(thisUrl, thisName, thisWidth, thisHeight) {
	
		features = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=20,top=20,width=' + thisWidth + ',height=' + thisHeight;
		window.open(thisUrl, thisName, features);
		
		return;
		
	}

	function showpopup(thisUrl, thisName, thisWidth, thisHeight) {
	        features = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,left=20,top=20,width=' + thisWidth + ',height=' + thisHeight;
		window.open(thisUrl, thisName, features);
		return;
	}
	
	function openimagewindow(thisImg, thisName, thisWidth, thisHeight) {

		features = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=20,top=20,width=' + (thisWidth + 40) + ',height=' + (thisHeight + 60);
		
		iw = open("", thisName, features);
		iw.document.open();
		iw.document.write("<html><head><title>Preview</title><style type=\"text/css\">body, td, a { font-family:Verdana, Arial; font-size:7pt; }</style></head>");
		iw.document.write("<body bgcolor=\"#ffffff\" text=\"#000000\" marginleft=\"0\" margintop=\"0\" marginheight=\"0\" marginwidth=\"0\">");
		iw.document.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" height=\"100%\">");
		iw.document.write("<tr><td align=\"right\" height=\"20\"><a href=\"#\" onclick=\"window.close()\">Close window</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td></tr>");
		iw.document.write("<tr><td align=\"center\"><img src=\"" + thisImg + "\" width=\"" + thisWidth + "\" thisHeight=\"" + thisHeight + "\" border=\"0\"></td></tr>");
		iw.document.write("</table>");
		iw.document.write("</body>");
		iw.document.write("</html>");
		iw.document.close(); 
	}
	
	function openimagewindowscroll(thisImg, thisName, thisWidth, thisHeight) {

		features = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,left=20,top=20,width=' + (thisWidth + 40) + ',height=' + (thisHeight + 60);
		
		iw = open("", thisName, features);
		iw.document.open();
		iw.document.write("<html><head><title>Preview</title><style type=\"text/css\">body, td, a { font-family:Verdana, Arial; font-size:7pt; }</style></head>");
		iw.document.write("<body bgcolor=\"#ffffff\" text=\"#000000\" marginleft=\"0\" margintop=\"0\" marginheight=\"0\" marginwidth=\"0\">");
		iw.document.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" height=\"100%\">");
		iw.document.write("<tr><td align=\"right\" height=\"20\"><a href=\"#\" onclick=\"window.close()\">Close window</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td></tr>");
		iw.document.write("<tr><td align=\"center\"><img src=\"" + thisImg + "\" width=\"" + thisWidth + "\" thisHeight=\"" + thisHeight + "\" border=\"0\"></td></tr>");
		iw.document.write("</table>");
		iw.document.write("</body>");
		iw.document.write("</html>");
		iw.document.close(); 
	}


	function newImage(arg) {
		if (document.images) {
			rslt = new Image();
			rslt.src = arg;
			return rslt;
		}
	}
	
	function changeImages() {
		if (document.images && (preloadFlag == true)) {
			for (var i=0; i<changeImages.arguments.length; i+=2) {
				document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
			}
		}
	}
	
	var preloadFlag = false;
	function preloadImages() {
		if (document.images) {
			world_map2_01_americas_over = newImage("images/world_map2_01-americas_over.gif");
			world_map2_01_australia_over = newImage("images/world_map2_01-australia_ove.gif");
			world_map2_01_africa_over = newImage("images/world_map2_01-africa_over.gif");
			world_map2_01_asia_over = newImage("images/world_map2_01-asia_over.gif");
			world_map2_01_europe_over = newImage("images/world_map2_01-europe_over.gif");
			preloadFlag = true;
		}
	}



//-->

