

function MakeArray()  {

  var lngth = MakeArray.arguments.length;

  for ( i = 0 ; i < lngth ; i++ ) { this [i]=MakeArray.arguments[i] }
 }

function vaiamodelli()  {
var select = eval(document.Modelli.Modello.selectedIndex);
if( (select > 0) && (select < 34 ) ) {
var Model=new MakeArray('','#','line_matrix.htm','#','serial_dotMatrix.htm','#','passbook_printers.htm','#','inkjet_printer.htm','#','laser_printers.htm','laser_desktop.htm','laser_mfc.htm','laser_wide.htm','#','pos_printer.htm','#','smart_card.htm','smart_card.htm','#','barcode_scan.htm','handheld_scan.htm','handfree_scan.htm','incounter_scan.htm','#','data_terminal.htm','#','ups.htm','#','disc_publisher.htm','disc_publisher_prod.htm','disc_publisher_dlab.htm','disc_publisher_dtop.htm','#');
location=Model[document.Modelli.Modello.selectedIndex];
}
}
