// JavaScript Document

function ouremail()
{
	var a = "sales";
	var b = "@";
	var c = "data-bin";
	var d = ".com"
	document.write("<a href=\"mailto:"+a+b+c+d+"\">"+a+b+c+d+"</a>");
}

function bookmark(){
var title=document.title
var url=document.location.href
if (window.sidebar) window.sidebar.addPanel(title, url,"");
else if( window.opera && window.print ){
var mbm = document.createElement('a');
mbm.setAttribute('rel','sidebar');
mbm.setAttribute('href',url);
mbm.setAttribute('title',title);
mbm.click();}
else if( document.all ) window.external.AddFavorite( url, title);
}

function indextag(str1,str2,str3)
{
	document.getElementById(str1).style.backgroundColor='#0472C9';	
	document.getElementById(str2).style.backgroundColor='';	
	document.getElementById(str3).style.backgroundColor='';	
	
	document.getElementById(str1+"img").src='/images/bg_flechaBlanca2.gif';
	document.getElementById(str2+"img").src='/images/bg_flechaGris.gif';
	document.getElementById(str3+"img").src='/images/bg_flechaGris.gif';
	
	document.getElementById(str1+"td").style.display='';
	document.getElementById(str2+"td").style.display='none';
	document.getElementById(str3+"td").style.display='none';
	
	document.getElementById(str1+"class").className='number_white';
	document.getElementById(str2+"class").className='zwblack';
	document.getElementById(str3+"class").className='zwblack';
}


function mytag(str1,str2,str3,str4,str5,str6)
{
	document.getElementById(str1).style.backgroundImage='url(/images/bg_eti_izq3.gif)';	
	document.getElementById(str2).style.backgroundImage='url(/images/bg_eti_izq32.gif)';	
	document.getElementById(str3).style.backgroundImage='url(/images/bg_eti_izq32.gif)';		
	document.getElementById(str4).style.backgroundImage='url(/images/bg_eti_izq32.gif)';	
	document.getElementById(str5).style.backgroundImage='url(/images/bg_eti_izq32.gif)';		
	document.getElementById(str6).style.backgroundImage='url(/images/bg_eti_izq32.gif)';	
	
	document.getElementById(str1+"img1").src='/images/bg_eti_izq.gif';
	document.getElementById(str1+"img2").src='/images/bg_eti_izq2.gif';
	document.getElementById(str2+"img1").src='/images/bg_eti_izq222.gif';
	document.getElementById(str2+"img2").src='/images/bg_eti_izq22.gif';
	document.getElementById(str3+"img1").src='/images/bg_eti_izq222.gif';
	document.getElementById(str3+"img2").src='/images/bg_eti_izq22.gif';
	document.getElementById(str4+"img1").src='/images/bg_eti_izq222.gif';
	document.getElementById(str4+"img2").src='/images/bg_eti_izq22.gif';
	document.getElementById(str5+"img1").src='/images/bg_eti_izq222.gif';
	document.getElementById(str5+"img2").src='/images/bg_eti_izq22.gif';
	document.getElementById(str6+"img1").src='/images/bg_eti_izq222.gif';
	document.getElementById(str6+"img2").src='/images/bg_eti_izq22.gif';
	
	
	document.getElementById(str1+"table").style.display='';
	document.getElementById(str2+"table").style.display='none';
	document.getElementById(str3+"table").style.display='none';
	document.getElementById(str4+"table").style.display='none';
	document.getElementById(str5+"table").style.display='none';
	document.getElementById(str6+"table").style.display='none';

}
