duct[ 22 ]=new Product(" ( MNT 22 ) blu moon 36 ( lampade ottime x marino) ", 42 ); category[8].product[ 23 ]=new Product(" ( MNT 23 ) filtro eheim bagnato asciutto 2227 ", 495 ); category[8].product[ 24 ]=new Product(" ( MNT 24 ) sabbia x filtro eheim (filtro biologico) ", 45 ); category[8].product[ 25 ]=new Product(" ( MNT 25 ) sale reef crystal 120 ", 29 ); category[8].product[ 26 ]=new Product(" ( MNT 26 ) sera gvg mix 100 (ottimo cibo in miscela) ", 6 ); category[8].product[ 27 ]=new Product(" ( MNT 27 ) sera granumarin 250 (cibo granuli per marino) ", 18 ); category[8].product[ 28 ]=new Product(" ( MNT 28 ) ottavi hydro vital (buon stabilizzatore di ph marino) ", 10 ); category[8].product[ 29 ]=new Product(" ( MNT 29 ) ottavi no red(ottimo per le alghe rosse infest.nel marino) ", 24 ); category[9] = new Category("5�-pesci rossi,tartarughe,etc."); category[9].product[ 1 ]=new Product(" ( PEN 1 ) ghaietto quarzo colored 1 kg (ghiaia per bocce) ", 5 ); category[9].product[ 2 ]=new Product(" ( PEN 2 ) tetra gammarus 250(gamberetti tartarughe) ", 8 ); category[9].product[ 3 ]=new Product(" ( PEN 3 ) reptomin 100 (bastoncelli tartarughe) ", 5 ); category[9].product[ 4 ]=new Product(" ( PEN 4 ) tetra pond 1000 (sticks per pesci da laghetto) ", 9 ); category[9].product[ 5 ]=new Product(" ( PEN 5 ) tetra pond 4000 (sticks per pesci da laghetto) ", 22 ); category[9].product[ 6 ]=new Product(" ( PEN 6 ) tetra pond 7000(sticks per pesci da laghetto) ", 32 ); category[9].product[ 7 ]=new Product(" ( PEN 7 ) tetra pond plus 1000(sticks per pesci da laghetto) ", 8 ); category[9].product[ 8 ]=new Product(" ( PEN 8 ) tetra safe pesci rossi(sticks per pesci da laghetto) ", 7 ); category[9].product[ 9 ]=new Product(" ( PEN 9 ) bocce vetro gr diam.25cm ", 22 ); category[9].product[ 10 ]=new Product(" ( PEN 10 ) sera goldy color 100 (per pesci rossi granuli) ", 5 ); category[9].product[ 11 ]=new Product(" ( PEN 11 ) sera goldy 250 (per pesci rossi granuli) ", 8 ); category[9].product[ 12 ]=new Product(" ( PEN 12 ) sera raffi 250 (per tartarughe gamberetti) ", 7 ); category[9].product[ 13 ]=new Product(" ( PEN 13 ) sera raffi p 250 (per tartarughe pellettato) ", 7 ); category[9].product[ 14 ]=new Product(" ( PEN 14 ) sera raffi 1000 (per tartarughe gamberetti) ", 22 ); category[9].product[ 15 ]=new Product(" ( PEN 15 ) sera raffi p 1000 (per tartarughe pellettato) ", 22 ); category[10] = new Category("5�-pesci rossi,tartarughe,etc."); category[10].product[ 1 ]=new Product(" ( PEN 1 ) ghaietto quarzo colored 1 kg (ghiaia per bocce) ", 5 ); category[10].product[ 2 ]=new Product(" ( PEN 2 ) tetra gammarus 250(gamberetti tartarughe) ", 8 ); category[10].product[ 3 ]=new Product(" ( PEN 3 ) reptomin 100 (bastoncelli tartarughe) ", 5 ); category[10].product[ 4 ]=new Product(" ( PEN 4 ) tetra pond 1000 (sticks per pesci da laghetto) ", 9 ); category[10].product[ 5 ]=new Product(" ( PEN 5 ) tetra pond 4000 (sticks per pesci da laghetto) ", 22 ); category[10].product[ 6 ]=new Product(" ( PEN 6 ) tetra pond 7000(sticks per pesci da laghetto) ", 32 ); category[10].product[ 7 ]=new Product(" ( PEN 7 ) tetra pond plus 1000(sticks per pesci da laghetto) ", 8 ); category[10].product[ 8 ]=new Product(" ( PEN 8 ) tetra safe pesci rossi(sticks per pesci da laghetto) ", 7 ); category[10].product[ 9 ]=new Product(" ( PEN 9 ) bocce vetro gr diam.25cm ", 22 ); category[10].product[ 10 ]=new Product(" ( PEN 10 ) sera goldy color 100 (per pesci rossi granuli) ", 5 ); category[10].product[ 11 ]=new Product(" ( PEN 11 ) sera goldy 250 (per pesci rossi granuli) ", 8 ); category[10].product[ 12 ]=new Product(" ( PEN 12 ) sera raffi 250 (per tartarughe gamberetti) ", 7 ); category[10].product[ 13 ]=new Product(" ( PEN 13 ) sera raffi p 250 (per tartarughe pellettato) ", 7 ); category[10].product[ 14 ]=new Product(" ( PEN 14 ) sera raffi 1000 (per tartarughe gamberetti) ", 22 ); category[10].product[ 15 ]=new Product(" ( PEN 15 ) sera raffi p 1000 (per tartarughe pellettato) ", 22 ); function SetLengths() { var k=1; while(category[k] != null) k++ category.length = k; for (i=1; i'; for (o=0;o':'>') + options[o]; html_code += ''; return html_code; } function writeTableRow(i) { document.write(''); document.write('' + category[i].title.toUpperCase() + ':
' + '' + '' + '' + writeSelect(i) + ''); } function writeTable() { document.write(''); for (i=1; i

TOTALE

(compreso trasporto):
'); } function update(num) { eval('selected = document.form1.menu' + num + '.selectedIndex;'); eval('q_selected = document.form1.quantity' + num + '.selectedIndex;'); eval('quant = document.form1.quantity' + num + '.options[q_selected].value;'); cost = fix(category[num].product[selected].price * quant); eval('document.form1.price' + num + '.value = cost;'); var grand_total = 50; for (i=1; i 3) return string.substring(0,string.length-seperation+3); else if (seperation == 2) return string + '0'; return string; } function validate_form() { validity = true; if (document.form1.nome.value == "") { alert('manca il nome!'); validity = false; } if (document.form1.cognome.value == "") { if (confirm("manca il cognome!")) valid = false; } if (document.form1.telefono.value == "") { alert('manca il telefono!'); validity = false; } if (document.form1.e_mail.value == "") { alert('manca l email!'); validity = false; } if (validity) alert("GRAZIE DELL'ORDINE!"); return validity; } // --> Catalogo on-line

compilate il modulo
premete "ordina"
riceverete una telefonata di conferma
I prezzi sono iva compresa

Le spese di trasporto non si considerano per ordini superiori alle � 350.000

Modalit� di pagamento:
Nome:
Cognome:
Telefono:
E-mail:

Indirizzo per spedizione:

Via :
n�civico:
CAP:
Citta:

Segnare eventuali articoli non presenti e/o commenti:



Intestare l'eventuale assegno  a favore di: .
AQUARIUM di Alberto Mantovani

                     Intestare l'eventuale bonifico a favore di:
Aquarium di Mantovani Alberto
c/c 2501/74523 - Cassa di Risparmio di Pisa / Ag. n�5
Lungarno Sonnino
ABI 6255-4 - CAB 14025-1

Indirizzo: V. Carlo Cattaneo 70 - 56125 Pisa (PI)
Tel. 050/501527 - cell. 0335/5413854

P. IVA - 01079830497

 

N.B - La spedizione avverr� dopo aver ricevuto il pagamento ( nel caso si scelga il bonifico)
N.B - Pagamenti difformi nell'importo o nell'intestazione saranno respinti al mittente
N.B -Nel caso del bonifico i tempi di consegna variano da 3 ad un massimo di 10 gg dall'avvenuto pagamento e si intendono accettati con la compilazione e l'invio del modulo di acquisto
N.B -Sono comunque necessari almeno 5 gg.per preparare e spedire la merce (salvo disponibilit�)
N.B -Per eventuali contestazioni(merce difettosa e/o rotta) avvisare la ditta Aquarium entro 3 gg.dalla consegna.
N.B -E' comunque consigliato aprire la merce subito davanti al corriere per poter contestare eventuali danni.
N.B -Per spedizioni che superano 50.000 lire (come per esempio nelle isole)si far� pagare una differenza da valutare di volta in volta.

Legge sulla Privacy: I Vostri dati non verranno ceduti a terzi ne utilizzati per scopi diversi da quelli inerenti la semplice spedizione . Il responsabile dei dati personali e`, a tutti gli effetti di legge, il Sig.Alberto Mantovani