 
	var requiredVersion = 6;
	var useRedirect = true; 
	var flashPage = ""		
	var noFlashPage = ""	
	var upgradePage = ""	
	var flash2Installed = false;		
	var flash3Installed = false;		
	var flash4Installed = false;		
	var flash5Installed = false;	
	var flash6Installed = false;
	var maxVersion = 6;					
	var actualVersion = 0;				
	var hasRightVersion = false;		
	var jsVersion = 1.0;				
	
	
	var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;		
	var isWin = (navigator.appVersion.indexOf("Windows") != -1) ? true : false; 
	jsVersion = 1.1;
	if(isIE && isWin)
	{ 
		document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n');
		document.write('on error resume next \n');
		document.write('flash2Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.2"))) \n');
		document.write('flash3Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.3"))) \n');
		document.write('flash4Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4"))) \n');
		document.write('flash5Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5"))) \n');	
		document.write('flash6Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6"))) \n');				
		document.write('<'+'/SCR' + 'IPT\> \n');  
	}
	
	function detectFlash()
	{	
		if (navigator.plugins)
		{

			if (navigator.plugins["Shockwave Flash 2.0"]
			|| navigator.plugins["Shockwave Flash"])
			{		
				var isVersion2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
				var flashDescription = navigator.plugins["Shockwave Flash" + isVersion2].description;
				var flashVersion = parseInt(flashDescription.charAt(flashDescription.indexOf(".") - 1));
				flash2Installed = flashVersion == 2;		
				flash3Installed = flashVersion == 3;
				flash4Installed = flashVersion == 4;
				flash5Installed = flashVersion == 5;
				flash6Installed = flashVersion >= 6;
			}
		}
		for (var i = 2; i <= maxVersion; i++) 
		{	
			if (eval("flash" + i + "Installed") == true) actualVersion = i;
		}
		if(navigator.userAgent.indexOf("WebTV") != -1) actualVersion = 2;
		if(actualVersion == 0)
			{
				if(FlashDetect.installed)
				{
					actualVersion = FlashDetect.major;
				}
			} 

		if (actualVersion >= requiredVersion) 
		{
			hasRightVersion = true;						
			if (useRedirect) 
			{
				if(jsVersion > 1.0) 
				{
					TestPass=true;	
				} 
				else 
				{
					TestPass=true;		
				}
			}
		} 
		else 
		{	
			if (useRedirect) 
			{
				if(jsVersion > 1.0) 
				{
					TestPass=false;
				} 
				else 
				{
					TestPass=false;
				}
			}
		}
	return TestPass;
	}
	
        function popMe()
        {
            window.open("small_pop_up.htm","pop","width=260,height=145,top=270,left=300");
        }
   
	
	var flash5=detectFlash();
	
	if (flash5) 
	{
		//document.location.href = "home.htm"
        document.write('<table border="0" cellpadding="0" cellspacing="0" align="center" bgcolor="#666666">');
		document.write('<tr>');
		document.write('<td bgcolor="#ffffff" width="1"><img src="images/trans.gif" width=1 height=1 border=0 alt=""></td>');
	    document.write('<td valign="center" bgcolor="#666666"><div title="Website Designing, Website Development - Indigo Consulting Company India">');
    	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" 		width="778" height="330" id="coming soon _3" align="">');
		document.write('<param name=movie value="images/huln_home_01.swf"><param name=quality value=high><PARAM NAME=wmode VALUE=opaque> <param name=bgcolor value=#000033>');
		document.write('<embed src="images/huln_home_01.swf" quality=high wmode=opaque bgcolor=#000033  width="778" height="330" name="indigo" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
		document.write('</object><br>');
		document.write('</div>');



		



				} 
			else 
			{
					  document.write('<td valign="center" bgcolor="#666666">'); 
			 document.write('<table border="0" height="100%" cellpadding="0" cellspacing="0" align="center" bgcolor="#666666">'); 
			 			
			 
	document.write('<tr>');
		document.write('<td bgcolor="#ffffff" width="1"><img src="images/trans.gif" width=1 height=1 border=0 alt=""></td>');
		
		
    document.write('<td valign="top" bgcolor="#666666">'); 
	   document.write('<table valign="center" bgcolor="#666666" border="0" width="100%"><td align="left" bgcolor="#000000" width="100%"><img src="images/indigo_logo.gif" height="30" width="157" alt="" style="margin:12px 0 15px 18px;"></td></tr>'); 
				document.write('<tr><td height="270"><br><br><br><br><br><br><br><Center><font color="#FFFFFF" face="arial" size="2"><b>You require the flash 6 plugin to view this page.<br><br><a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"><font color="#1782D4">Download</font></a> the Flash 6 Plugin.</font></b></center><br><br><br><br><br><br><br></td></tr></table>');
		}
		
		
	
