



<!--  

   function ShowThumb(tablename, imagename)
  {
    montrer('thumbsgfx');
    thumbsgfx.style.top = document.getElementById(tablename).offsetTop + "px";
    thumbsgfx.style.left = (parseInt(document.getElementById(tablename).offsetLeft) + 144) + "px";
    document.getElementById('imgthumbgfx').setAttribute('src', imagename);
  }
-->

function ShowPicture(id,Source) {
if (Source=="1"){
if (document.layers) document.layers[''+id+''].visibility = "show"
else if (document.all) document.all[''+id+''].style.visibility = "visible"
else if (document.getElementById) document.getElementById(''+id+'').style.visibility = "visible"
}
else
if (Source=="0"){
if (document.layers) document.layers[''+id+''].visibility = "hide"
else if (document.all) document.all[''+id+''].style.visibility = "hidden"
else if (document.getElementById) document.getElementById(''+id+'').style.visibility = "hidden"
} 
}
<!-- hide this function which checks for a XML compliant browser associated with the side menu Dictionary and the Publications Search link

		function browserConfirm(courseLocation){
			if(msieversion()<5){
				if(window.confirm("Please note this InfoMine Search Resource requires a fully XML-compliant browser\nsuch as Internet Explorer 5  ... unpredictable browser behaviour may\nresult with your current browser!")){document.location=courseLocation;}
			}else{
				document.location=courseLocation;
			}
		}
		function msieversion() { 
			var ua = window.navigator.userAgent; 
			var msie = ua.indexOf ( "MSIE " );
			if ( msie > 0 ){ 
				return parseInt (ua.substring (msie+5, ua.indexOf (".", msie )));
			}else{ 
				return 0;
			}
		}  

var newwin;

function launchwin(winurl,winname,winfeatures)
{
        newwin = window.open(winurl,winname,winfeatures);
        setTimeout('newwin.focus();',250);
        
}  
	 

	var analysisOpen=null;
		self.name="InfoMineInteractive";

		function loadAnalysis(analysis){
			if (analysisOpen == null) {
				analysisOpen = window.open(analysis, "analysisWindow","location=no,menubar=no,directories=no,scrollbars=yes,resizable=yes,status=yes,width=800,height=480");
				analysisOpen.location = analysis;
			} else {
				if (analysisOpen.closed) {
					analysisOpen = window.open(analysis, "analysisWindow","location=no,menubar=no,directories=no,scrollbars=yes,resizable=yes,status=yes,width=800,height=480");
				} else {
					analysisOpen.location = analysis;
					analysisOpen.focus();
				}
			}
		}


function suppressErrors() { return true; }

if (parseInt(navigator.appVersion) < 4) {

	onerror = suppressErrors;
}
// end hide -->	 
	 


<!-- hide this function which checks for a XML compliant browser associated with the side menu Dictionary link

		function browserConfirm(courseLocation){
			if(msieversion()<5){
				if(window.confirm("Please note that this Dictionary requires a fully XML-compliant browser\nsuch as Internet Explorer 5  ... unpredictable browser behaviour may\nresult with your current browser!")){document.location=courseLocation;}
			}else{
				document.location=courseLocation;
			}
		}
		function msieversion() { 
			var ua = window.navigator.userAgent; 
			var msie = ua.indexOf ( "MSIE " );
			if ( msie > 0 ){ 
				return parseInt (ua.substring (msie+5, ua.indexOf (".", msie )));
			}else{ 
				return 0;
			}
		}  
// end hide -->	 


	function selectTool(form){
		if(toolWindowOpen!=null){toolWindowOpen.close();}
		maxTools=form.elements[0].options.length;
		for (i=0; i!=maxTools; i++){
			if(form.elements[0].options[i].selected){document.location=form.elements[0].options[i].value;}
		}
		return;}
		function browserConfirm(courseLocation){
			if(msieversion()<5){
				if(window.confirm("Please note that this tool requires a fully XML-compliant browser\nsuch as Internet Explorer 5  ... unpredictable browser behaviour may\nresult with your current browser!")){document.location=courseLocation;}
			}else{
				document.location=courseLocation;
			}
		}
		function msieversion(){ 
			var ua = window.navigator.userAgent; 
			var msie = ua.indexOf ( "MSIE " );
			if ( msie > 0 ){ 
				return parseInt (ua.substring (msie+5, ua.indexOf (".", msie )));
			}else{ 
				return 0;
			}
		}  	 

		var toolWindowOpen=null;
		function loadTool(toolURL,toolWidth,toolHeight,query){
			if(query=="yes"){
				if(msieversion()<5){
					if(!window.confirm("Please note that this tool requires a fully XML-compliant browser\nsuch as Internet Explorer 5  ... unpredictable browser behaviour may\nresult with your current browser!")){return;}
				}
			}
			configString="location=no,menubar=no,directories=no,scrollbars=yes,resizable=yes,status=no,width="+toolWidth.toString()+",height="+toolHeight.toString();
			if (toolWindowOpen == null) {
				toolWindowOpen = window.open("blankPage.htm", "toolWindow",configString);
			} else {
				if (toolWindowOpen.closed) {
					toolWindowOpen = window.open("blankPage.htm", "toolWindow",configString);
					toolWindowOpen.resizeTo(toolWidth, toolHeight);
				} else {
					toolWindowOpen.close();
					toolWindowOpen = window.open("blankPage.htm", "toolWindow",configString);
					toolWindowOpen.resizeTo(toolWidth, toolHeight);
				}
			}
			toolWindowOpen.location = toolURL;
			toolWindowOpen.focus();
			return;
		}
	var websiteOpen=null;
	function loadWebsite(website,query){
		if(query=="yes"){
			if(msieversion()<5){
				if(!window.confirm("Please note that this tool requires a fully XML-compliant browser\nsuch as Internet Explorer 5  ... unpredictable browser behaviour may\nresult with your current browser!")){return;}
			}
		}
		configString="location=no,menubar=no,directories=no,scrollbars=yes,resizable=yes,status=yes,width=700,height=500";
		if (websiteOpen == null) {
			websiteOpen = window.open(website, "websiteWindow",configString);
			websiteOpen.location = website;
			websiteOpen.focus();
		} else {
			if (websiteOpen.closed) {
				websiteOpen = window.open(website, "websiteWindow",configString);
				websiteOpen.focus();
			} else {
				websiteOpen.location = website;
				websiteOpen.focus();
			}
		}
		return;
	}
