document.write("<div id=\"fotosGransDiv\" style=\"position:absolute; left:48px; top:87px; width:500px; height:287px; z-index:13; visibility: inherit\"></div>");

document.write("<div id=\"esquerraDiv\" style=\"position:absolute; left:225px; top:89px; width:13px; height:76px; z-index:15\"><img src=\"../imag/boto/esquerra.gif\" width=\"13\" height=\"76\" onMouseOver=\"scroll_actiu=true;scrollFotos('left')\" onMouseOut=\"scrollFotos('stop')\" onMouseDown=\"scroll_salt=10\" onMouseUp=\"scroll_salt=1\"></div>");

document.write("<div id=\"dretaDiv\" style=\"position:absolute; left:450px; top:89px; width:13px; height:76px; z-index:15\"><img src=\"../imag/boto/dreta.gif\" width=\"13\" height=\"76\" onMouseOver=\"scroll_actiu=true;scrollFotos('right')\" onMouseOut=\"scrollFotos('stop')\" onMouseDown=\"scroll_salt=10\" onMouseUp=\"scroll_salt=1\"></div>");

var dom = document.getElementById ? true:false;
var ns4 = document.layers ? true:false;
var ie4 = document.all ? true:false;

function inicialitzarFotos() {
	activarFoto(1);
	if (dom) pasarela_fotos = document.getElementById("fotosDiv").style;
	else if (ns4) pasarela_fotos = document.layers("fotosDiv");
	else if (ie4) pasarela_fotos = document.all.fotosDiv.style;
}

var pasarela_fotos, amplada_scroll_fotos = (nombre_fotos*69)-207, scroll_actiu = false, scroll_salt = 1, foto_activa = 1;

function activarFoto(id) {
	contingut_foto = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"287\"><tr><td valign=\"bottom\"><a href=\"javascript:ampliarFoto();\"><img src=\"../imag/coles/"+coleccio+"/modelM/modelo"+id+".jpg\" border=\"0\"></a></td></tr></table>";
	if (dom) document.getElementById('fotosGransDiv').innerHTML = contingut_foto;
	else if (ie4) fotosGransDiv.innerHTML = contingut_foto;
	foto_activa = id;
}

function scrollFotos(what) {
	if (dom) pasarela_fotos_x = parseInt(pasarela_fotos.left);
	else if (ns4) pasarela_fotos_x = pasarela_fotos.left;
	else if (ie4) pasarela_fotos_x = pasarela_fotos.pixelLeft;
	if (what=="stop") {
		scroll_salt = 1;
		scroll_actiu = false;
	} else if (what=="left") {
		on_moure = pasarela_fotos_x+scroll_salt;
		puntx = pasarela_fotos_x;
		if (puntx<0) scrollarFotos(on_moure);
		if (scroll_actiu) setTimeout("scrollFotos('left')",50);
	} else if (what=="right") {
		on_moure = pasarela_fotos_x-scroll_salt;
		puntx = pasarela_fotos_x;
		if (puntx>-amplada_scroll_fotos) scrollarFotos(on_moure);
		if (scroll_actiu) setTimeout("scrollFotos('right')",50);
	}
}

function scrollarFotos(xx) {
	if (dom) pasarela_fotos.left = xx + "px";
	else if (ns4) pasarela_fotos.left = xx;
	else if (ie4) pasarela_fotos.left = xx;
}

function ampliarFoto() {
	posx = (screen.availWidth-356)/2;
	posy = (screen.availHeight-598)/2;
	eval("fotowindow=window.open('../asp/foto.php?coleccio="+coleccio+"&id="+foto_activa+"','fotowindow','maximize=0,toolbar=0,directories=0,status=0,scrollbars=0,menubar=0,width=492,height=738,left="+posx+",top="+posy+",posx="+posx+",posy="+posy+"')")
}

document.write("<div id=\"marcFotosDiv\" style=\"position:absolute; left:245px; top:98px; width:197px; height:59px; clip: rect(0,197,59,0); z-index:15;\"><div id=\"fotosDiv\" style=\"position:absolute; left:0px; top:0px; width:"+amplada_scroll_fotos+"px; height:59px; z-index:13; visibility: inherit;\"><nobr>");

for (xx=1;xx<=nombre_fotos;xx++) document.write("<a href=\"javascript:activarFoto("+xx+")\"><img src=\"../imag/coles/"+coleccio+"/modelP/modelo"+xx+".jpg\"  height=\"59\" border=\"0\"></a><img src=\"../imag/espacio.gif\" width=\"10\">");

document.write("</nobr></div></div>");