	//Check to see if they have the plugin or if they have it and it is turned on/off for Netscape
	/*
	var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/pdf"]) ? navigator.mimeTypes["application/pdf"].enabledPlugin : 0;
	if ( plugin ) {
	 //if they have it and it is turned on check to make sure that it is at least version X
	 plugin = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 2;
	} else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) {
	 //else they do not have the plugin, probably IE, and are on a windows box. 
	 //Still have to have at least ver X
	 document.write('<SCRIPT LANGUAGE=VBScript\> \n');
	 document.write('on error resume next \n');
	 document.write('plugin = ( IsObject(CreateObject("AcroExch.Document")))\n');
	 document.write('if ( plugin <= 0 ) then plugin = ( IsObject(CreateObject("PDF.PdfCtrl.7")))\n');
	 document.write('if ( plugin <= 0 ) then plugin = ( IsObject(CreateObject("PDF.PdfCtrl.6")))\n');
	 document.write('if ( plugin <= 0 ) then plugin = ( IsObject(CreateObject("PDF.PdfCtrl.5")))\n');
	 document.write('if ( plugin <= 0 ) then plugin = ( IsObject(CreateObject("PDF.PdfCtrl.4")))\n');
	 document.write('if ( plugin <= 0 ) then plugin = ( IsObject(CreateObject("PDF.PdfCtrl.3")))\n');
	 document.write('if ( plugin <= 0 ) then plugin = ( IsObject(CreateObject("PDF.PdfCtrl.2")))\n');
	 document.write('if ( plugin <= 0 ) then plugin = ( IsObject(CreateObject("PDF.PdfCtrl.1")))\n');
	 document.write('<\/SCRIPT\> \n');
	}
	if ( plugin ) {
	 //of course if they do have the plugin and it is version 5 we'll just write out the html code.

*/
//				document.write('    <font size="2"><a href="/images/downloads/2Work!_online_brochure.pdf" target="_blank" class="smalltxtk">Download'); 
//              document.write('    a Digital Brochure </a></font><font color="#000000"><img src="/images/graphics/spacer.gif" width="40" height="8"></font><font size="2"><a target="_blank" href="/images/downloads/2Work!_functional_white_paper.pdf" class="smalltxtk">Download'); 
//              document.write('    White Paper</a></font>');
/*
	} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
			document.write('<span class="bodyk"><br><strong>Unable to detect Adobe Acrobat Reader.</strong><br>');
			document.write('Install the latest Adobe Reader from ');
			document.write('<a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank" class="bodylinks"><img src="http://www.adobe.com/images/get_adobe_reader.gif" border="0"></a> ');
			document.write('and try to detect it again by <a href="javascript:location.reload()" class="bodylinks">Refreshing</a> this page.</span>');
	}
	//alert("plugin->" + plugin);
	*/
 			  document.write('    <font size="2"><a href="/images/downloads/2Work!_online_brochure.pdf" target="_blank" class="smalltxtk">Download'); 
              document.write('    a Digital Brochure </a></font><font color="#000000"><img src="/images/graphics/spacer.gif" width="40" height="8"></font><font size="2"><a target="_blank" href="/images/downloads/2Work!_functional_white_paper.pdf" class="smalltxtk">Download'); 
              document.write('    White Paper</a></font>');
