<!---------------------------------------------------------------------------------------

//
//
function accessories() {
        document.write("<a title='Accessories Brochure Catalog' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
        document.write("href='http://www.sp-sys.it/pdf/" + tema + "_Accessories_Brochure_Catalog.pdf'>Accessori</a>")
        document.write(" <img src='" + info + "img/flageng.gif' alt='[ english documentation ]' border='0' height='9' width='11'><br>")
}

//
//

function alberto() {

        document.write("<img src=\"" + info + "img/primavera-forum.jpg\" align=\"right\" vspace=\"10\" border=\"1\" hspace=\"15\" width=\"80\" height=\"80\" alt=\"Alberto\">")
        document.write("<br />")
        document.write(tema + "<br />")
        document.write(tema2 + "<br />")
        document.write("<br />")
        document.write("Risponde<br />")
        document.write("&nbsp;&nbsp;&nbsp;Alberto Pastore.<br />")

        document.write("<a class='spalla' href=" + "mail" + "to:" + mail1 + "@" + mail2 + "?subject=Faq_Pages_Micro_Terminali>")
        document.write("&nbsp;&nbsp;&nbsp;E-Mail: alb-ore@acse.com</a>")

        document.write("<br><br>")
        document.write("&nbsp;&nbsp;&nbsp;Esperto sui Micro Terminali.<br />")
}

function aldo() {

        document.write("<img src=\"" + info + "img/paperino-forum.jpg\" align=\"right\" vspace=\"10\" border=\"1\" hspace=\"15\" width=\"80\" height=\"80\" alt=\"Aldo\">")
        document.write("<br />")
        document.write(tema + "<br />")
        document.write(tema2 + "<br />")
        document.write("<br />")
        document.write("Risponde<br />")
        document.write("&nbsp;&nbsp;&nbsp;Aldo Binotto.<br />")

        document.write("<a class='spalla' href=" + "mail" + "to:" + mail1 + "@" + mail2 + "?subject=Faq_Pages_Informazioni_sulle_Etichette>")
        document.write("&nbsp;&nbsp;&nbsp;E-Mail: albino@acse.com</a>")

        document.write("<br><br>")
        document.write("&nbsp;&nbsp;&nbsp;Esperto dei servizi ed informazioni.<br />")
}

//    Alternativo
//    Vers. 1.0
//
function alternativo(device) {

                    rifecode = info + device + ".html";

                    // Stampanti a trasferimento
					// ---------------------------
								    if ( device.substring(0,3) == "NP-" ||
									     device.substring(0,3) == "NL-" ||
									     device.substring(0,3) == "NS-" )
						                                                     {
										   rifecode = info + "barcode/printer/transfer/" + device + ".htm";
                                                                              }

                                    if ( other == "BRAND-PAGE" && linguain == "-I" )
						                                                     {
										   rifecode = info + device + ".html";
																			 }

                                    if ( other == "BRAND-PAGE" && linguain == "-E" )
						                                                     {
										   rifecode = info + "resell/english/" + device + ".html";
																			 }



                    document.write("<a class='std' title='" + device + "' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + rifecode + "'>" + device + "</a><br>");
                    rifecode = "";
}

//    Alternativo
//    Vers. 1.0
//
function alternativo_onpage(device,vision) {


                    rifecode = device + ".htm";



                                    if ( other == "BRAND-PAGE" )
						                                                     {
										   rifecode = device + ".html";
																			 }
                                    if ( other == "SCHEDA OK" )
						                                                     {
										   rifecode = "Scheda_" + device + ".html";
																			 }


                    document.write("<a class='std' title='" + device + "' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + rifecode + "'>" + vision + "</a><br>");
                    rifecode = "";
}
//    Anti spam
//    Vers. 1.1
//
function antiSpam(classe) {

        //if ( OTHER == "INDEX ONE RFID" ) { classe = "brown"; }
        document.write("<a class='" + classe + "' href=" + "mail" + "to:" + mail1 + "@" + mail2 + "?subject=" + subject + ">" + displaytext + "</a>")

}
//
//
function badge_printers() {

        if ( tema2 != "BP225" )
                  {
                            document.write("<a class='std' title='Stampante per badges' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "barcode/printer/badge/BP-225.htm'>BP225</a><br>")
                  }

        if ( tema2 != "BP235" )
                  {
                            document.write("<a class='std' title='Stampante per badges' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "barcode/printer/badge/BP-235.htm'>BP235</a><br>")
                  }

        if ( tema2 != "BP255" )
                  {
                            document.write("<a class='std' title='Stampante per badges' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "barcode/printer/badge/BP-255.htm'>BP255</a><br>")
                  }
                          }
//
//
function barmanu(classe) {
// Stampa i link esterni alle informazioni sui codici a barre
//
                                    document.write("<img name='barre' src='" + info + "img/handrght.gif' border='0' height='17' width='27' alt='[ vedi anche ]'>")
                                    document.write("<a class='" + classe + "' href='http://www.codiceabarre.it'>Il Manuale del Codice a Barre</a><br />")
}

//   Formattazione delle Pagine prodotto HTML
//
//    beginpage
//    Vers. 1.1
//
//    27.12.2010 aggiunto un BR dopo il body
//
function begin_page()                                                                                                  // sostituisce la funzione totfirstpage
        {
         if ( other.substring(0,12) == "HTML-OUTLINE" )
        												{
        													document.write("<body OnLoad='rippleText()'>")
        												}
        						  else
        						                        {
        						                            document.write("<body>")
        						                        }

                                   document.write("<br />")

                                   document.write("<div align='center'>")
                                   document.write("<table cellpadding='40' ")                                          // Tabella che si chiude in endpage
                                   document.write("width='" + width_HTML_page + "' ")                                  // larghezza della pagina
                                   document.write("bgcolor='" + colorfondo_HTML_page + "'>")                           // colore dello sfondo pagina
                                   document.write("<tr><td>")

                               }

function begin_style()                                                                                                        // sostituisce la funzione totfirstpage
                               {

        document.write("<link rel='Shortcut Icon' type='image/x-icon' href='" + info + "img/iconacse.ico' />")
        document.write("<link href='" + info + "home-acse.css' rel='stylesheet' type='text/css' />")
        document.write("<link rel='alternate' type='application/rss+xml' title='RSS' href='" + info + "rss/1.xml' />")

                               }
//
//
function bid2D_readers() {

        if ( tema2 != "PI620" )
                  {
                    document.write("<a class='std' title='Lettore 2D' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "barcode/reader/ccd/PI-620.htm'>PI620</a><br>")
                  }

        if ( tema2 != "PI640" )
                  {
                    document.write("<a class='std' title='Lettore Retail' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "barcode/reader/ccd/PI-640.htm'>PI640</a><br>")
                  }

                          }
//
//
function bierre(count) {

                                if ( count == "0" )
				                                  {

                                                  }
                                if ( count == "1" )
				                                  {
                                                  document.write("<br>")
                                                  }
                                if ( count == "2" )
				                                  {
                                                  document.write("<br><br>")
                                                  }
                                if ( count == "3" )
				                                  {
                                                  document.write("<br><br><br><br>")
                                                  }
                                if ( count == "4" )
				                                  {
                                                  document.write("<br><br><br><br>")
                                                  }
                                if ( count == "5" )
				                                  {
                                                  document.write("<br><br><br><br><br>")
                                                  }
                                if ( count == "6" )
				                                  {
                                                  document.write("<br><br><br><br><br><br>")
                                                  }
                                if ( count == "7" )
				                                  {
                                                  document.write("<br><br><br><br><br><br><br>")
                                                  }
                                if ( count == "8" )
				                                  {
                                                  document.write("<br><br><br><br><br><br><br><br>")
                                                  }
                                if ( count == "9" )
				                                  {
                                                  document.write("<br><br><br><br><br><br><br><br><br>")
                                                  }
                                if ( count == "10" )
				                                  {
                                                  document.write("<br><br><br><br><br><br><br><br><br><br>")
                                                  }
                                if ( count == "11" )
				                                  {
                                                  document.write("<br><br><br><br><br><br><br><br><br><br><br>")
                                                  }
    }

function bluetooth() {
                      document.write("<a class='std' title='Tecnologia BlueTooth' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                      document.write("href='" + info + "solution/frequency-bluetooth.htm'>Bluetooth®</a><br>")
}
//
//
function bluetooth_bold() {
                      document.write("<a class='code' title='Bold BlueTooth' ")
                      document.write("href='" + info + "solution/frequency-bluetooth.htm'>Bluetooth®</a>")
}
//
//
function brand_text(count) {




                       var i=0;
                       while (i<=count)
									        {
                                             document.write("<table><tr><td width='100%'>")
                                             document.write("<h4 class='fassa'>")
                                             document.write(linea[i]);

                                             document.write("<img alt='Separatore' height='5' src='" + info + "img/riga2.jpg' width='560' border='0'></h4>")
                                             document.write("<p>")
                                             document.write(testo[i]);
                                             document.write("</p><br></td></tr></table>")

                                             i++;
                                             }

}
//
//
// Cambio
// -------------------------------------------------------------
function Cambio(imgDocID,imgObjName) {
                                                              document.images[imgDocID].src = eval(imgObjName+".src")
                                     }

function ccdreaders() {
                                                  document.write("<a class='std' title='Lettori CCD' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                                                  document.write("href='" + info + "barcode/reader/ccd/index.html'>Lettori CCD</a><br>")
}

function checklink(RESULT) {
                                                 if ( other == "HTML" || other == "HTML-BRAND" )
												    {

													       if ( tema2 == "JET" )
														                                {
																						   RESULT = "" + info + "resell/italian/" + tema2 + ".html";
																						}

                                                    }
}

//   check_other
//
function check_other(alfa,beta) {

localtema = alfa;
localtema2 = beta;
rifecode = localtema + ".html";

							   if ( tema != ( localtema = alfa ) )
				                                                    {
																   if ( tema == ( localtema2 = beta ))
						                                                     {
																			 }
																   else
						                                                    {
																			  segment();
						                                                    }
				                                                    }
												else
        															{

        															}
}

//
//
function code_2D() {
                    document.write("<a title='Listino Prezzi' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "resell/english/2D_CODE.html'>2D Code</a>")
                    document.write(" <img src='" + info + "img/flageng.gif' alt='[ english documentation ]' border='0' height='9' width='11'><br>")
}

//    Color_Photoinfo
//    Vers. 1.0
//
function color_photoinfo(number) {



								    if ( number == "1" )
								                                  {
											                           document.write("[<a onMouseOver=Cambio('terzo','imgx')> 1 </a>]")
								                                  }
								    if ( number == "2" )
								                                  {
											                           document.write("[<a onMouseOver=Cambio('terzo','img1')> 1 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','imgx')> 2 </a>]")

																	   img1 = new Image;img1.src = "img/"+ tema +"-1.jpg";
								                                  }
								   if ( number == "3" )
								                                  {
											                           document.write("[<a onMouseOver=Cambio('terzo','img1')> 1 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img2')> 2 </a>")
											      	                   document.write("-<a onMouseOver=Cambio('terzo','imgx')> 3 </a>]")

																	   img1 = new Image;img1.src = "img/"+ tema +"-1.jpg";
																	   img2 = new Image;img2.src = "img/"+ tema +"-2.jpg";

								                                  }
									 if ( number == "4" )
								                                  {
											                           document.write("[<a onMouseOver=Cambio('terzo','img1')> 1 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img2')> 2 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img3')> 3 </a>")
											      	                   document.write("-<a onMouseOver=Cambio('terzo','imgx')> 4 </a>]")

																	   img1 = new Image;img1.src = "img/"+ tema +"-1.jpg";
																	   img2 = new Image;img2.src = "img/"+ tema +"-2.jpg";
																	   img3 = new Image;img3.src = "img/"+ tema +"-3.jpg";
								                                  }
									if ( number == "5" )
								                                  {
											                           document.write("[<a onMouseOver=Cambio('terzo','img1')> 1 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img2')> 2 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img3')> 3 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img4')> 4 </a>")
											      	                   document.write("-<a onMouseOver=Cambio('terzo','imgx')> 5 </a>]")

																	   img1 = new Image;img1.src = "img/"+ tema +"-1.jpg";
																	   img2 = new Image;img2.src = "img/"+ tema +"-2.jpg";
																	   img3 = new Image;img3.src = "img/"+ tema +"-3.jpg";
																       img4 = new Image;img4.src = "img/"+ tema +"-4.jpg";

								                                  }

									if ( number == "6" )
								                                  {
											                           document.write("[<a onMouseOver=Cambio('terzo','img1')> 1 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img2')> 2 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img3')> 3 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img4')> 4 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img5')> 5 </a>")
											      	                   document.write("-<a onMouseOver=Cambio('terzo','imgx')> 6 </a>]")

																	    img1 = new Image;img1.src = "img/"+ tema +"-1.jpg";
																	    img2 = new Image;img2.src = "img/"+ tema +"-2.jpg";
																		img3 = new Image;img3.src = "img/"+ tema +"-3.jpg";
																        img4 = new Image;img4.src = "img/"+ tema +"-4.jpg";
																	    img5 = new Image;img5.src = "img/"+ tema +"-5.jpg";

								                                  }

									if ( number == "7" )
								                                  {
											                           document.write("[<a onMouseOver=Cambio('terzo','img1')> 1 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img2')> 2 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img3')> 3 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img4')> 4 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img5')> 5 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img6')> 6 </a>")
											      	                   document.write("-<a onMouseOver=Cambio('terzo','imgx')> 7 </a>]")

																	    img1 = new Image;img1.src = "img/"+ tema +"-1.jpg";
																	    img2 = new Image;img2.src = "img/"+ tema +"-2.jpg";
																		img3 = new Image;img3.src = "img/"+ tema +"-3.jpg";
																        img4 = new Image;img4.src = "img/"+ tema +"-4.jpg";
																	    img5 = new Image;img5.src = "img/"+ tema +"-5.jpg";
																		img6 = new Image;img6.src = "img/"+ tema +"-6.jpg";

								                                  }
									if ( number == "8" )
								                                  {
											                           document.write("[<a onMouseOver=Cambio('terzo','img1')> 1 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img2')> 2 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img3')> 3 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img4')> 4 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img5')> 5 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img6')> 6 </a>")
											      	                   document.write("-<a onMouseOver=Cambio('terzo','img7')> 7 </a>")
                                                                       document.write("-<a onMouseOver=Cambio('terzo','imgx')> 8 </a>]")

																	    img1 = new Image;img1.src = "img/"+ tema +"-1.jpg";
																	    img2 = new Image;img2.src = "img/"+ tema +"-2.jpg";
																		img3 = new Image;img3.src = "img/"+ tema +"-3.jpg";
																        img4 = new Image;img4.src = "img/"+ tema +"-4.jpg";
																	    img5 = new Image;img5.src = "img/"+ tema +"-5.jpg";
																		img6 = new Image;img6.src = "img/"+ tema +"-6.jpg";
                                                                        img7 = new Image;img7.src = "img/"+ tema +"-7.jpg";

								                                  }

 									if ( number == "9" )
								                                  {
											                           document.write("[<a onMouseOver=Cambio('terzo','img1')> 1 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img2')> 2 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img3')> 3 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img4')> 4 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img5')> 5 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img6')> 6 </a>")
											      	                   document.write("-<a onMouseOver=Cambio('terzo','img7')> 7 </a>")
                                                                       document.write("-<a onMouseOver=Cambio('terzo','img8')> 8 </a>")
                                                                       document.write("-<a onMouseOver=Cambio('terzo','imgx')> 9 </a>]")

																	    img1 = new Image;img1.src = "img/"+ tema +"-1.jpg";
																	    img2 = new Image;img2.src = "img/"+ tema +"-2.jpg";
																		img3 = new Image;img3.src = "img/"+ tema +"-3.jpg";
																        img4 = new Image;img4.src = "img/"+ tema +"-4.jpg";
																	    img5 = new Image;img5.src = "img/"+ tema +"-5.jpg";
																		img6 = new Image;img6.src = "img/"+ tema +"-6.jpg";
                                                                        img7 = new Image;img7.src = "img/"+ tema +"-7.jpg";
                                                                        img8 = new Image;img8.src = "img/"+ tema +"-8.jpg";

								                                  }
  									if ( number == "10" )
								                                  {
											                           document.write("[<a onMouseOver=Cambio('terzo','img1')> 1 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img2')> 2 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img3')> 3 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img4')> 4 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img5')> 5 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img6')> 6 </a>")
											      	                   document.write("-<a onMouseOver=Cambio('terzo','img7')> 7 </a>")
                                                                       document.write("-<a onMouseOver=Cambio('terzo','img8')> 8 </a>")
                                                                       document.write("-<a onMouseOver=Cambio('terzo','img9')> 9 </a>")
                                                                       document.write("-<a onMouseOver=Cambio('terzo','imgx')> 10 </a>]")

																	    img1 = new Image;img1.src = "img/"+ tema +"-1.jpg";
																	    img2 = new Image;img2.src = "img/"+ tema +"-2.jpg";
																		img3 = new Image;img3.src = "img/"+ tema +"-3.jpg";
																        img4 = new Image;img4.src = "img/"+ tema +"-4.jpg";
																	    img5 = new Image;img5.src = "img/"+ tema +"-5.jpg";
																		img6 = new Image;img6.src = "img/"+ tema +"-6.jpg";
                                                                        img7 = new Image;img7.src = "img/"+ tema +"-7.jpg";
                                                                        img8 = new Image;img8.src = "img/"+ tema +"-8.jpg";
                                                                        img9 = new Image;img9.src = "img/"+ tema +"-9.jpg";

								                                  }
  									if ( number == "11" )
								                                  {
											                           document.write("[<a onMouseOver=Cambio('terzo','img1')> 1 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img2')> 2 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img3')> 3 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img4')> 4 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img5')> 5 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img6')> 6 </a>")
											      	                   document.write("-<a onMouseOver=Cambio('terzo','img7')> 7 </a>")
                                                                       document.write("-<a onMouseOver=Cambio('terzo','img8')> 8 </a>")
                                                                       document.write("-<a onMouseOver=Cambio('terzo','img9')> 9 </a>")
                                                                       document.write("-<a onMouseOver=Cambio('terzo','img10')> 10 </a>")
                                                                       document.write("-<a onMouseOver=Cambio('terzo','imgx')> 11 </a>]")

																	    img1 = new Image;img1.src = "img/"+ tema +"-1.jpg";
																	    img2 = new Image;img2.src = "img/"+ tema +"-2.jpg";
																		img3 = new Image;img3.src = "img/"+ tema +"-3.jpg";
																        img4 = new Image;img4.src = "img/"+ tema +"-4.jpg";
																	    img5 = new Image;img5.src = "img/"+ tema +"-5.jpg";
																		img6 = new Image;img6.src = "img/"+ tema +"-6.jpg";
                                                                        img7 = new Image;img7.src = "img/"+ tema +"-7.jpg";
                                                                        img8 = new Image;img8.src = "img/"+ tema +"-8.jpg";
                                                                        img9 = new Image;img9.src = "img/"+ tema +"-9.jpg";
                                                                        img10 = new Image;img10.src = "img/"+ tema +"-10.jpg";

								                                  }
  									if ( number == "12" )
								                                  {
											                           document.write("[<a onMouseOver=Cambio('terzo','img1')> 1 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img2')> 2 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img3')> 3 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img4')> 4 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img5')> 5 </a>")
																	   document.write("-<a onMouseOver=Cambio('terzo','img6')> 6 </a>")
											      	                   document.write("-<a onMouseOver=Cambio('terzo','img7')> 7 </a>")
                                                                       document.write("-<a onMouseOver=Cambio('terzo','img8')> 8 </a>")
                                                                       document.write("-<a onMouseOver=Cambio('terzo','img9')> 9 </a>")
                                                                       document.write("-<a onMouseOver=Cambio('terzo','img10')> 10 </a>")
                                                                       document.write("-<a onMouseOver=Cambio('terzo','img11')> 11 </a>")
                                                                       document.write("-<a onMouseOver=Cambio('terzo','imgx')> 12 </a>]")

																	    img1 = new Image;img1.src = "img/"+ tema +"-1.jpg";
																	    img2 = new Image;img2.src = "img/"+ tema +"-2.jpg";
																		img3 = new Image;img3.src = "img/"+ tema +"-3.jpg";
																        img4 = new Image;img4.src = "img/"+ tema +"-4.jpg";
																	    img5 = new Image;img5.src = "img/"+ tema +"-5.jpg";
																		img6 = new Image;img6.src = "img/"+ tema +"-6.jpg";
                                                                        img7 = new Image;img7.src = "img/"+ tema +"-7.jpg";
                                                                        img8 = new Image;img8.src = "img/"+ tema +"-8.jpg";
                                                                        img9 = new Image;img9.src = "img/"+ tema +"-9.jpg";
                                                                        img10 = new Image;img10.src = "img/"+ tema +"-10.jpg";
                                                                        img11 = new Image;img11.src = "img/"+ tema +"-11.jpg"

								                                  }

                                   imgx = new Image;imgx.src = "img/"+ tema +".jpg"

                                   if ( other == "HTML-TEC" ||
                                        other == "HTML-MAGNETIC-TEC" ||
                                        other == "HTML-OUTLINE-TEC" )
                                                            {
                                                              color_table();
                                                            }

			                       document.write("</td><td width='4%'></td><td width='76%'>")


								   if ( other.substring(0,10)  == "HTML-BRAND" )
								                                      {
                                                                        brandlinelogo();
																	  }
									else
                                           {
                                                            if ( other.substring(0,9)  == "HTML-WORK" )
								                                      {
                                                                        worklogo();
																	  }
                                                           else
                                                                      {
                                                                        info_link_news();
		                       	                                      }
											}
                                   crea_codice();
		 		                   document.write("<h2>" + tema2 + descri + "</h2>")

}

//   Funzione per commentare il prodotto su FACEBOOK
//
function commento() {
                    document.write("<a class='std' title='Mobile Computer' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                     if ( tema == "CL-100" )
					                        {
                                              document.write("href='http://www.facebook.com/pages/CL-100/58335449076'")
                                            }
                    document.write(">Commenta</a><br>")
}

function composizione(tot) {
var control = tot;
var address = "";                                                                                                                                                      // Indirizzo per link OUT of Sector
                                                if ( tema2.substring(0,2) == "CL" )
												                                                     {
																									   address = "computer/mobile/";                                   
																									   relink(address, tot);
																									 }  
																									 
												if ( tema2.substring(0,2) == "HS" )	
												                                                     {	 
																									   address = "barcode/reader/scanner/";                                   
																									   relink(address, tot);
																									 }
																									 
												 if ( tema2.substring(0,2) == "MO" ||
												       tema2.substring(0,2) == "ME" ||
													   tema2.substring(0,2) == "MC" ||
                                                       tema2.substring(0,2) == "ML" )	
												                                                     {	 
																									   address = "computer/mobile/";                                   
																									   relink(address, tot);
																									 }
												if ( tema2.substring(0,2) == "NP" ||
                                                       tema2.substring(0,2) == "NS" )	
												                                                     {     																									
																										address = "barcode/printer/transfer/";
                                                                                                        relink(address, tot);
																									 }													 
												 if ( tema2.substring(0,2) == "LG" )	
												                                                     {     																									
																										address = "barcode/reader/gun/";
                                                                                                        relink(address, tot);
																									 } 	
                                                if ( tema2.substring(0,2) == "WL" || 
												      tema2.substring(0,2) == "PI" ||
												      tema2 == "TOUCH")	
												                                                     {     																									 
																									    address = "barcode/reader/ccd/";
                                                                                                        relink(address, tot);
																									 }																									 
}

// CONTROLLO DI PERSONE E MEZZI
// .......
function control() {
        document.write("<a class='std' title='Controllo di Persone e mezzi' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
        document.write("href='" + info + "application/control-index.htm'>Controllo di persone<br> e automezzi</a><br>")
}
function converti(flag) {
                                                
												  if ( flag == localtema2 || flag == localtema )	{ 
																					                                        if ( other == "BRAND-PAGE" ) { flag = localtema2;}																						
																															else                                      {  flag = localtema; }																						
																													    }                                      
																													 
                          						 return flag;						 
}

function convertion(flag) {
                                                
        if ( flag == "MC35" || flag == "ME-M-100" )
        {
                  if ( other == "BRAND-PAGE" ) { flag = "MC35";}
                  else                         {  flag = "ME-M-100"; }
        }
        if ( flag == "LS3408FZ" || flag == "LG-M-348" )
        {
                  if ( other == "BRAND-PAGE" ) { flag = "LS3408FZ";}
                  else                         {  flag = "LG-M-348"; }
        }

        if ( flag == "MC1000" || flag == "MO-M-100" )	{
        if ( other == "BRAND-PAGE" ) { flag = "MC1000";}
        else                                      {  flag = "MO-M-100";	}
        }

        if ( flag == "MEMOR" || flag == "MO-D-450" )	{
        if ( other == "BRAND-PAGE" ) { flag = "MEMOR";}
        else                                      {  flag = "MO-D-450";	}
        }
        return flag;
}
//
//
function cordless_bluetooth() {

        if ( tema2 != "3820" )
                  {
                            document.write("<a class='std' title='Cordless BlueTooth' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "3820.html'>3820</a><br>")
                  }
        if ( tema2 != "WL600-B" )
                  {
                            document.write("<a class='std' title='Cordless BlueTooth' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "barcode/reader/ccd/WL-600-B.htm'>WL600-B</a><br>")
                  }
        if ( tema2 != "WL700-B" )
                  {
                            document.write("<a class='std' title='Cordless BlueTooth' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "barcode/reader/ccd/WL-700-B.htm'>WL700-B</a><br>")
                  }
        if ( tema2 != "LG224" )
                  {
                            document.write("<a class='std' title='Cordless BlueTooth' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "barcode/reader/gun/LG-224.htm'>LG224</a><br>")
                  }
        if ( tema2 != "LG500-B" )
                  {
                            document.write("<a class='std' title='Cordless BlueTooth' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "barcode/reader/gun/LG-500-B.htm'>LG500-B</a><br>")
                  }
        if ( tema2 != "LS4278" )
                  {
                            document.write("<a class='std' title='Cordless BlueTooth' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "LS4278.html'>LS4278</a><br>")
                  }
        if ( tema2 != "GBT4100" )
                  {
                            document.write("<a class='std' title='Cordless BlueTooth' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "GBT4100.html'>GBT4100</a><br>")
                  }
        if ( tema2 != "QS6500BT" )
                  {
                            document.write("<a class='std' title='Cordless BlueTooth' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "QS6500BT.html'>QS6500BT</a><br>")
                  }
        if ( tema2 != "DS6878-SR" )
                  {
                            document.write("<a class='std' title='Cordless BlueTooth' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "DS6878-SR.html'>DS6878-SR</a><br>")
                  }
        if ( tema2 != "DS3578" )
                  {
                            document.write("<a class='std' title='Cordless BlueTooth' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "DS3578.html'>DS3578</a><br>")
                  }
        if ( tema2 != "SK9CR" )
                  {
                            document.write("<a class='std' title='Cordless BlueTooth' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "barcode/reader/gun/SK-9CR.htm'>SK9CR</a><br>")
                  }
        if ( tema2 != "MD300" )
                  {
                            document.write("<a class='std' title='Cordless BlueTooth' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "barcode/terminal/micro/MD-300.htm'>MD300</a><br>")
                  }
}
//
//
function cordless_memory() {

        if ( tema2 != "MD-300" )
                  {
                            document.write("<a class='std' title='Lettore con memoria' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "barcode/terminal/micro/MD-300.htm'>MD300</a><br>")
                  }
        if ( tema2 != "WL-400-M" )
                  {
                            document.write("<a class='std' title='Lettore con memoria' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "barcode/reader/ccd/WL-400-M.htm'>WL400-M</a><br>")
                  }

        if ( tema2 != "LG-400-M" )
                  {
                            document.write("<a class='std' title='Lettore con memoria' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "barcode/reader/gun/LG-400-M.htm'>LG400-M</a><br>")
                  }
        if ( tema2 != "CS3000" )
                  {
                            document.write("<a class='std' title='Lettore con memoria' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "CS3000.html'>CS3000</a><br>")
                  }
}
//
//
function crea_codice() {
//   Codice Prodotto :   XX-P-NNN-TT

var XX = localtema.substring(0,2);
var P = "*";
var NNN = localtema.substring(5,8);
var TT = "*";

   if ( (localtema.substring(2,3) == "-") && (localtema.substring(4,5) == "-") )   {
                                                                                       crea_tema = XX + NNN;

                                                                                    }
											  else
											                                       {
											                						    crea_tema = localtema2;
																		    	   }
}

//    discontinued 
//    Vers. 1.0
//    Prodotti fuori produzione che vengono inserita nella spalla delle pagine indice di tipo due
function discontinued() {

                                   document.write("<b><i>&nbsp;Fuori produzione</i></b><br /><br />")
								  if (tema == "LETTORI A PENNA" )
                                      {
                                      document.write("<a href='" + info + "barcode/reader/wand/cl30rs40.htm'>&nbsp;- CL30RS-40</a><br />")
                                      document.write("<a href='" + info + "barcode/reader/wand/cl50.htm'>&nbsp;- CL50</a><br />")
                                      }
						          if (tema == "LETTORI A PISTOLA LASER" )
                                              {
                                               document.write("<a href='" + info + "barcode/reader/gun/lg1100.htm'>&nbsp;- LG1100</a><br />")
                                               document.write("<a href='" + info + "barcode/reader/gun/lg1200.htm'>&nbsp;- LG1200</a><br />")
                                               document.write("<a href='" + info + "barcode/reader/gun/lg1400.htm'>&nbsp;- LG1400</a><br />")
                                               document.write("<a href='" + info + "barcode/reader/gun/lg1600.htm'>&nbsp;- LG1600</a><br />")
                                               document.write("<a href='" + info + "barcode/reader/gun/lg5000.htm'>&nbsp;- LG500</a><br />")
                                               document.write("<a href='" + info + "barcode/reader/gun/lg-p300fzy.htm'>&nbsp;- LGP300-FZY</a><br />")
                                               document.write("<a href='" + info + "barcode/reader/gun/MS951.htm'>&nbsp;- MS951</a><br />")
                                              }
                                  if (tema == "LETTORI PORTATILI" )
                                     {

                                      document.write("<a href='" + info + "barcode/terminal/reader/DATAWAND.htm'>&nbsp;- DATAWAND</a><br />")
                                      document.write("<a href='" + info + "barcode/terminal/reader/mw25.htm'>&nbsp;- MW25</a><br />")

                                      }

									if (tema == "LETTORI A RAGGIO FISSO" )
						                                                                {
                                                                                            document.write("<a href='" + info + "barcode/reader/fix/sr11.htm'>&nbsp;- SR11</a><br />")

						                                                                  }
																						  
									if ( tema == "LETTORI DA TAVOLO" )
                                                                {
                                                                  document.write("<a href='space.htm'>&nbsp;- SPACE</a><br />")
                                                                  document.write("<a href='vs1200.htm'>&nbsp;- VS1200</a><br />")
                                                                  document.write("<a href='hs1250.htm'>&nbsp;- HS1250</a><br />")
                                                                }
									if ( tema == "MICRO TERMINALI" )
                                                                 {
                                                                  document.write("<a href='mdt300.htm'>&nbsp;- MDT-300</a><br />")
                                                                  document.write("<a href='mdt400.htm'>&nbsp;- MDT-400</a><br />")
                                                                  document.write("<a href='mdt1600.htm'>&nbsp;- MDT-1600</a><br />")
                                                                  document.write("<a href='mdt1700.htm'>&nbsp;- MDT-1700</a><br />")
                                                                 }
                                    if ( tema == "STAMPANTI AD IMPATTO" )
						                                                                {
                                                                                            document.write("<a href='alfa01.htm'>&nbsp;- ALFA I</a><br />")
						                                                                  }
									if ( tema == "STAMPANTI PER BADGES" )
						                                                                {
                                                                                            document.write("<a href='bp700.htm'>&nbsp;- BP-700</a><br />")
						                                                                  }
																						  
									if ( tema == "STAMPANTI A TRASFERIMENTO" )
						                                                                {
																						    document.write("<a href='NP-214.htm'>&nbsp;- NP-214</a><br />")
                                                                                            document.write("<a href='np500ezt.htm'>&nbsp;- NP-500</a><br />")																								
						                                                                  }
																						  
                                   document.write("<br /><br />")					   

                                          

}       

function end_intestazione(tec) {
// L'intestazione con i links dei vari settori alla fine deve essere costruito il link al prodotto e alle specifiche tecniche

                                       crea_codice();									   
									    if ( tec != "TEC" )
									                           {
									                          decline( );
									                         }
										else
										                     {
									                           tecline();
									                         }		
															 
}

//    endpage
//    Vers. 1.0
//
function endpage() {

                        if ( other.substring(0,4) == "HTML" )
						{
                                   imgx = new Image(); imgx.src = document.terzo.src;
						}
                                   document.write("</td></tr></table></div>")
                                   document.write("</body>")
                                   document.write("</html>")
}

//    endpage_color
//    Vers. 1.0
//
function endpage_color() {

                        if ( other.substring(0,4) == "HTML" )
						{
                                   imgx = new Image(); imgx.src = document.terzo.src;
						}
                                   document.write("</td></tr></table></div>")
                                   document.write("</body>")
}

function error_address_check() {
                                                             
															 
				if ( other == "SCHEDA OK" )
			                {
									 rifecode = info + "lanci/Scheda_" + localtema + ".html";
			                }
                else		{


                            //   Lettori Manuali a penna
						    // ------------------------------------

							if ( localtema.substring(0,3) == "CL-" )
                                     {
									    rifecode = info + "barcode/reader/wand/" + localtema + ".htm";
									 }

							if ( localtema == "CL30R-N40" ) { rifecode = info + "barcode/reader/wand/cl30rn40.htm"; }
							if ( localtema == "CL-6180-PC" ) { rifecode = info + "barcode/reader/wand/cl6180pc.htm"; }


						    //   Lettori Manuali CCD
						    // ------------------------------------
								    if ( localtema.substring(0,3) == "WL-" ||
									      localtema.substring(0,3) == "PI-")
						                                                     {
																			    rifecode = info + "barcode/reader/ccd/" + localtema + ".htm";
																			 }
									 if ( localtema == "WL65" ) { rifecode = info + "barcode/reader/ccd/wl65.htm"; }
                                                        if ( localtema == "WL65-MT" ) { rifecode = info + "barcode/reader/ccd/WL65-MT.htm"; }
                                                        if ( localtema == "WL80" ) { rifecode = info + "barcode/reader/ccd/wl80.htm"; }
                                                        if ( localtema == "WL80-BS" ) { rifecode = info + "barcode/reader/ccd/WL80-BS.htm"; }

									 if ( localtema == "PI-M-300" ) { rifecode = info + "barcode/reader/ccd/pi348i.htm"; }

									if ( localtema == "TOUCH" ) { rifecode = info + "resell/italian/TOUCH.html"; }
									if ( localtema == "3800G" ) { rifecode = info + "resell/italian/3800G.html"; }

						   	//   Lettori Manuali LASER
						   	// ------------------------------------

								     if ( localtema.substring(0,3) == "LG-" )
						                                                     {
																			    rifecode = info + "barcode/reader/gun/" + localtema + ".htm";
																			 }


								     if ( localtema == "LG-500-B" ) { rifecode = info + "barcode/reader/gun/lg500b.htm"; }

									 if ( localtema == "MS5145" ) { rifecode = info + "resell/italian/MS5145.html"; }
                                     if ( localtema == "LS1203" ) { rifecode = info + "LS1203.html"; }
									 if ( localtema == "3820" ) { rifecode = info + "resell/italian/3820.html"; }
									 if ( localtema == "GRYPHON_BT" ) { rifecode = info + "resell/italian/GRYPHON_BT.html"; }
									 if ( localtema == "LS4278" ) { rifecode = info + "resell/italian/LS4278.html"; }
									 if ( localtema == "HERON" ) { rifecode = info + "resell/italian/HERON.html"; }

								     if ( localtema == "LYNX_BT" ) { rifecode = info + "resell/italian/LYNX_BT.html"; }
									 if ( localtema == "4820i" ) { rifecode = info + "resell/italian/4820i.html"; }

									 if ( localtema == "FIRESCAN" ) { rifecode = info + "resell/italian/FIRESCAN.html"; }

									  if ( localtema == "GRYPHON" ) { rifecode = info + "resell/italian/GRYPHON.html"; }
									 if ( localtema == "LYNX" ) { rifecode = info + "resell/italian/LYNX.html"; }
									 if ( localtema == "GRYPHON_2D" ) { rifecode = info + "resell/italian/GRYPHON_2D.html"; }
                                     if ( localtema == "RS409" ) { rifecode = info + "RS409.html"; }

							// Lettori da tavolo o da incasso
                            // --------------------------
                                if ( localtema.substring(0,3) == "HS-" ||
									     localtema.substring(0,3) == "ST-" ||
										 localtema.substring(0,3) == "VS-" )
						                                                     {
																			    rifecode = info + "barcode/reader/scanner/" + localtema + ".htm";
                                                                             }
								if ( localtema == "ORBIT" ) { rifecode = info + "barcode/reader/scanner/ORBIT.htm"; }
                                if ( localtema == "DUET" ) { rifecode = info + "barcode/reader/scanner/DUET.htm"; }
                                if ( localtema == "VS2200" ) { rifecode = info + "barcode/reader/scanner/VS2200.htm"; }
                                if ( localtema == "2300HS" ) { rifecode = info + "barcode/reader/scanner/HS-230.htm"; }

					   // Micro Terminali
                       // --------------------------
                                if ( localtema.substring(0,3) == "MD-" ||
									 localtema.substring(0,3) == "MT-" ||
								     localtema.substring(0,3) == "MDT" )
						                                                     {
																			    rifecode = info + "barcode/terminal/micro/" + localtema + ".htm";
                                                                                if ( localtema == "MD-104" )
                                                                                        {
                                                                                          rifecode = info + "barcode/terminal/reader/" + localtema + ".htm";
                                                                                        }
																			 }
									if ( localtema == "FORMULA_WIZARD" ) { rifecode = info + "resell/english/FORMULA_WIZARD.html"; }
									if ( localtema == "SCANPAL_2" ) { rifecode = info + "resell/english/SCANPAL_2.html"; }

				            // Mobile Copmputer
                            // --------------------------
                                                      if ( localtema.substring(0,3) == "MO-" ||
									      localtema.substring(0,3) == "ME-" ||
										  localtema.substring(0,3) == "MC-" ||
										  localtema.substring(0,3) == "SP-" )
						                                                     {
																			    rifecode = info + "computer/mobile/" + localtema + ".htm";
																			 }

									 if ( localtema == "PPT5000" ) { rifecode = info + "computer/mobile/ppt5000.htm"; }

									 if ( localtema == "CN2B" ) { rifecode = info + "resell/italian/CN2B.html"; }
									 if ( localtema == "D7900" ) { rifecode = info + "resell/italian/D7900.html"; }
									 if ( localtema == "JET" ) { rifecode = info + "resell/italian/JET.html"; }
									  if ( localtema == "CN3" ) { rifecode = info + "resell/italian/CN3.html"; }
                                      if ( localtema == "MC35" ) { rifecode = info + "resell/english/MC35.html"; }
                                      if ( localtema == "MC5590" ) { rifecode = info + "resell/english/MC5590.html"; }
                                      if ( localtema == "MC75" ) { rifecode = info + "resell/english/MC75.html"; }
									   if ( localtema == "PPT8800" ) { rifecode = info + "resell/italian/PPT8800.html"; }
									   if ( localtema == "PEGASO" ) { rifecode = info + "resell/italian/PEGASO.html"; }

								// Lettori Magnetici
                                                  // --------------------------
                                                      if ( localtema.substring(0,3) == "KT-" ||
									      localtema.substring(0,3) == "MM-" ||
									      localtema.substring(0,3) == "MR-" ||
									      localtema.substring(0,3) == "MMR" )
						                                                     {
																			    rifecode = info + "magnetic/reader/" + localtema + ".htm";
																			 }

								// Stampanti a trasferimento
								// ---------------------------
								    if ( localtema.substring(0,3) == "NP-" ||
									      localtema.substring(0,3) == "NL-" ||
									      localtema.substring(0,3) == "NS-" )
						                                                     {
																			    rifecode = info + "barcode/printer/transfer/" + localtema + ".htm";
																			 }

									 if ( localtema == "TP1000" ) { rifecode = info + "barcode/printer/transfer/TP1000.htm"; }
									 if ( localtema == "PC4" ) { rifecode = info + "resell/italian/PC4.html"; }
									 if ( localtema == "TLP2844" ) { rifecode = info + "resell/italian/TLP2844.html"; }
								     if ( localtema == "2746e" ) { rifecode = info + "resell/italian/2746e.html"; }
									 if ( localtema == "105SL" ) { rifecode = info + "resell/italian/105SL.html"; }

                                     if ( localtema == "TLP2824" ||
                                          localtema == "S600" ||
                                          localtema == "GK420t" ||
                                          localtema == "S4M" ||
                                          localtema == "ZM400" )
                                                               {
                                                                 rifecode = info + localtema + ".html";
                                                                 }




                                // Stampanti termico diretto
								// ---------------------------
								    if ( localtema.substring(0,3) == "TS-" ||
                                         localtema.substring(0,3) == "TP-" )
						                                                     {
																			    rifecode = info + "barcode/printer/thermal/" + localtema + ".htm";
																			 }

                               // Stampanti a getto di inchiostro
							   // ---------------------------
								    if ( localtema.substring(0,3) == "PX-" )
						                                                     {
																			    rifecode = info + "barcode/printer/inkjet/" + localtema + ".htm";
																			 }

									 }
}


function eshop() {

               if ( offerta.substring(3,5) == "NO" )
                        {
                        }
                else
                        {
                        //localtema = tema;
                        //if ( localtema.substring(3,2) == "-" )
						                //{
										  //localtema = localtema.substring(0,2) + localtema.substring(3,6);
										//}
                        document.write("<a class='std' title='Offerta' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                        document.write("href='http://eshop.acse.com/advanced_search_result.php?search_in_description=1&keywords=" + tema2 + "'>E-Shop</a><br>")
                        //localtema = tema;
                        }
                }

// FAQ Page 2008-11-27
//
function faqpage() {
                    document.write("<a title='Le Faq Pages' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "faqpage/index.html'>Faq Pages</a><br>")

}

// FAQ Page 2008-08-29
// Etichette per piccole dimensioni
function fapageminilabel() {
                                                  document.write("<a class='std' title='Etichette piccole dimensioni' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                                                  document.write("href='" + info + "faqpage/Faq-page-20080829.html'>Etichette Piccole</a><br>")
}

function figureleft(link) {
                                    document.write("<img alt='Auto-ID' src='" + info + link + "' ")
                                    document.write("align='left' vspace='10' border='1' hspace='15' width='100' height='100'>")
}

function figureright(link,dim) {

                                  

                                    if (dim == null || dim == "") 
		                                             {
                                                        document.write("<img alt='Auto-ID' src='" + info + link + "' ")
                                                        document.write("align='right' vspace='10' border='1' hspace='15' width='100' height='100'>")
													}
									if (dim == "88" )
																				                                             {
                                                                                                                                document.write("<img alt='Auto-ID' src='" + info + link + "' ")
                                                                                                                                document.write("align='right' vspace='10' border='1' hspace='15' width='80' height='80'>")
																															}
									if (dim == "55" )
																				                                             {
                                                                                                                                document.write("<img alt='Auto-ID' src='" + info + link + "' ")
                                                                                                                                document.write("align='right' vspace='10' border='1' hspace='15' width='50' height='50'>")
																															}
}

function file_pdf() {
                        document.write("<a class='std' title='PDF Page' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                        document.write("href='" + info + "doc/" + lancio_prodotto + ".pdf'>PDF</a><br>")
}

//    fineline 
//    Vers. 1.0
//    funzione da utilizzare nelle pagine HTML
function fineline() {

                                   document.write("<br></td></tr></table>")
                                   
								   thincodeline();
                                   leggenda();
}

//    FORUM
//    Vers. 1.0
//
function forum() {
                    document.write("<a title='Il Forum ACSE srl' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "italian/forum.htm'>Forum</a><br>")
}

function giacomo() {
        document.write("<a href='http://bobpep2000.spaces.live.com/'>")
        document.write("<img src=\"" + info + "forum/img/pistola-forum.jpg\" align=\"right\" vspace=\"10\" border=\"1\" hspace=\"15\" width=\"80\" height=\"80\" alt=\"Giacomo\">")
        document.write("</a><br />")
        document.write(tema + "<br />")
        document.write(tema2 + "<br />")
        document.write("<br />")
        document.write("Risponde<br />")
        document.write("&nbsp;&nbsp;&nbsp;Giacomo Ponette<br />")

        document.write("<a class='spalla' href=" + "mail" + "to:" + mail1 + "@" + mail2 + "?subject=Faq_Pages_Informazioni_sulle_Etichette>")
        document.write("&nbsp;&nbsp;&nbsp;E-Mail: giaco-mix@acse.com</a>")

        document.write("<br><br>")
        document.write("&nbsp;&nbsp;&nbsp;Esperto nella stampa di etichette, gestione etichette speciali e relativo software di gestione.<br />")
}
//
//
function giuseppe() {

                                   document.write("<img src=\"" + info + "img/primavera-forum.jpg\" align=\"right\" vspace=\"10\" border=\"1\" hspace=\"15\" width=\"80\" height=\"80\" alt=\"Giuseppe\">")
                                   document.write("<br />")
                                   document.write(tema + "<br />")
                                   document.write(tema2 + "<br />")
								   document.write("<br />")
                                   document.write("Risponde<br />")
								   document.write("&nbsp;&nbsp;&nbsp;Giuseppe Loiodice.<br />")

        document.write("<a class='spalla' href=" + "mail" + "to:" + mail1 + "@" + mail2 + "?subject=Faq_Pages_Lettori_Brandeggiabili>")
        document.write("&nbsp;&nbsp;&nbsp;E-Mail: giu-lodice@acse.com</a>")

        document.write("<br><br>")
        document.write("&nbsp;&nbsp;&nbsp;Esperto dei lettori brandeggiabili.<br />")
}
//
//
function html_accessorio(count) {

                       document.write("<h3>Accessori</h3>")
                       document.write("<table bgcolor='#FFFFFF' border='0' width='86%'>")

                       var i=0;
                       while (i<=count)
									        {
                                             document.write("<tr><td class='bold' width='20%'> ")
                                             document.write(accessorio[i]);

                                             document.write("<br /></td><td width='80%'>")

                                             document.write(aescriz[i]);

                                             document.write("<br /></td></tr>")
                                             i++;
                                             }

                       document.write("</table>")
}
//
//
function html_modello(count) {

                       document.write("<h3>Modelli</h3>")
                       document.write("<table bgcolor='#FFFFFF' border='0' width='86%'>")

                       var i=0;
                       while (i<=count)
									        {
                                             document.write("<tr><td class='bold' width='20%'> ")
                                             document.write(modello[i]);

                                             document.write("<br /></td><td width='80%'>")

                                             document.write(descriz[i]);

                                             document.write("<br /></td></tr>")
                                             i++;
                                             }

                       document.write("</table>")
}
//
//
function html_media(count) {

                       document.write("<h3>Materiale di consumo</h3>")
                       document.write("<table bgcolor='#FFFFFF' border='0' width='86%'>")

                       var i=0;
                       while (i<=count)
									        {
                                             document.write("<tr><td class='bold' width='20%'> ")
                                             document.write(consumo[i]);

                                             document.write("<br /></td><td width='80%'>")

                                             document.write(cescriz[i]);

                                             document.write("<br /></td></tr>")
                                             i++;
                                             }

                       document.write("</table>")
}
//
//
function info_address()
{
        document.write("<div align='right'><br><br>")

        document.write("<b style='font-size: 12pt;'>ACSE srl</b>&nbsp;&nbsp;<br>")

        document.write("Via del Progresso, 12&nbsp;&nbsp;<br>")
        document.write("35010 Peraga di Vigonza Padova - Italia&nbsp;&nbsp;<br>")
        document.write("Tel. 049-8930886 - Fax. 049-8932539&nbsp;&nbsp;<br>")
        document.write("<a class='std' href='http://www.acse.com'>http://www.acse.com</a>&nbsp;&nbsp;<br>")
        document.write("<br>")

        document.write("<table border='0' width='100%'><tr><td class='sign'>");

                info_link2();

        document.write("<br />")
        document.write("</td></tr></table>")

		document.write("</div>")

}
//    Informazioni
//    Vers. 1.0
//
function info_link_news()
                          {

                            if ( other.substring(0,12) == "HTML-OUTLINE" )
								                                     {

								document.write("<table border='0' width='100%'><tr><td width='40%'>")

	                            document.write("<form name=scrollform>")
	                            document.write("<input type=text name=box size='50'><br>")
                                document.write("<img src='" + info + "img/handrght.gif' border='0' height='17' width='27' alt='[ vedi anche ]'>")
                                document.write("<a class='outline' href=" + settore[4] + "</a><br /><br />")
			                    document.write("</td><td width='60%'>")

				  	  			document.write("<p class='sign'>")

                                document.write("<img src='" + info + "img/mark.gif' alt='Per ricevere informazioni e chiedere informazioni bisogna registrarsi' width='16' height='16'>")
                                   document.write("<a class='std' href='" + info + "italian/guest.htm' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';>")
                                   document.write(" Ulteriori Informazioni.")
                                   document.write("</a><br /><br />")


                                       info_link2();


                                   document.write("<br />")
                                document.write("</p>")

								document.write("</td></tr></table>")


																		}
						   else
                                 {
                                    info_link();
                                 }
}
//
//
function info_link()
{
        document.write("<table border='0' width='100%'><tr><td class='sign'>");

        document.write("<img src='" + info + "img/mark.gif' alt='Per ricevere informazioni e chiedere informazioni bisogna registrarsi' width='16' height='16'>")
        document.write("<a class='std' href='" + info + "italian/guest.htm' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';>")
        document.write(" Ulteriori Informazioni")
        document.write("</a><br /><br />")

        info_link2();

        document.write("<br />")
        document.write("</td></tr></table>")
}
//
//
function info_link2()
{

        document.write("<a class='std' href='" + info + "rss/1.xml'>")
        document.write("<img border='0' src='" + info + "rss/img/rss-logo3.gif' align='right' ")
        document.write("alt='Le notizie sui prodotti ACSE srl sono anche disponibili con il sistema RSS, é necessario memorizzare sul proprio RSS Reader il link'></a>")

        document.write("<a class='std' href='http://www.facebook.com/sharer.php?u=" + document.URL + "'>")
        document.write("<img border='0' width='20' height='15' src='" + info + "img/facebook.gif' align='right' ")
        document.write("alt='Cliccando puoi condividere la pagina nel tuo spazio FACEBOOK'></a>")

        document.write("<a class='std' href='" + info + "italian/forum.htm'>")
        document.write("<img border='0' width='20' height='15' src='" + info + "img/Auto-ID.bmp' align='right' ")
        document.write("alt='Forum Auto-ID'></a>")

        document.write("<script type='text/javascript' src='http://download.skype.com/share/skypebuttons/js/skypeCheck.js'></script>")
        document.write("<a href='skype:bobpep2000?chat'>")
        document.write("<img src='http://mystatus.skype.com/smallicon/bobpep2000' style='border: none;' width='16' height='16' align='right'alt='Chat with me'></a>")

        if ( other.substring(0,4) == "HTML" ||
             other == "BRAND-PAGE" ||
             other.substring(0,6) == "SCHEDA")
                                            {
                                             if ( offerta.substring(3,5) == "SI" )
			                                            {
                                                         document.write("<a class='std' href='http://eshop.acse.com/advanced_search_result.php?search_in_description=1&keywords=" + tema2 + "'>")
                                                         document.write("<img border='0' width='20' height='18' src='" + info + "img/cart.gif' align='right' ")
                                                         document.write("alt='E-Shop'></a>")
                                                        }
                                             else
                                                        {

                                                        }
                                            }
        else
                                          {
                                           document.write("<a class='std' href='http://www.acse.com/eshop/Eshop_index.html'>")
                                           document.write("<img border='0' width='20' height='18' src='" + info + "img/cart.gif' align='right' ")
                                           document.write("alt='E-Shop'></a>")
                                           }

}
//
//
//    indexonebc
//    Vers. 1.0
//    funzione da utilizzare nelle pagine HTML
function indexonebc() {

                                       var evidenziatore = "gloss";
									   var fiberlink =  "img/bc-1.jpg";
									   
									                                            if (settore[0] == "BARCODE" )
																				                                             {
																															 evidenziatore = "gloss";
																															 fiberlink =  "img/bc-1.jpg";
																															 }
																				if (settore[0] == "COMPUTER" ) 
																				                                            {   
																															evidenziatore = "gloss";  
																															fiberlink =  "computer/mobile/img/apd-730-1.jpg";
																															}
																				if (settore[0] == "INFORMATION" ) {   evidenziatore = "noss";  }
									                                            if (settore[0] == "RFID" ) 
																				                                          {   
																														   evidenziatore = "brown";  
																														   fiberlink =  "tags_rf/passive/transponder/img/rfid.jpg";
																														   }		
								                                                if ( settore[0] == "SMART CARD" ) 
																				                                         {   
																														 evidenziatore = "cele";  
																														 fiberlink =  "smart/img/st3000.jpg";
																														 }		
																				if ( settore[0] == "MAGNETIC") 
																				                                        {   
																														 evidenziatore = "green";  
																														 fiberlink =  "tags_rf/passive/transponder/img/rfid.jpg";
																														 }
                                                                                if (settore[0] == "APPLICATION" ) 
																				                                         {   
																														 evidenziatore = "gray";  
																														 fiberlink =  "img/bc-1.jpg";
																														 }	
																				if (settore[0] == "AUTOMATION" ) 
																				                                         {
																														 evidenziatore = "gloss";  
																														 fiberlink =  "auto/scanner/decoded/img/he15e.jpg";
																														 }										 
                                                                                if (settore[0] == "SOLUTION" ) 
																				                                          {   
																														  evidenziatore = "gray";  
																														  fiberlink =  "img/bc-1.jpg";																														  
																														  }	
																				if (settore[0] == "BRANDLINE" ) 
																				                                          {   
																														  evidenziatore = "code";  
																														  fiberlink =  "img/bc-1.jpg";																														  
																														  }										  
								                                           
																				
                        document.write("<p><br />")
                        document.write("&nbsp;&nbsp;&nbsp;Per la scelta più idonea e' opportuno un contatto diretto, i <a class='" + evidenziatore + "' href='"+ info + "italian/indirizzo.htm'>")
                        document.write("nostri recapiti</a> sono a Vostra disposizione, tramite i nostri ")
                        document.write("<a class='" + evidenziatore + "' href='"+ info + "italian/agenti.htm'>Agenti e Distributori</a> si possono avere le ")
                        document.write("informazioni necessarie e nella <a class='" + evidenziatore + "' href='"+ info + "italian/novita.htm'>pagina delle novità</a> potete trovare i nuovi ")
                        document.write("<a class='" + evidenziatore + "' href='"+ info + "prodotti.htm'>prodotti</a> e le ultime soluzioni proposte.<br />")

                        figureleft(fiberlink);

                        document.write("<br />")
                        document.write("&nbsp;&nbsp;&nbsp;Inoltre e' possibile  trovare delle risposte a vari problemi leggendo le <a class='" + evidenziatore + "' href='"+ info + "faqpage/index.html'>FAQ PAGES</a> ")
                        document.write("o altrimenti partecipare al nostro <a class='" + evidenziatore + "' href='"+ info + "italian/forum.htm'>FORUM</a> dove vegono dibattuti i problemi più vari inerenti alla Identificazione Automatica, ")
                        document.write("potete così verificare e valutare situazioni analoghe, potete partecipare illustrando il Vostro problema o parlare di una Vostra esperienza, trovare una soluzione da chi ha gia' affrontato il Vostro problema.<br /> ")
                        document.write("<br />")
                        document.write("&nbsp;&nbsp;&nbsp;Per qualsiasi informazione e dubbio o per avere dei chiarimenti riguardo possibili problematiche il ")

                        antiSpam(evidenziatore);

                        document.write(" è a Vostra disposizione.<br />")
                        document.write("<p>")
                        document.write("<br /><hr>")

} 

//    indextwosp 
//    Vers. 1.0
//    nelle pagine Indice dopo la descrizione disegna la spalla ed imposta l'indice
function indextwosp() {

                     var spallalay = "mini-reader";
                     thincodeline();

                     document.write("<br />")
                     document.write("<table><tr><td width='50'></td>")


                                     if (settore[0] == "BARCODE" )
				                                             {
															 spallalay = "mini-reader";
															 }
                    				 if (settore[0] == "COMPUTER" )
				                                            {
															spallalay = "mini-reader";
															}
                      				 if (settore[0] == "INFORMATION" ) {   spallalay = "mini-reader";  }
                                     if (settore[0] == "RFID" )      {   spallalay = "mini-tags_rf";  }
                                     if ( settore[0] == "SMART CARD" )
				                                         {
														 spallalay = "mini-solution";
														 }
                    				 if ( settore[0] == "MAGNETIC")
				                                        {
														 spallalay = "mini-solution";
														 }
                                                                if (settore[0] == "APPLICATION" )
				                                         {
														 spallalay = "mini-solution";
														 }
                            		 if (settore[0] == "AUTOMATION" )
				                                         {
														 spallalay = "mini-reader";
														 }
                                     if (settore[0] == "SOLUTION" )
				                                          {
														  spallalay = "mini-solution";
														  }
				                     if (settore[0] == "BRANDLINE" )
				                                          {
														  spallalay = "mini-solution";
														  }

                    document.write("<td class='" + spallalay + "' width='100' valign='top'>")

                    scrivispalla();
                    discontinued();

document.write("</td><td width='590'>")
  
}    
   
//    indextwobc
//    Vers. 1.0
//    funzione da utilizzare nelle pagine HTML
function indextwobc() {

                                       var evidenziatore = "gloss";
									   
                                                  if (settore[0] == "BARCODE" ) {   evidenziatore = "gloss";  }
                                                  if (settore[0] == "COMPUTER" ) {   evidenziatore = "gloss";  }
                                                  if (settore[0] == "INFORMATION" ) {   evidenziatore = "noss";  }
                                                  if (settore[0] == "RFID" ) {   evidenziatore = "brown";  }
                                                  if ( settore[0] == "SMART CARD" ) {   evidenziatore = "cele";  }
                                                  if ( settore[0] == "MAGNETIC") {   evidenziatore = "green";  }
                                                  if (settore[0] == "APPLICATION" ) {   evidenziatore = "gray";  }
                                                  if (settore[0] == "SOLUTION" ) {   evidenziatore = "gray";  }

																				
                                       document.write("<p><br />")								   
	                                   document.write("&nbsp;&nbsp;&nbsp;Per la scelta più idonea e' opportuno un contatto diretto, i nostri recapiti sono a Vostra disposizione, inoltre presso i nostri ")
	                                   document.write("<a class='" + evidenziatore + "' href='"+ info + "italian/agenti.htm'>Agenti e Distributori</a> si possono avere le ")                                    
	                                   document.write("informazioni necessarie e nella <a class='" + evidenziatore + "' href='"+ info + "italian/novita.htm'>pagina delle novità</a> potete trovare i nuovi ")
	                                   document.write("<a class='" + evidenziatore + "' href='"+ info + "prodotti.htm'>prodotti</a> e le ultime soluzioni proposte.<br />")
	                                   document.write("<br />")   
									   									   
									   document.write("&nbsp;&nbsp;&nbsp;Inoltre e' possibile  trovare delle risposte a vari problemi leggendo le <a class='" + evidenziatore + "' href='"+ info + "faqpage/index.html'>FAQ PAGES</a> ")
									   document.write("dove vegono dibattutii i problemi più vari inerenti alla Identificazione Automatica, ")
									   document.write("potete così parlare di una Vostra esperienza o trovare una soluzione da chi ha gia' affrontato il Vostro problema.<br /> ")
									   document.write("<br />")  
									   document.write("&nbsp;&nbsp;&nbsp;Per qualsiasi informazione e dubbio o per avere dei chiarimenti riguardo possibili problematiche il ") 
		
	                                    antiSpam(evidenziatore);

	                                    document.write(" è a Vostra disposizione.<br />")          
                                        document.write("<p>")		
                                        document.write("<br /><hr>")									

}
//
//
function ip_page(classe) {
                    document.write("<img src='" + info + "img/handrght.gif' border='0' height='17' width='27' alt='[ vedi anche ]'>")
                    document.write("<a class='" + classe + "' href='http://www.barcode.it/glossary/gloss-G.htm#grado_di_protezione' target='IP-PAGE'>")
                    document.write("Grado di Protezione</a><br />")
}
//
//
function labelchoose() {
                    document.write("<a title='La Scelta della etichetta' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "solution/label-choose.htm'>Scelta della etichetta</a><br>")
}

function labeltype() {
                    document.write("<a title='Il materiale della etichetta' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "solution/label-type.htm'>Il tipo di etichetta</a><br>")
}

//   Funzione di visulizzazione della scheda lancio
//
function lancio() {

                    document.write("<a class='std' title='Mobile Computer' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "lanci/LNC08-" + lancio_prodotto + ".html'>Lancio</a><br>")
}

//   Funzione di visulizzazione della scheda lancio
//
function lancio09() {

                    document.write("<a class='std' title='Mobile Computer' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "lanci/LNC09-" + lancio_prodotto + ".html'>Lancio</a><br>")
}

//   Funzione di visulizzazione della scheda lancio
//
function lancio10() {

                    document.write("<a class='std' title='Mobile Computer' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "lanci/LNC10-" + lancio_prodotto + ".html'>Lancio</a><br>")
}

//    leggenda    Vers. 1.1
//    Leggenda che si trova in fondo pagina
//    23 luglio 2008 inserito nuovo link al forum
//
function leggenda()
                  {
                          document.write("<table width='100%'>")
                          document.write("<tr><td class='fondo'>")
                          document.write("<a class='std' href='javascript:history.go(-1)'>[ precedente ]</a>")
                          document.write("<img src='"+ info + "img/b_required.gif' width='8' height='8' border='0' alt='[ Cerca Informazioni ]'>")
                          document.write("<a class='std' href='http://www.barcode.it/f_bc.htm'>[ ricerca ]</a>")
                          document.write("<img src='"+ info + "img/b_required.gif' width='8' height='8' border='0' alt='[ novita' ]'>")
                          document.write("<a class='std' href='"+ info + "italian/novita.htm'>[ novita' ]</a>")
                          document.write("<img src='"+ info + "img/b_required.gif' width='8' height='8' border='0' alt='[ alla pagina principale ]'>")
                          document.write("<a class='std' href='"+ info + "index.html'>[ home ]</a>")
                          document.write("<img src='"+ info + "img/b_required.gif' width='8' height='8' border='0' alt='[ alla pagina principale ]'>")
                          document.write("<a class='std' href='"+ info + "f_map.htm'>[ mappa ]</a>")
                          document.write("<img src='"+ info + "img/b_required.gif' width='8' height='8' border='0' alt='[ indirizzo ]'>")
                          document.write("<a class='std' href='"+ info + "italian/indirizzo.htm'>[ indirizzo ]</a>")
                          document.write("<img src='"+ info + "img/b_required.gif' width='8' height='8' border='0' alt='[ faq pages ]'>")
                          document.write("<a class='std' href='"+ info + "faqpage/index.html'>[ faq pages ]</a>")
                          document.write("</table>")
                  }


//    leggenda_brandline    Vers. 1.0
//    Leggenda che si trova in fondo pagina delle pagine Brand-Line
//    25 dicembre 2010 creata
//
function leggenda_brandline()
                  {

                 document.write("<table bgcolor=" + gloss_color_brandline + " width='100%'><tr><td class='brandbottom'><br />")

                 document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
                 document.write("<a class='fassa' title='home' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                 document.write("href='index.html'>Home</a>")

                 document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
                 document.write("<a class='fassa' title='Cerca Dati' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                 document.write("href='http://www.barcode.it/f_bc.htm'>Ricerca</a>")

                 document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
                 document.write("<a class='fassa' title='Forum Auto - ID' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                 document.write("href='italian/forum.htm'>Forum</a>")

                 document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
                 document.write("<a class='fassa' title='Manuale Codice a Barre' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                 document.write("href='http://www.codiceabarre.it'>Codice a Barre</a>")

                 document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
                 document.write("<a class='fassa' title='BarCode on Line' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                 document.write("href='http://www.barcode.it'>BarCode on Line</a>")

                 document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
                 document.write("<a class='fassa' title='Prodotti' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                 document.write("href='prodotti.htm'>Prodotti</a>")

                 document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
                 document.write("<a class='fassa' title='RSS Feed' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                 document.write("href='rss/index.html'>RSS Feed</a>")

                 document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
                 document.write("<a class='fassa' title='Dove siamo' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                 document.write("href='italian/indirizzo.htm'>Dove siamo</a>")

                 document.write("<br /><br /></td></tr></table>")

                  }
 //
 //
 //
 function lettori_RF() {                                                 
												   
        		      document.write("<a class='std' title='Lettori a RadioFrequenza' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                      document.write("href='" + info + "solution/frequency-lettori.htm'>Lettori RF</a><br />")
}												   
 function lettori_RF() {

												   document.write("<a class='std' title='Lettori a RadioFrequenza' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
									               document.write("href='" + info + "solution/frequency-lettori.htm'>Lettori RF</a><br />")
}
//  little_foto
//  ver. 1.0
// Nella pagina HTML e' presente una seconda foto nel lato destro piu' piccola della principale, questa funzione viene
// chiamata dalla stessa pagina, non cisono pertanto indirizzi particolari da indicare.
//
 function little_foto(nrfoto) {

		   document.write("<img alt='[ " + tema2 + " ]' width='150' height='150' src='img/" + tema + "-" + nrfoto + ".jpg' ")
           document.write("align='right' vspace='10' border='1' hspace='15'><br /><br />")

}
//
//
function mobilelink() {
                    document.write("<a title='I Mobile Computers' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='http://www.barcode.it/MC.html'>Mobile Computers</a><br>")
}
//
//
function motorola_LS4278MANUAL() {
                    document.write("<a title='LS4278 REFEENCE GUIDE' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='http://www.sp-sys.it/pdf/Manuale_LS4278.pdf'>Manuale LS4278</a>")
                    document.write("<br>")
}
//
//
function motorola_VC5090QUICKREFERENCEGUIDE() {
                    document.write("<a title='VC5090 QUICK REFEENCE GUIDE' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='http://www.sp-sys.it/pdf/VC5090_quick_reference_guide-I.pdf'>Guida Rapida</a>")
                    document.write("<br>")
}
//
//
function motorola_VC5090APPLICAZIONBRIEF() {
                    document.write("<a title='VC5090 APPLICAZION BRIEF' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='http://www.sp-sys.it/pdf/VC5090_APPLICATION_BRIEF-E.pdf'>Applicazione</a>")
                    document.write(" <img src='" + info + "img/flageng.gif' alt='[ english documentation ]' border='0' height='9' width='11'><br>")
}

//
//
function motorola_VC6096WHITEPAPER() {
                    document.write("<a title='Mobile Computers Motorola' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "doc/VC6096-White-paper-1008.pdf'>White Paper</a>")
                    document.write(" <img src='" + info + "img/flageng.gif' alt='[ english documentation ]' border='0' height='9' width='11'><br>")
}

//
//
function motorola_VC6096BRIEF() {
                    document.write("<a title='Mobile Computers Motorola' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "doc/VC6096-App-Brief-1008.pdf'>VC6096 Brief</a>")
                    document.write(" <img src='" + info + "img/flageng.gif' alt='[ english documentation ]' border='0' height='9' width='11'><br>")
}

//
//
function motorola_mobile() {
                    document.write("<a title='Mobile Computers Motorola' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='http://www.sp-sys.it/pdf/Motorola_Mobile_computers.pdf'>Motorola Mobile</a>")
                    document.write(" <img src='" + info + "img/flageng.gif' alt='[ english documentation ]' border='0' height='9' width='11'><br>")
}

//   Offerta che fa riferimento al listino
//
function offe_rta(code,number) {

          if ( offerta != "NO" )
                {

        if ( number == "" )
                {
                if ( other.substring(0,6) == "SCHEDA" || other == "BRAND-PAGE" )
                        {
                        }
                else
                        {
                        document.write("<a class='std' title='Offerta' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                        document.write("href='" + info + "lanci/Scheda_" + tema + ".html'>Offerta " + number + "</a><br>")
                        }
                }
        else
                {
                document.write("<a class='std' title='Offerta' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                document.write("href='" + info + "offerte/" + code + ".html'>Offerta " + number + "</a><br>")
                }
                  }
}

//
//
function pda_industria() {

        if ( tema2 != "ELF" )
                  {
                            document.write("<a class='std' title='PDA Industria' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "ELF.html'>ELF</a><br>")
                  }

        if ( tema2 != "MC75" )
                  {
                            document.write("<a class='std' title='Cordless BlueTooth' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "MC75.html'>MC75</a><br>")
                  }

}
//    pinktesta
//    Vers. 1.0
//    Viene utilizzata nelle pagine BrandLine ( e' derivata dalla funzione testa )
function pinktesta() {

                                   document.write("<link rel='Shortcut Icon' type='image/x-icon' href='../../img/iconacse.ico' />")
                                   document.write("<link href='../../resell/leaf.css' rel='stylesheet' type='text/css' />")
                                   document.write("<link rel='alternate' type='application/rss+xml' title='RSS' href='../../rss/1.xml' />")
                                   document.write("</head><body class='page'>")


                                   document.write("<div align='center'>")
                                   document.write("<table cellpadding='10' width='740' bgcolor='#FFFFFF'>")
                                   document.write("<tr><td>")

                                   document.write("<table width='100%'>")
                                   document.write("<tr><td class='titolo'>")
                                                                                                 titname();
                                   document.write("</td></tr>")
                                   document.write("<tr><td class='foto'>")

                                   if ( linguain == "-E")
                                                       {
                                                           document.write("<img src='../../img/handrght.gif' border='0' height='17' width='27' alt='[ also see ]'>")
                                                           document.write("<a class='std' href='../../index.html'>Home</a>")
                                                           document.write("<img src='../../img/handrght.gif' border='0' height='17' width='27' alt='[ also see ]'>")
                                                           document.write("<a class='std' href='../../prodotti.htm'>Products</a>")
                                                           document.write("<img src='../../img/handrght.gif' border='0' height='17' width='27' alt='[ also see ]'>")
                                                           document.write("<a class='std' href='index.html'>Brand Line</a>")
                                                       }
                                                      else
                                                      {
                                                           document.write("<img src='../../img/handrght.gif' border='0' height='17' width='27' alt='[ vedi anche ]'>")
                                                           document.write("<a class='std' href='../../index.html'>Home</a>")
                                                           document.write("<img src='../../img/handrght.gif' border='0' height='17' width='27' alt='[ vedi anche ]'>")
                                                           document.write("<a class='std' href='../../prodotti.htm'>Prodotti</a>")
                                                           document.write("<img src='../../img/handrght.gif' border='0' height='17' width='27' alt='[ vedi anche ]'>")
                                                           document.write("<a class='std' href='index.html'>Brand Line</a>")
														}

                                   if ( company == "" )
                                                                                                                                                                   {
                                                                                                                                                                   }
                                   else
													   {
					                                   document.write("<img src='../../img/handrght.gif' border='0' height='17' width='27' alt='[ vedi anche ]'>")
					                                   document.write("<a class='std' href=brand_" + company + ".html>" + company + "</a>")
					                                   }

                                   document.write("</td></tr></table>")


                                   document.write("<table><tr><td class='spalla' width='200'>")

                                   document.write("<a onmouseover=Cambio('pilota','img_logo_brand');>")
                                   document.write("<img name='pilota' alt=" + tema + " height='150' src='../img/logo_" + tema + ".jpg' width='150' border='0' /></a>")
                                   document.write("</td><td width='10'></td><td width='580'><br><br><br><br>")

                                   document.write("<marquee class='marq' onMouseover='this.scrollAmount=3' onMouseout='this.scrollAmount=9'")
                                   document.write("behavior='scroll' scrolldelay='250' loop='-1' width='580' height='21'>&nbsp;&nbsp;&nbsp;")
                                                                                                                                                   titname();
                                                                                                                                                   titdescri();
                                   document.write("&nbsp;&nbsp;&nbsp;</marquee><br></td></tr><tr><td class='spalla' width='200'><br>")

                                                                                                                                                   antiSpamDue();


                                   document.write("<br><br>")
                                   document.write("<table bgcolor='#FFEEBB' border='0'><tr>")                              // BEGIN TABLE A

                                   if ( company == "BRAND-LINE" )
                                                                 {
                                                                   document.write("<td width='160'><br>")

																   if ( linguain == "-E" &&  linguaout == "-I" )
                                                                                   {
                                                                                   document.write("<a class='std' title='Versione Italiana' onmouseover=this.style.fontWeight='bold';")
                                                                                   document.write(" onmouseout=this.style.fontWeight='normal';")
                                                                                   document.write("href='../italian/index.html'>Versione Italiana</a><br><br />")
                                                                                    }

                                                               if ( linguain == "-I" &&  linguaout == "-E" )
																				   {
                                                                   document.write("<a class='std' title='Versione Italiana' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                                                                   document.write("href='../english/index.html'>English Version</a><br><br />")
																					}
                                                                  }

                                   else
                                                        {
                                                             if ( company == "" )
                                                                 {
                                                                   document.write("<td width='160'><br>")

																   if ( linguain == "-E" &&  linguaout == "-I" )
                                                                                   {
                                                                                   document.write("<a class='std' title='Versione Italiana' onmouseover=this.style.fontWeight='bold';")
                                                                                   document.write(" onmouseout=this.style.fontWeight='normal';")
                                                                                   document.write("href='../italian/brand_" + tema + ".html'>Versione Italiana</a><br><br />")
                                                                                    }

                                                               if ( linguain == "-I" &&  linguaout == "-E" )
																				   {
                                                                   document.write("<a class='std' title='Versione Italiana' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                                                                   document.write("href='../english/brand_" + tema + ".html'>English Version</a><br><br />")
																					}
                                                                  }
																  else
								   {
                                                                  document.write("<td class='spalla' width='160'><br><br>")

                                                               if ( other != "" && offerta.substring(3,5) == "SI" )
                                                                                   {

																				   if ( tema2 == "ME-M-100" ) {
                                            																				   }
																				   else
                                                                                                                               {
																				   if ( other == "BRAND-PAGE" && tema2 != "" )
																				                                              {

																   document.write("<a class='std' title='" + tema2 + descri + "' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                                                                   composizione("OUT");
																   document.write( " href='" + rifecode + "'>HTML</a><br /><br />")
																															  }
                                                                                                                                }
																					}

                                                               if ( pdf != "" )
                                                                                   {
                                              document.write("<a class='std' title='PDF " + tema + "' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                                              document.write("href='" + info + "resell/pdf/" + pdf + ".pdf'>Brochure PDF</a><br><br />")
                                                                                   }

                                                               if ( linguain == "-I" &&  offerta.substring(0,2) == "SI" )
                                                                                   {
																				   info = "../../";
															   document.write("<a class='std' title='Offerta " + tema2 + "' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                                                               document.write("href='" + info + "lanci/Scheda_" + tema2 + ".html'>Offerta</a><br><br />")
																					}

                                                               if ( linguain == "-E" &&  offerta.substring(0,2) == "SI" )
                                                                                   {
                                                               document.write("<a class='std' title='Offerta " + tema + "' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                                                               document.write("href='../../lanci/Scheda_" + tema + ".html'>Our Price</a><br><br />")
																					}

                                                               if ( linguain == "-E" &&  linguaout == "-I" )
                                                                                   {
                                                                                   document.write("<a class='std' title='Versione Italiana' onmouseover=this.style.fontWeight='bold';")
                                                                                   document.write(" onmouseout=this.style.fontWeight='normal';")
                                                                                   document.write("href='../italian/" + tema + ".html'>Versione Italiana</a><br><br />")
                                                                                    }

                                                               if ( linguain == "-I" &&  linguaout == "-E" )
																				   {
                                                                   document.write("<a class='std' title='Versione Italiana' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                                                                   document.write("href='../english/" + tema + ".html'>English Version</a><br><br />")
																					}

                                                               pinktable();

                                                               document.write("</td></tr></table>")                                                                        // END TABLE A
                                                               document.write("</td><td width='10'></td><td width='580'>")

                                   }
								   }

}

//
//
function pricelist() {
        if ( offerta == "SI" || offerta == "ON" )
                {

                if ( other == "BRAND-PAGE" && company == "ZEBRA" )
					 {
                       if ( segmento == "STAMPANTI PER BADGES" )
					       {
                              document.write("<a class='std' title='Listino Prezzi' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                              document.write("href='" + info + "listino/zebracardindex.html'>Listino Prezzi</a><br>")
                           }
                       else
                           {
                              document.write("<a class='std' title='Listino Prezzi' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                              document.write("href='" + info + "listino/zebraindex.html'>Listino Prezzi</a><br>")
                           }
					 }
                else
					 {
                       document.write("<a class='std' title='Listino Prezzi' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                       document.write("href='" + info + "listino/index.html'>Listino Prezzi</a><br>")
                       //document.write("href='" + info + "lanci/Scheda_" + tema2 + ".html'>Listino Prezzi</a><br>")
					 }

                }
}
//
//
function pricezebra() {
        if ( offerta == "SI" || offerta == "ON" )
                {
                document.write("<a class='std' title='Listino Zebra' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                document.write("href='" + info + "listino/Listino_Zebra.pdf'>Listino Zebra</a><br>")
                //document.write("href='" + info + "lanci/Scheda_" + tema2 + ".html'>Listino Prezzi</a><br>")
                }
}
//
//
function printproduct() {
                         document.write("<a class='std' title='" + localtema + "' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                         document.write("href='" + rifecode + "'>" + crea_tema + "</a><br>");
                         rifecode = "";
}
										   
 function print_software() { 
                          document.write("<h3>Software</h3>")
        				  document.write("<table bgcolor='#FFFFFF' border='0' width='86%'>")
        				  document.write("<tr><td class='bold' width='30%'>NICELABEL EXPRESS<br /></td>")
        				  document.write("<td width='70%'>Software per gestire le etichette e la stampa del codice a barre.<br /></td></tr>")
        				  document.write("<tr><td class='bold' width='30%'>NICELABEL PRO<br /></td>")
        				  document.write("<td width='70%'>Software professionale per etichette e la stampa del codice a barre con possibilta di interagire con DBase esterni.<br /></td></tr>")
        				  document.write("<tr><td class='bold' width='30%'>NICELABEL SUITE<br /></td>")
        				  document.write("<td width='70%'>Software professionale per etichette e la stampa del codice a barre come ambiente di sviluppo e varie utilities per acquisire dati.<br /></td></tr>")
        				  document.write("</table>")

}

 function printerservice() {

                                   displaytext = "servizio assistenza"; // Enter text to display on page
                                   mail1 = "service"; // Enter first part of e-mail address
                                   mail2 = "acse.com"; // Enter second part of e-mail address
                                   subject = "Informazioni_sulle_etichette"; // enter subject for e-mail

                            document.write("<br>");
                            document.write("&nbsp;&nbsp;&nbsp;");

                 if ( settore[1] == "STAMPANTI TERMICHE" ) {

                            document.write("Per stampare la <b>" + tema2 + "</b> utilizza la carta termica, per i vari tipi di carta termica, come poterla scegliere ed utilizzarla ");
                            document.write("e' disponibile il nostro ");

                                   antiSpam("gloss");

                           document.write(" presso il quale potete trovare le indicazioni e le soluzioni piu' adatte per risolvere il Vostro problema.<br>");
                 }
				 else
				 	{

                            document.write("La stampante <b>" + tema2 + "</b> puo' utilizzare le carte normali adatte al tipo di tecnologia utilizzata e materiali speciali sintetici per ");
                            document.write("applicazioni particolari, ");
                            document.write("per <a class='gloss' href='../../../solution/label-choose.htm'>scegliere l'etichetta</a> o ");
                            document.write("per <a class='gloss' href='../../../solution/label-type.htm'>individuare il tipo di materiale</a> ");
                            document.write("piu' adatto e' disponibile il nostro ");

                                   antiSpam("gloss");

                           document.write(" presso il quale potete trovare le indicazioni e le soluzioni piu' adatte per risolvere il Vostro problema.<br>");
                    }

                           document.write("<br>");
}
//
//
//
 function readerservice() {

                                   displaytext = "servizio assistenza"; // Enter text to display on page
                                   mail1 = "service"; // Enter first part of e-mail address
                                   mail2 = "acse.com"; // Enter second part of e-mail address
                                   subject = "Informazioni_sui_lettori_per_codice_a_barre"; // enter subject for e-mail

                            document.write("<br>");
                            document.write("&nbsp;&nbsp;&nbsp;");

                 if ( settore[1] == "STAMPANTI TERMICHE" ) {

                            document.write("Per stampare la " + tema2 + " utilizza la carta termica, per i vari tipi di carta termica, come poterla scegliere ed utilizzarla ");
                            document.write("e' disponibile il nostro ");

                                   antiSpam("gloss");

                           document.write(" presso il quale potete trovare le indicazioni e le soluzioni piu' adatte per risolvere il Vostro problema.<br>");
                 }
				 else
				 	{

                    document.write("E' sempre possibile, per individuare la soluzione piu' adatta, prendere contatto con il nostro ");

                        antiSpam("gloss");

                    document.write(" presso il quale potete trovare le indicazioni e le soluzioni piu' adatte per risolvere il Vostro problema, ");
                    document.write("inoltre e' possibile usufruire anche del servizio post-vendita per la configurazione e installazione dei dispositivi ordinati.<br>");
                    }

                           document.write("<br>");
}
//
//
//
function relink(address, tot) {             
 
							if ( tot == "OUT" ) {
															localtema = converti(localtema);																											
															rifecode = info + address + localtema + ".htm";	
                                                        }
												else
														{
																if ( other == "BRAND-PAGE" ) {							  
																												rifecode = localtema + ".html";
																											 }	
																else											 
																											 {	
																											 if ( other.substring(0,6) == "SCHEDA" )
																											 {
																												rifecode = "Scheda_" + localtema + ".html";
																																					 }
																											else 	{									 
																												rifecode = localtema + ".htm";
																											 }	 
																											 }	
														} 
}	

//
//
function retail_readers() {

        if ( tema2 != "LS1203" )
                  {
                    document.write("<a class='std' title='Lettore Retail' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "LS1203.html'>LS1203</a><br>")
                  }

        if ( tema2 != "WL300" )
                  {
                    document.write("<a class='std' title='Lettore Retail' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "barcode/reader/ccd/WL-300.htm'>WL300</a><br>")
                  }

        if ( tema2 != "3800g" )
                  {
                            document.write("<a class='std' title='Lettore Retail' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "3800g.htm'>3800g</a><br>")
                  }

        if ( tema2 != "WL700" )
                  {
                    document.write("<a class='std' title='Lettore Retail' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "barcode/reader/ccd/WL-700.htm'>WL700</a><br>")
                  }

        if ( tema2 != "HERON" )
                  {
                    document.write("<a class='std' title='Lettore Retail' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "HERON.html'>HERON</a><br>")
                  }

        if ( tema2 != "LG200" )
                  {
                    document.write("<a class='std' title='Lettore Retail' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "barcode/reader/gun/LG-200.htm'>LG200</a><br>")
                  }

        if ( tema2 != "LG700" )
                  {
                    document.write("<a class='std' title='Lettore Retail' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "barcode/reader/gun/LG-700.htm'>LG700</a><br>")
                  }

        if ( tema2 != "LG800" )
                  {
                    document.write("<a class='std' title='Lettore Retail' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "barcode/reader/gun/LG-800.htm'>LG800</a><br>")
                  }


                          }
//
//
//
//
function rugged_readers() {

        if ( tema2 != "LG310" )
                  {
                    document.write("<a class='std' title='Lettore Industria' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "barcode/reader/gun/LG-310.htm'>LG310</a><br>")
                  }

        if ( tema2 != "LG348" )
                  {
                    document.write("<a class='std' title='Lettore Industria' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "barcode/reader/gun/LG-348.htm'>LG348</a><br>")
                  }


}
//
//
//
//
function scheda_accessorio(count) {

                        document.write("<table style='width: 100%'><tr><td class='titmod'><br>")
                        document.write("Accessori")
                        document.write("</td></tr></table>")


                       var i=0;
                       while (i<=count)
									        {

                                             document.write("<table width='100%'><tr><td class='modello'><br>")
                                             document.write(accessorio[i]);

                                             document.write("<br /></td><td class='descri'><br />")

                                             document.write(aescriz[i]);

                                             document.write("<br /></td></tr>")
                                             document.write("<tr><td class='modellodue'></td><td class='descridue'>")
                                             document.write(arezzo[i]);
                                             document.write(" Euro&nbsp;&nbsp;</td></tr></table>")


                                             i++;
                                             }


}
//
//
function scheda_media(count) {

                        document.write("<table style='width: 100%'><tr><td class='titmod'><br>")
                        document.write("Materiale di consumo")
                        document.write("</td></tr></table>")


                       var i=0;
                       while (i<=count)
									        {

                                             document.write("<table width='100%'><tr><td class='modello'><br>")
                                             document.write(consumo[i]);

                                             document.write("<br /></td><td class='descri'><br />")

                                             document.write(cescriz[i]);

                                             document.write("<br /></td></tr>")
                                             document.write("<tr><td class='modellodue'></td><td class='descridue'>")
                                             document.write(crezzo[i]);
                                             document.write(" Euro&nbsp;&nbsp;</td></tr></table>")

                                             i++;
                                             }


}
//
//
//
//
function scheda_modello(count) {

                        document.write("<table style='width: 100%'><tr><td class='titmod'><br>")
                        document.write("Modelli")
                        document.write("</td></tr></table>")


                       var i=0;
                       while (i<=count)
									        {

                                             document.write("<table width='100%'><tr><td class='modello'><br>")
                                             document.write(modello[i]);

                                             document.write("<br /></td><td class='descri'><br />")

                                             document.write(descriz[i]);

                                             document.write("<br /></td></tr>")
                                             document.write("<tr><td class='modellodue'></td><td class='descridue'>")
                                             document.write(prezzo[i]);
                                             document.write(" Euro&nbsp;&nbsp;</td></tr></table>")


                                             i++;
                                             }


}
//    Scheda_spalla
//    Vers. 1.0
//    11 agosto 2010
//
function scheda_spalla() {



          if ( product_type == "BRAND-LINE" )
                  {
                         document.write("<img name='terzo' src='" + info + linkpage + "img/logo_" + tema + ".jpg' ");

                   }
           else
                  {
                         document.write("<img name='terzo' src='" + info + linkpage + "img/" + tema + ".jpg' ");
                         //document.write(product_type);
                   }

                         document.write("alt='[ " + tema2 + " stampante termica ]' border='1' height='150' width='150'>")
                         document.write("<br><br>")

                         document.write("<div align='center'>")
                         document.write("<table class='spalla'><tr><td><br>")



          if ( product_type == "BRAND-LINE" )
                  {
                         document.write("<a class='std' href='" + info + tema + ".html' onmouseover=this.style.fontWeight='bold'; ")
                         document.write("onmouseout=this.style.fontWeight='normal';>")
                         document.write("Documentazione</a><br>")
                   }
           else
                  {
                         document.write("<a class='std' href='" + info + linkpage + tema + ".htm' onmouseover=this.style.fontWeight='bold'; ")
                         document.write("onmouseout=this.style.fontWeight='normal';>")
                         document.write("Documentazione</a><br>")

                         document.write("<a class='std' href='" + info + linkpage + tema + "-TEC.htm' onmouseover=this.style.fontWeight='bold'; ")
                         document.write("onmouseout=this.style.fontWeight='normal';>")
                         document.write("Specifiche Tecniche</a><br>")

                   }

                          //document.write(linkpage);
                          color_table();

                          document.write("<br></td></tr></table></div>")

}
//
//
//    Scheda_testo
//    Vers. 1.0
//    11 agosto 2010
//
function scheda_testo(count) {


                        document.write("<table border='0' style='width: 100%'>")
                        document.write("<tr><td class='titmod'>")

                                                             newsinfo();

                        document.write("<br>")
                        document.write(tema2 + descri);
                        document.write("<br>");

                        document.write("<div class='update'>")
                        document.write("<a class='std' href=''+ info +'listino/categoria.htm'>")
                        document.write("Categoria " + categoria + "</a> - aggiornato " + aggiornato + "</div>")

                        document.write("</td></tr>")

                        document.write("<tr><td class='titpart'>")

                        document.write("ID Commerciale : <b class='meno'>" + tema2 + "</b><br />")
                        document.write("Tipologia : <b class='meno'>" + segmento + "</b><br />")
                        document.write("Nostro Codice Prodotto : <b class='meno'>" + productcode + "</b><br />")

                        document.write("</td></tr>")
                        document.write("<tr><td class='normale'>")

                        var j=0;
                        while (j<=count)
									        {
                                              document.write("<br>");
                                              document.write(testo[j]);
                                              //document.write("<br>");
                                              j++;
                                             }


                        document.write("</td></tr></table>")


}
//
//
//    Scrivispalla
//    Vers. 5.6
//    23 luglio 2008 inserito nuovo link al forum
//
function scrivispalla() {

						          document.write("<img src='" + info + "img/lgacse.jpg' name='pilota' border='2' height='100' width='100'><br /><br />")

                                  document.write("<b><i>&nbsp;Links interni</i></b><br><br>")
                                  document.write("<a class='std' href='" + info + "barcode/index.html'>&nbsp;- Codice a Barre</a><br />")
                                  document.write("<a class='std' href='" + info + "magnetic/index.html'>&nbsp;- Magnetico</a><br>")
                                  document.write("<a class='std' href='" + info + "tags_rf/index.html'>&nbsp;- RF-ID</a><br>")                                  
                                  document.write("<a class='std' href='" + info + "application/index.html'>&nbsp;- Applicazioni</a><br />")
                                  document.write("<a class='std' href='" + info + "solution/index.html'>&nbsp;- Le Soluzioni</a><br>")
                                  document.write("<a class='std' href='" + info + "software/index.html'>&nbsp;- DownLoad</a><br>")
                                  document.write("<a class='std' href='" + info + "italian/guest.htm'>&nbsp;- Registrarsi</a><br><br>")
								  
                                  document.write("<b><i>&nbsp;Links prodotti</i></b><br><br>")
                                  document.write("<a class='std' href='http://www.barcode.it/'>&nbsp;- Bar Code</a><br>")
                                  document.write("<a class='std' href='http://www.barcode.it/ccd_WL.html'>&nbsp;- La serie WL</a><br>")
								  document.write("<a class='std' href='http://www.barcode.it/lettori.html'>&nbsp;- I Lettori</a><br>")
                                  document.write("<a class='std' href='http://www.barcode.it/microscan.html'>&nbsp;- Microscan</a><br>")
                                  document.write("<a class='std' href='http://www.barcode.it/MC.html'>&nbsp;- Mobile Computer</a><br>")
								  document.write("<a class='std' href='" + info + "resell/italian/index.html'>&nbsp;- Brand Line</a><br><br>")
								  
                                  document.write("<b><i>&nbsp;Links informativi</i></b><br><br />")
                                  document.write("<a class='std' href='http://www.barcode.it/glossary/index.html'>&nbsp;- Glossario</a><br>")
                                  document.write("<a class='std' href='http://www.codiceabarre.it'>&nbsp;- Il Manuale</a><br />")
                                  document.write("<a class='std' href='" + info + "rss/index.html'>&nbsp;- RSS Feed</a><br />")                                  
                                  document.write("<a class='std' href='http://www.barcode.it/etichetta.html'>&nbsp;- Logistic Label</a><br>")
                                  document.write("<a class='std' href='http://www.barcode.it/f_bc.htm'>&nbsp;- Ricerca</a><br>")
                                  document.write("<a class='std' href='" + info + "offerte/index.html'>&nbsp;- Offerte</a><br>")
                                  document.write("<a class='std' href='" + info + "italian/forum.htm'>&nbsp;- Forum</a><br>")
                                  document.write("<a class='std' href='" + info + "faqpage/index.html'>&nbsp;- Faq Pages</a><br>")
                                  document.write("<br>")
}

function segment() {
                                                 localtema = converti(localtema);												 
											     composizione();
												 error_address_check();
												 crea_codice();
                                                 printproduct();
}

function serie_WL() {
                                                 document.write("<a class='std' title='Serie WL' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                                                 document.write("href='http://www.barcode.it/ccd_WL.html'>Serie WL</a><br>")
}
//
//
function smart_phones() {

        if ( tema2 != "ES400" )
                  {
                            document.write("<a class='std' title='Smart Phone' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "ES400.html'>ES400</a><br>")
                  }
        if ( tema2 != "SP160" )
                  {
                            document.write("<a class='std' title='Smart Phone' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "computer/mobile/SP-160.htm'>SP160</a><br>")
                  }
        if ( tema2 != "SP190" )
                  {
                            document.write("<a class='std' title='Smart Phone' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "computer/mobile/SP-190.htm'>SP190</a><br>")
                  }
        if ( tema2 != "SP210" )
                  {
                            document.write("<a class='std' title='Smart Phone' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "computer/mobile/SP-210.htm'>SP210</a><br>")
                  }

}
//    Specifiche Tecniche
//    Si trovano nella stessa pagina
function spec_TEC() {

          if ( other.substring(0,6) == "SCHEDA" || other == "BRAND-PAGE" )
        					                         {

                                                     }
          else
                    {
                    if ( other == "HTML-TEC" )
                                           {
                                            document.write("<a title='Descrizione' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                                            document.write("href='" + tema + ".htm'>Descrizione</a><br>")
                                           }
                    else
                                           {
                                            document.write("<a title='Specifiche Tecniche' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                                            document.write("href='" + tema + "-TEC.htm'>Specifiche</a><br>")
                                           }
                     }
}
//
//
function stampa_badge() {
                    document.write("<a title='La stampa dei badges' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "solution/printer-stpbadge.htm'>Stampa dei Badges</a><br>")
}
//
//
function store_printers() {

        if ( tema2 != "105SL" )
                  {
                    document.write("<a class='std' title='Stampante per magazzino' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "105SL.html'>105sl</a><br>")
                  }

        if ( tema2 != "ZM400" )
                  {
                            document.write("<a class='std' title='Stampante per magazzino' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                            document.write("href='" + info + "ZM400.html'>ZM400</a><br>")
                  }

                          }
//
//
function tar_bel() {
                    document.write("<a class='std' title='Sistema TAR-BEL' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                    document.write("href='" + info + "faqpage/Faq-page-20081128.html'>Sistema TAR-BEL</a><br>")
}

//    thincodeline
//    Vers. 1.0
//    funzione da utilizzare nelle pagine HTML
function thincodeline() {

        document.write("<br /><br />")
        document.write("<div style='text-align: center;'>")
        document.write("<img src='"+ info + "img/thincode.gif' width='605' height='8' border='0' alt='[ codice a barre ]'>")
        document.write("</div>")
        document.write("<br />")

}

function wand() {
                                                  document.write("<a class='std' title='Lettori a penna' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                                                  document.write("href='" + info + "barcode/reader/wand/index.html'>Lettori a Penna</a><br>")									   
}

function wedge() {
                                                  document.write("<a class='std' class='std' title='Emulazione Tastiera' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                                                  document.write("href='" + info + "solution/wedge-index.html'>Emulazione<br /> Tastiera</a><br>")
}

function windows_ce() {
                                                   document.write("<a class='std' title='Windows Mobile' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                                                   document.write("href='http://msdn2.microsoft.com/en-us/embedded/aa731407.aspx'>Windows CE</a><br>") 
}

function windows_mobile() {
                                                    document.write("<a class='std' title='Windows Mobile' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                                                    document.write("href='http://msdn.microsoft.com/windowsmobile/'>Windows CE</a><br>") 
}		

function wireless() {
// Stampa i link esterni alle norme IEEE per il wireless
//
				                                    document.write("<img name='barre' src='" + info + "img/handrght.gif' border='0' height='17' width='27' alt='[ vedi anche ]'>")
				                                    document.write("<a class='reader' href='" + info + "solution/frequency-ieee80211.htm'>IEEE 802.11</a><br />")
													document.write("<img name='barre' src='" + info + "img/handrght.gif' border='0' height='17' width='27' alt='[ vedi anche ]'>")
													document.write("<a class='reader' href='" + info + "solution/frequency-ieee80211b.htm'>IEEE 802.11b</a><br />")
} 

function zigbee() {
                  document.write("<a class='std' title='Tecnologia ZigBee' onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';")
                  document.write("href='" + info + "solution/frequency-zigbee.htm'>Tecnologia ZigBee</a><br>")
}
//end-------------------------------------------------------------------------------------------------->


