
function logoElementCanpro728v90()
{
			
	
	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 + 'a_risk_mitigation_company.gif"';
				strHTML += ' alt="WELCOME TO CANPRO GLOBALA Risk Mitigation CompanyCanpro 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="728"';
				strHTML += ' height="90" >';
				strHTML += '</a>';

		
		document.write(strHTML);
	}
}

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