var	IE6 = false,
 	IE7 = false,
	FF2 = false,
	FF1 = false,
	NS7 = false,
	NS6 = false,
	OP9 = false,
	OP8 = false,
	SA1 = false
	UKN = false,
	SUPPORTEDWebBrowser = false;

var intSplitStart = navigator.userAgent.indexOf("(",0);
var intSplitEnd = navigator.userAgent.indexOf(")",0);
var strChStart = navigator.userAgent.substring(0,intSplitStart);
var strChMid = navigator.userAgent.substring(intSplitStart, intSplitEnd);
var strChEnd = navigator.userAgent.substring(strChEnd);

if(strChMid.indexOf("MSIE 7") != -1)
{ IE7 = true; SUPPORTEDWebBrowser = true }
else if(strChMid.indexOf("MSIE 6") != -1)
{ IE6 = true; SUPPORTEDWebBrowser = true }
else if(strChEnd.indexOf("Firefox/2") != -1)
{ FF2 = true; }
else if(strChEnd.indexOf("Firefox") != -1)
{ FF1 = true; }
else if(strChEnd.indexOf("Netscape/7") != -1)
{ NS7 = true; }
else if(strChEnd.indexOf("Netscape") != -1)
{ NS6 = true; }
else if(strChStart.indexOf("Opera/9") != -1)
{ OP9 = true; }
else if(strChStart.indexOf("Opera") != -1)
{ OP8 = true; }
else if(strChStart.indexOf("Safari") != -1)
{ SA1= true; }
else
{ UKN = true; SUPPORTEDWebBrowser = true }

// document.write ('IE7', IE7, ' IE6', IE6, ' FF2', FF2, ' FF1', FF1, ' NS7', NS7, ' NS6', NS6, ' OP9', OP9, ' OP8', OP8, ' SA1', SA1,' UKN', UKN );

if ( SUPPORTEDWebBrowser == true )
{ document.write ('<OBJECT ID="nC_WebAuthentication" STYLE="LEFT: 0px; TOP: 0px" WIDTH="237" HEIGHT="96" CLASSID="CLSID:F44505C8-4A94-440C-9794-EB1FA5BCC714" CODEBASE="nC_WebAuthentication.cab#Version=3,1,1,136" VIEWASTEXT></OBJECT>'); }
else
{ document.write('nCryptone Acoustic Authentication module currently supports only Microsoft Internet Explorer.'); }
