function showTattooPhoto(tatooPhoto,imgBigWdt,imgBigHgt){
	
	//document.getElementById('artistGalleryPhoto').style.backgroundImage = "url(../artistsPhotos/tattoos/" + tatooPhoto + ")";
	document.getElementById('artistGalleryPhoto').innerHTML = "<img src=\"http://www.ochoplacas.com/artistsPhotos/tattoos/"+tatooPhoto+"\" width=\""+imgBigWdt+"\" height=\""+imgBigHgt+"\" border=\"0\"/>";
	
}
	
function scrollBox(boxID,leap,scrollIndex){
		
		if(scrollIndex=="up"){
		var objControl=document.getElementById(boxID);
		objControl.scrollTop -= leap;
		}
		if(scrollIndex=="down"){
		var objControl=document.getElementById(boxID);
		objControl.scrollTop += leap;
		}

}

function wShare(artist){

/*
altura = screen.height;
altura = altura - 88;
largura = screen.width;
largura = largura - 12;
*/

var altura = "470px";
var largura = "320px";

packUrl = "shareOchoForm.php?artist=" + artist ;
wind=open(packUrl,"panel","height="+altura+",width="+largura+",scrollbars=1,resizable=0,toolbar=0,menubar=0,statusbar=0,status=1,top=0,left=0");

}
