function visorFoto(mifoto,ancho,alto,tit)
{
	lafoto=tit;
	mialto=parseInt(alto)+20;
	mifoto='http://www.kenshinkaimurcia.com/JS/VERFOTO.HTML?pic=' + mifoto;
	window.open(mifoto,lafoto,'scrollbars=no,toolbar=no,status=no,resizable=no,top=50,left=50,width=' + ancho + ',height=' + mialto);
}

function visorHtml(mifoto,ancho,alto,tit)
{
	lafoto=tit;
	mialto=parseInt;
	window.open(mifoto,lafoto,'scrollbars=no,toolbar=no,status=no,resizable=no,top=50,left=50,width=' + ancho + ',height=' + mialto);
}

function visorFotoBarra(mifoto,ancho,alto,tit)
{
	lafoto=tit;
	mialto=parseInt(alto)+20;
	mifoto='http://www.kenshinkaimurcia.com/JS/VERFOTO.HTML?pic=' + mifoto;
	window.open(mifoto,lafoto,'scrollbars=yes,toolbar=no,status=no,resizable=no,top=50,left=50,width=' + ancho + ',height=' + mialto);
}

function visorHtmlBarra(mifoto,ancho,alto,tit)
{
	lafoto=tit;
	mialto=parseInt;
	window.open(mifoto,lafoto,'scrollbars=yes,toolbar=yes,status=no,resizable=no,top=50,left=50,width=' + ancho + ',height=' + mialto);
}