var v2=false,v3=false,v4=false,v5=false,v6=false
	function detecta()
	{
		var vdetect=0
		for(i=2;i<=6;i++)
		{
			if (eval("v"+i)==true) vdetect=i
		}
		if (vdetect>=5)
		{
			abrir_ventana(782,500,'index4.html')
		} 
		else window.location="noflash.html"
	}

