// TABS
var lastActiveDiv = "content_1";
var classAttribute = "";

function HideLayer(layName)
{
	document.getElementById(layName).style.display='none';	
}

function ShowLayer(layName)
{  
	if (navigator.appName.indexOf("Microsoft Internet")==-1) //FF
		classAttribute = "class"
	else // IE
		classAttribute = "className"


	if(lastActiveDiv)
	{
		document.getElementById( lastActiveDiv ).style.display='none';
		document.getElementById( "tab_"+lastActiveDiv ).setAttribute( classAttribute , "tabOff" )
	}
	
	if(document.getElementById( layName))
	{
		document.getElementById( layName).style.display='block';	
		if(document.getElementById( "tab_"+layName ))
			document.getElementById( "tab_"+layName ).setAttribute( classAttribute , "tabOn" )
			
		lastActiveDiv = layName;
	}
}

// PRODUCTOS RELACIONADOS

function divOver(divID){
	document.getElementById(divID).style.display = 'block';
}

function divOut(divID){
	document.getElementById(divID).style.display = 'none';
}

// DEMOS

var BW = new browser();

function autofolhetoPt()
{
	if (BW.ie)
	{
		window.location = 'http://www.autofolheto.com/Demomulti/Autofolheto.application';	
	}
	else
	{
		window.location = 'http://www.autofolheto.com/Demo/Software/AutofolhetoDemo.exe';
	}
}

function autofolhetoEs()
{
	window.location = 'http://www.autofolheto.com/DemoMulti/Autofolheto.application';	
}

function autofolhetoEn()
{
	window.location = 'http://www.autofolheto.com/DemoMulti/Autofolheto.application';	
}


function demoPt()
{
		window.location = 'http://files.interevo.com/download/cabinet/ImoguiaPT/ImoguiaDemoSetup.exe';	
}

function demoEs()
{
		window.location = 'http://files.interevo.com/download/cabinet/InmofocusES/InmofocusSetupDemo.zip';	
}

function demoPE()
{
		window.location = 'http://files.interevo.com/download/cabinet/InmofocusPE/InmofocusSetupDemo.exe';	
}

function demoMX()
{
		window.location = 'http://files.interevo.com/download/cabinet/InmofocusMX/InmofocusSetupDemo.zip';		
}

function demoEn()
{
	window.location = 'http://files.interevo.com/download/cabinet/InterevoUK/InterevoDemoSetup.exe';
}

function demoBr()
{
	window.location = 'http://files.interevo.com/download/cabinet/imoguiaBR/ImoguiaDemoSetup.exe';
}

function demoCV()
{
	window.location = 'http://files.interevo.com/download/cabinet/ImoguiaCV/ImoguiaDemoSetup.exe';
}

function demoAO()
{
	window.location = 'http://files.interevo.com/download/cabinet/ImoguiaAO/ImoguiaDemoSetup.exe';
}