function preciocalendgig_cesta(i){ 
//Se usa en la funciones comprar(), cantidadMenos(i) y cantidadMas(i) de cesta_comprar.js
cant = window.parent.frames["arriba"].compra_prods[i].cant*1;
caract_i = window.parent.frames["arriba"].compra_prods[i].caract;
//if(caract_i.indexOf('papel fotográfico')!=-1){//Material = papel fotográfico:
 switch(cant){
	case 1: pt=59.35; break; case 5: pt=299.30; break; case 10: pt=249.75; break;   
	case 15: pt=199.20; break; case 25: pt=176.40; break; case 50: pt=251.90; break; 
	case 100: pt=380.92; break; case 250: pt=669.60; break; case 500: pt=929.16; break; 
	case 750: pt=1502.32; break; case 1000: pt=1776.44; break; case 1500: pt=2618.38; break;
	}
 window.parent.frames["arriba"].compra_prods[i].tot = pt;
}
function precio_tjtas_cesta(i, cant, plastif){
//Se usa en la funciones comprar(), cantidadMenos(i) y cantidadMas(i) de cesta_comprar.js
switch(cant){
 case 50: if (plastif=='No') pt=39.95; else pt=72.95; break;
 case 100: if (plastif=='No') pt=54.95; else pt=97.95; break;
 case 150: if (plastif=='No') pt=69.95; else pt=121.95; break;
 case 200: if (plastif=='No') pt=84.95; else pt=149.95; break;
 case 250: if (plastif=='No') pt=99.95; else pt=174.95; break;
 case 300: if (plastif=='No') pt=104.95; else pt=197.95; break;
 case 350: if (plastif=='No') pt=119.95; else pt=219.95; break;
 case 400: if (plastif=='No') pt=139.95; else pt=247.95; break;
 case 450: if (plastif=='No') pt=144.95; else pt=272.95; break;
 case 500: if (plastif=='No') pt=164.95; else pt=297.95; break;
 case 1000: if (plastif=='No') pt=189.95; else pt=329.95; break;
 }   
window.parent.frames["arriba"].compra_prods[i].tot = pt;  	
}
function precio_tjtas_diseno_cesta(i, cant, plastif){
//Se usa en la funciones comprar(), cantidadMenos(i) y cantidadMas(i) de cesta_comprar.js
switch(cant){
 case 50: if (plastif=='No') pt=34.95; else pt=57.95; break;
 case 100: if (plastif=='No') pt=39.95; else pt=69.95; break;
 case 150: if (plastif=='No') pt=44.95; else pt=82.95; break;
 case 200: if (plastif=='No') pt=54.95; else pt=94.95; break;
 case 250: if (plastif=='No') pt=59.95; else pt=109.95; break;
 case 300: if (plastif=='No') pt=69.95; else pt=119.95; break;
 case 350: if (plastif=='No') pt=74.95; else pt=132.95; break;
 case 400: if (plastif=='No') pt=80.95; else pt=144.95; break;
 case 450: if (plastif=='No') pt=89.95; else pt=158.95; break;
 case 500: if (plastif=='No') pt=94.95; else pt=169.95; break;
 case 1000: if (plastif=='No') pt=104.95; else pt=179.95; break;
 }   
window.parent.frames["arriba"].compra_prods[i].tot = pt;  	
}
