var produt;

var nc = (document.layers)? true:false
var ie =  (document.all)? true:false
var n6 = (document.getElementById)? true:false


function cuadro(tede) {tede.border=1;}
function cuadro2(tede) {tede.border=0;}


function ver_producto(form){
var u="verproducto_textil.php?num_tintas="+form.num_tintas.value+"&alto="+form.alto.value+"&ancho="+form.ancho.value+"&color1="+form.color1.value+"&color2="+form.color2.value+"&color3="+form.color3.value+"&color4="+form.color4.value+"&color5="+form.color5.value+"&color6="+form.color6.value;
window.open(u,'Previo','toolbar=no,location=no,directories=no,scrollbars=no,status=no,menubar=no,resizable=no,width=400,height=400,top=100,left=100');

}

function activa_tintas() {

for (t=0;t<document.datos.num_tintas.value;t++) {document.datos.tintaselect[t].disabled=false;}
for (t=document.datos.num_tintas.value;t<6;t++) {document.datos.tintaselect[t].disabled=true;}

}

function colorines(a,aa,aaa) {

if (document.datos.tintaselect[0].checked) {document.datos.color1.value=hexadecimal[aaa]+"f"+hexadecimal[a]+"f"+hexadecimal[aa]+"f";
if (ie) {document.all["pepea"].style.background=hexadecimal[aaa]+"f"+hexadecimal[a]+"f"+hexadecimal[aa]+"f";}
else {document.layers["pepea"].bgColor=hexadecimal[aaa]+"f"+hexadecimal[a]+"f"+hexadecimal[aa]+"f";}
}
if (document.datos.tintaselect[1].checked) {document.datos.color2.value=hexadecimal[aaa]+"f"+hexadecimal[a]+"f"+hexadecimal[aa]+"f";
if (ie) {document.all["pepeb"].style.background=hexadecimal[aaa]+"f"+hexadecimal[a]+"f"+hexadecimal[aa]+"f";}
else {document.layers["pepeb"].bgColor=hexadecimal[aaa]+"f"+hexadecimal[a]+"f"+hexadecimal[aa]+"f";}
}
if (document.datos.tintaselect[2].checked) {document.datos.color3.value=hexadecimal[aaa]+"f"+hexadecimal[a]+"f"+hexadecimal[aa]+"f";
if (ie) {document.all["pepec"].style.background=hexadecimal[aaa]+"f"+hexadecimal[a]+"f"+hexadecimal[aa]+"f";}
else {document.layers["pepec"].bgColor=hexadecimal[aaa]+"f"+hexadecimal[a]+"f"+hexadecimal[aa]+"f";}
}
if (document.datos.tintaselect[3].checked) {document.datos.color4.value=hexadecimal[aaa]+"f"+hexadecimal[a]+"f"+hexadecimal[aa]+"f";
if (ie) {document.all["peped"].style.background=hexadecimal[aaa]+"f"+hexadecimal[a]+"f"+hexadecimal[aa]+"f";}
else {document.layers["peped"].bgColor=hexadecimal[aaa]+"f"+hexadecimal[a]+"f"+hexadecimal[aa]+"f";}
}
if (document.datos.tintaselect[4].checked) {document.datos.color5.value=hexadecimal[aaa]+"f"+hexadecimal[a]+"f"+hexadecimal[aa]+"f";
if (ie) {document.all["pepee"].style.background=hexadecimal[aaa]+"f"+hexadecimal[a]+"f"+hexadecimal[aa]+"f";}
else {document.layers["pepee"].bgColor=hexadecimal[aaa]+"f"+hexadecimal[a]+"f"+hexadecimal[aa]+"f";}
}
if (document.datos.tintaselect[5].checked) {document.datos.color6.value=hexadecimal[aaa]+"f"+hexadecimal[a]+"f"+hexadecimal[aa]+"f";
if (ie) {document.all["pepef"].style.background=hexadecimal[aaa]+"f"+hexadecimal[a]+"f"+hexadecimal[aa]+"f";}
else {document.layers["pepef"].bgColor=hexadecimal[aaa]+"f"+hexadecimal[a]+"f"+hexadecimal[aa]+"f";}
}

}



