
function logoElementCanproGlobal()
{
			
	
	if (navigator.userAgent.indexOf("Mozilla/3") != -1)
	{
		var msg = 'Sorry, since you are using an old version of Netscape, you may not be able to access all the pages in this Web site.';	
		document.write(msg);
	}
	else 
	{
		
		var strHTML = '';

				strHTML += '<a  href="' + ''+ 'http://www.canproglobal.com"';
				strHTML += ' target="_blank" >';
				strHTML += '	<img src="' + strRelativePathToRoot + 'Canpro_Global_125x125.gif"';
				strHTML += ' alt="Canpro Global Services Inc. is a leader in risk mitigation through its five subsidiaries - Investigations, HRservices, Risk Solutions, Training Resources & Labour Risk Management. With more than 200 professionals and 24 shareholders, committed to providing exceptional client service and innovative professional solutions,  Canpro has been the company of choice for governments, corporations and the legal community in Canada and abroad since 1975. "';
				strHTML += ' border="0"';
				strHTML += ' width="125"';
				strHTML += ' height="125" >';
				strHTML += '</a>';

		
		document.write(strHTML);
	}
}

		
function netscapeDivCheckCanproGlobal()
{
	
				 			
				
				
	var strAppName = navigator.appName;
	var appVer = parseFloat(navigator.appVersion);
								
	if ( (strAppName == "Netscape") &&
		(appVer >= 4.0 && appVer < 5) ) {  
		document.write("</DIV>");
	}
}
			
			
		
logoElementCanproGlobal();
			
		
netscapeDivCheckCanproGlobal();
	
