var shac = 0; var shpi = 0; var shsc = 0; var shfo = 0; var shtr = 0;
var f_sz = 10; f_lh = 1.0;
var override = '';
var transtatus = 0;

function zeros() { shac = 0; shpi = 0; shsc = 0; shfo = 0; shtr = 0; }
function autor(c) { window.open('/TRAN/autor.php?code='+c, 'autor', 'width=350,height=220') }
function calf(c)  { window.open('/TRAN/calidad.php?codigo='+c, c, 'width=200,height=200') }
function amigo(c) { window.open('/TRAN/showamigo.php?codigo='+c, c, 'width=350,height=220') }
function aco(c,desc) { if (override !='') desc='* '+override; prm = (desc != '') ? 'desc='+desc : 'codigo='+c; if (shac == 0) {scrollwin.location.replace('/TRAN/acordes.php?'+prm); zeros(); shac=1;} else scrollwin.aco(); }
function pia(c,desc) { if (override !='') desc='* '+override; prm = (desc != '') ? 'desc='+desc : 'codigo='+c; if (shpi == 0) {scrollwin.location.replace('/TRAN/acordes.php?piano=1&'+prm); zeros(); shpi=1;} else scrollwin.aco(); }
function desf() { if (shsc == 0) {scrollwin.location.replace('/TRAN/desfile.php'); zeros(); shsc=1;} else scrollwin.desf(); }
function form() { if (shfo == 0) {scrollwin.location.replace('/TRAN/reformat.php'); zeros(); shfo=1;} else scrollwin.form(); }
function text(f) { window.location=f+'.txt'; shac=0; shsc=0; shfo=0; shtr = 0;} 

function tran(cod) { 
	if (shtr == 0) {
		document.getElementById('t_frame').style.visibility = 'hidden';
//		document.getElementById('acotab').style.display='none';
		scrollwin.location.replace('/TRAN/tran-ctl.php?codigo='+cod); 
		zeros();  shtr = 1;
	} 
	else scrollwin.tran(); 
}

function imp(cod) {
	document.getElementById('tab1').style.display = 'none';
	document.getElementById('t_frame').style.visibility = 'hidden';
	document.body.style.background = "#ffffff";
	c =  '<table id=printa><tr><td><table width=100%><tr><td  class=t_hr><hr size=1></td><td width=20% align=center><img src=/GIF/?f_logo class=f_logo alt="lacuerda.net"></td><td class=t_hr><hr size=1></td></tr></table></td></tr>\n';
	c += '<tr><td style="font-size:12pt; padding-top:0; padding-bottom:3"></td></tr><tr><td></td></tr><tr><td></td></tr>';
	c +=  '<tr><td><table width=100%><tr><td width=43%><hr size=1></td><td id=cpcal width=14% align=center></td><td width=43%><hr size=1></td></tr></table></td></tr>\n';
	c += '<tr style="display:none"><td></td></tr>';
	c += '<tr><td></td></tr><tr><td style="font-size:7pt"></td></tr></table>';
	document.getElementById('printdiv').innerHTML = c;

	t =document.getElementById('printa').rows;
	t[1].cells[0].innerHTML = '<b>'+document.getElementById('t_td1').innerHTML;
	t[2].cells[0].innerHTML = document.getElementById('t_td3').innerHTML;
	t[3].cells[0].innerHTML = document.getElementById('t_td2').innerHTML;
	t[6].cells[0].innerHTML = document.getElementById('t_body').innerHTML;
	t[6].cells[0].style.fontSize = f_sz+'pt';
	t[6].cells[0].style.lineHeight = f_lh;
	t[6].cells[0].innerHTML = document.getElementById('t_body').innerHTML;
	t[7].cells[0].innerHTML = '<hr size=1>'+document.getElementById('t_disc').innerHTML;
	document.getElementById('cpcal').innerHTML = '<font color=#a0a0a0><B>'+cod;

	if (shac == 1 || shpi == 1) {
		acr = document.getElementById('acotab').rows; t[5].style.display='';
		t[5].cells[0].innerHTML = acr[0].cells[0].innerHTML.substr(8)+'<hr size=1>';
	}
	setTimeout('window.print()',50);	
}

if (document.referrer.indexOf('lacuerda.net') == -1 && document.cookie.indexOf('popup_count') == -1)
document.write('<SCR'+'IPT TYPE="text/javascript" SRC="http://ad.103092804.com/st?ad_type=pop&ad_size=0x0&site=141628&section_code=INSERT_SECTION_CODE_HERE&banned_pop_types=29&pop_times=1&pop_frequency=0&pop_nofreqcap=1"></SCR'+'IPT>\n');
