//////////////////////
/////CONECTIVIDAD/////
//////////////////////

//Lector de dni
var lectordniNombre = 'Lector de dni'
var lectordniDescripción = 'Lector de DNI<br />Compatible Windows/Linux'
var lectordniLink = 'lector-dni.html'
var lectordniImagen = '../imagenes/Productos/conectividad/thumbs/lectordni_thumb.jpg'
var lectordniAlt = lectordniNombre

//BT-101
var bt101Nombre = 'BT-101'
var bt101Descripción = 'Mini bluetooth 2.0 + EDR<br />Tamaño ultrareducido'
var bt101Link = 'bt-101.html'
var bt101Imagen = '../imagenes/Productos/conectividad/thumbs/bt-101_thumb.jpg'
var bt101Alt = bt101Nombre

//maxreader
/*var maxreaderNombre = 'Max Reader'
var maxreaderDescripción = 'Lector multitarjetas<br />SD, Mini SD, SDC, CF, MMC'
var maxreaderLink = 'maxreader.html'
var maxreaderImagen = '../imagenes/Productos/conectividad/thumbs/maxreader_thumb.jpg'
var maxreaderAlt = maxreaderNombre*/

//hubber
/*var hubberNombre = 'Hubber'
var hubberDescripción = 'Concentrador Hub<br />4 Puetos USB'
var hubberLink = 'hubber.html'
var hubberImagen = '../imagenes/Productos/conectividad/thumbs/hubber_thumb.jpg'
var hubberAlt = hubberNombre*/

//adaptadorsd
/*var adaptadorsdNombre = 'Adaptador SD-USB'
var adaptadorsdDescripción = 'Lector de tarjetas<br />Adaptador USB'
var adaptadorsdLink = 'adaptadorsd.html'
var adaptadorsdImagen = '../imagenes/Productos/conectividad/thumbs/adaptadorsd_thumb.jpg'
var adaptadorsdAlt = adaptadorsdNombre*/

//pciusb
var pciusbNombre = 'PCI USB'
var pciusbDescripción = '5 Conexiones USB<br />'
var pciusbLink = 'pciusb.html'
var pciusbImagen = '../imagenes/Productos/conectividad/thumbs/pciusb_thumb.jpg'
var pciusbAlt = pciusbNombre

//pcifirewire
/*var pcifirewireNombre = 'PCI FireWire'
var pcifirewireDescripción = '4 Conexiones Firewire'
var pcifirewireLink = 'pcifirewire.html'
var pcifirewireImagen = '../imagenes/Productos/conectividad/thumbs/pcifirewire_thumb.jpg'
var pcifirewireAlt = pcifirewireNombre*/

//pcicombo
/*var pcicomboNombre = 'PCI Combo'
var pcicomboDescripción = '3 Conexiones USB<br />2 Conexiones Firewire'
var pcicomboLink = 'pcicombo.html'
var pcicomboImagen = '../imagenes/Productos/conectividad/thumbs/pcicombo_thumb.jpg'
var pcicomboAlt = pcicomboNombre*/

//pciwireless
//var pciwirelessNombre = 'PCI Wireless'
//var pciwirelessDescripción = '54 MBps de conexión<br />'
//var pciwirelessLink = 'pciwireless.html'
//var pciwirelessImagen = '../imagenes/Productos/conectividad/thumbs/pciwireless_thumb.jpg'
//var pciwirelessAlt = pciwirelessNombre

//usbwireless
/*var usbwirelessNombre = 'USB Wireless'
var usbwirelessDescripción = 'Adaptador 54 MBps'
var usbwirelessLink = 'usbwireless.html'
var usbwirelessImagen = '../imagenes/Productos/conectividad/thumbs/usbwireless_thumb.jpg'
var usbwirelessAlt = usbwirelessNombre
*/
//bluetooth
//var bluetoothNombre = 'Bluetooth'
//var bluetoothDescripción = 'Conexion Bluetooth'
//var bluetoothLink = 'bluetooth.html'
//var bluetoothImagen = '../imagenes/Productos/conectividad/thumbs/bluetooth_thumb.jpg'
//var bluetoothAlt = bluetoothNombre

function CrearThumbsConectividad(div){
var thumbsconectividad = '';

//-------comienza el contenido-----------------------------------------*-*-*-*-*-*-*-*-*-*-*-**-*-*-*-*-*-*-*-*-*-*-*-
thumbsconectividad = '<table class="TablaThumbmailsGeneral" border="0" cellspacing="0" cellpadding="0">'
thumbsconectividad += '<tr><td height="20"><img id="BTNSubir" src="' + BTNSubirOFF+ '" alt="Bajar" style="position:relative;z-index:1;" width="300" height="20"/></td>'
thumbsconectividad += '</tr><tr><td height="450" align="left" valign="top">'
thumbsconectividad += '<div id="thumbcontent" class="CapaThumbContent">'
thumbsconectividad += '<div id="thumbs" style="position:absolute">'
thumbsconectividad += '<div id="thumbs2" style="position:absolute; top:0px">'
thumbsconectividad += '<table width="300" border="0" cellspacing="0" cellpadding="0">'

//POS 1
thumbsconectividad += '<tr><td style="background-image:url(' + RutaFondoThumbs + ' )" height="50" align="left" valign="top">'
thumbsconectividad += '<table width="300" border="0" cellpadding="0" cellspacing="0" style="height:50px"><tr><td width="100">'
thumbsconectividad += '<a href="' + lectordniLink + '" target="_self">'
thumbsconectividad += '<img src="' + lectordniImagen + '" alt="' + lectordniAlt + '" width="100" height="50" border="0"/></a></td>'
thumbsconectividad += '<td style="padding-left:10px" width="160" align="left" valign="middle" class="VideoVerdana12Bold">'
thumbsconectividad += '<span class="ConectividadVerdana12Bold">' + lectordniNombre + '</span><br />'
thumbsconectividad += '<span class="VerdanaNegroBold9">' + lectordniDescripción + '</span>'
thumbsconectividad += '</td><td width="30" align="left" valign="top"><a href="' + lectordniLink  + '" target="_self">'
thumbsconectividad += '<img src="' + RutaImagenFlecha + '" alt="ir" width="30" height="50" border="0" id="BTNlectordni" style="cursor:pointer" onmouseover="javascript:RolloverImagen(' + '\'BTNlectordni\'' + ',' + RutaFlechaON + ')" onmouseout="javascript:RolloverImagen(' + '\'BTNlectordni\'' + ',' + RutaFlechaOFF + ')"/></a></td></tr></table></td></tr>' 
//FIN DEL THUMBNAIL 1

//POS 1
thumbsconectividad += '<tr><td style="background-image:url(' + RutaFondoThumbs + ' )" height="50" align="left" valign="top">'
thumbsconectividad += '<table width="300" border="0" cellpadding="0" cellspacing="0" style="height:50px"><tr><td width="100">'
thumbsconectividad += '<a href="' + bt101Link + '" target="_self">'
thumbsconectividad += '<img src="' + bt101Imagen + '" alt="' + bt101Alt + '" width="100" height="50" border="0"/></a></td>'
thumbsconectividad += '<td style="padding-left:10px" width="160" align="left" valign="middle" class="VideoVerdana12Bold">'
thumbsconectividad += '<span class="ConectividadVerdana12Bold">' + bt101Nombre + '</span><br />'
thumbsconectividad += '<span class="VerdanaNegroBold9">' + bt101Descripción + '</span>'
thumbsconectividad += '</td><td width="30" align="left" valign="top"><a href="' + bt101Link  + '" target="_self">'
thumbsconectividad += '<img src="' + RutaImagenFlecha + '" alt="ir" width="30" height="50" border="0" id="BTNBT101" style="cursor:pointer" onmouseover="javascript:RolloverImagen(' + '\'BTNBT101\'' + ',' + RutaFlechaON + ')" onmouseout="javascript:RolloverImagen(' + '\'BTNBT101\'' + ',' + RutaFlechaOFF + ')"/></a></td></tr></table></td></tr>' 
//FIN DEL THUMBNAIL 1

//POS 1
/*thumbsconectividad += '<tr><td style="background-image:url(' + RutaFondoThumbs + ' )" height="50" align="left" valign="top">'
thumbsconectividad += '<table width="300" border="0" cellpadding="0" cellspacing="0" style="height:50px"><tr><td width="100">'
thumbsconectividad += '<a href="' + maxreaderLink + '" target="_self">'
thumbsconectividad += '<img src="' + maxreaderImagen + '" alt="' + maxreaderAlt + '" width="100" height="50" border="0"/></a></td>'
thumbsconectividad += '<td style="padding-left:10px" width="160" align="left" valign="middle" class="VideoVerdana12Bold">'
thumbsconectividad += '<span class="ConectividadVerdana12Bold">' + maxreaderNombre + '</span><br />'
thumbsconectividad += '<span class="VerdanaNegroBold9">' + maxreaderDescripción + '</span>'
thumbsconectividad += '</td><td width="30" align="left" valign="top"><a href="' + maxreaderLink  + '" target="_self">'
thumbsconectividad += '<img src="' + RutaImagenFlecha + '" alt="ir" width="30" height="50" border="0" id="BTNMaxReader" style="cursor:pointer" onmouseover="javascript:RolloverImagen(' + '\'BTNMaxReader\'' + ',' + RutaFlechaON + ')" onmouseout="javascript:RolloverImagen(' + '\'BTNMaxReader\'' + ',' + RutaFlechaOFF + ')"/></a></td></tr></table></td></tr>' */
//FIN DEL THUMBNAIL 1

//POS 2
/*thumbsconectividad += '<tr><td style="background-image:url(' + RutaFondoThumbs + ' )" height="50" align="left" valign="top">'
thumbsconectividad += '<table width="300" border="0" cellpadding="0" cellspacing="0" style="height:50px"><tr><td width="100">'
thumbsconectividad += '<a href="' + hubberLink + '" target="_self">'
thumbsconectividad += '<img src="' + hubberImagen + '" alt="' + hubberAlt + '" width="100" height="50" border="0"/></a></td>'
thumbsconectividad += '<td style="padding-left:10px" width="160" align="left" valign="middle" class="VideoVerdana12Bold">'
thumbsconectividad += '<span class="ConectividadVerdana12Bold">' + hubberNombre + '</span><br />'
thumbsconectividad += '<span class="VerdanaNegroBold9">' + hubberDescripción + '</span>'
thumbsconectividad += '</td><td width="30" align="left" valign="top"><a href="' + hubberLink + '" target="_self">'
thumbsconectividad += '<img src="' + RutaImagenFlecha + '" alt="ir" width="30" height="50" border="0" id="BTNHubber" style="cursor:pointer" onmouseover="javascript:RolloverImagen(' + '\'BTNHubber\'' + ',' + RutaFlechaON + ')" onmouseout="javascript:RolloverImagen(' + '\'BTNHubber\'' + ',' + RutaFlechaOFF + ')"/></a></td></tr></table></td></tr>' */
//FIN DEL THUMBNAIL 2

//POS 3
/*thumbsconectividad += '<tr><td style="background-image:url(' + RutaFondoThumbs + ' )" height="50" align="left" valign="top">'
thumbsconectividad += '<table width="300" border="0" cellpadding="0" cellspacing="0" style="height:50px"><tr><td width="100">'
thumbsconectividad += '<a href="' + adaptadorsdLink + '" target="_self">'
thumbsconectividad += '<img src="' + adaptadorsdImagen + '" alt="' + adaptadorsdAlt + '" width="100" height="50" border="0"/></a></td>'
thumbsconectividad += '<td style="padding-left:10px" width="160" align="left" valign="middle" class="VideoVerdana12Bold">'
thumbsconectividad += '<span class="ConectividadVerdana12Bold">' + adaptadorsdNombre + '</span><br />'
thumbsconectividad += '<span class="VerdanaNegroBold9">' + adaptadorsdDescripción + '</span>'
thumbsconectividad += '</td><td width="30" align="left" valign="top"><a href="' + adaptadorsdLink + '" target="_self">'
thumbsconectividad += '<img src="' + RutaImagenFlecha + '" alt="ir" width="30" height="50" border="0" id="BTNAdaptadorSD" style="cursor:pointer" onmouseover="javascript:RolloverImagen(' + '\'BTNAdaptadorSD\'' + ',' + RutaFlechaON + ')" onmouseout="javascript:RolloverImagen(' + '\'BTNAdaptadorSD\'' + ',' + RutaFlechaOFF + ')"/></a></td></tr></table></td></tr>' */
//FIN DEL THUMBNAIL 3

//POS 4
thumbsconectividad += '<tr><td style="background-image:url(' + RutaFondoThumbs + ' )" height="50" align="left" valign="top">'
thumbsconectividad += '<table width="300" border="0" cellpadding="0" cellspacing="0" style="height:50px"><tr><td width="100">'
thumbsconectividad += '<a href="' + pciusbLink + '" target="_self">'
thumbsconectividad += '<img src="' + pciusbImagen + '" alt="' + pciusbAlt + '" width="100" height="50" border="0"/></a></td>'
thumbsconectividad += '<td style="padding-left:10px" width="160" align="left" valign="middle" class="VideoVerdana12Bold">'
thumbsconectividad += '<span class="ConectividadVerdana12Bold">' + pciusbNombre + '</span><br />'
thumbsconectividad += '<span class="VerdanaNegroBold9">' + pciusbDescripción + '</span>'
thumbsconectividad += '</td><td width="30" align="left" valign="top"><a href="' + pciusbLink + '" target="_self">'
thumbsconectividad += '<img src="' + RutaImagenFlecha + '" alt="ir" width="30" height="50" border="0" id="BTNPCIUSB" style="cursor:pointer" onmouseover="javascript:RolloverImagen(' + '\'BTNPCIUSB\'' + ',' + RutaFlechaON + ')" onmouseout="javascript:RolloverImagen(' + '\'BTNPCIUSB\'' + ',' + RutaFlechaOFF + ')"/></a></td></tr></table></td></tr>' 
//FIN DEL THUMBNAIL 4

//POS 5
/*thumbsconectividad += '<tr><td style="background-image:url(' + RutaFondoThumbs + ' )" height="50" align="left" valign="top">'
thumbsconectividad += '<table width="300" border="0" cellpadding="0" cellspacing="0" style="height:50px"><tr><td width="100">'
thumbsconectividad += '<a href="' + pcifirewireLink + '" target="_self">'
thumbsconectividad += '<img src="' + pcifirewireImagen + '" alt="' + pcifirewireAlt + '" width="100" height="50" border="0"/></a></td>'
thumbsconectividad += '<td style="padding-left:10px" width="160" align="left" valign="middle" class="VideoVerdana12Bold">'
thumbsconectividad += '<span class="ConectividadVerdana12Bold">' + pcifirewireNombre + '</span><br />'
thumbsconectividad += '<span class="VerdanaNegroBold9">' + pcifirewireDescripción + '</span>'
thumbsconectividad += '</td><td width="30" align="left" valign="top"><a href="' + pcifirewireLink  + '" target="_self">'
thumbsconectividad += '<img src="' + RutaImagenFlecha + '" alt="ir" width="30" height="50" border="0" id="BTNPCIFireWire" style="cursor:pointer" onmouseover="javascript:RolloverImagen(' + '\'BTNPCIFireWire\'' + ',' + RutaFlechaON + ')" onmouseout="javascript:RolloverImagen(' + '\'BTNPCIFireWire\'' + ',' + RutaFlechaOFF + ')"/></a></td></tr></table></td></tr>' */
//FIN DEL THUMBNAIL 5

//POS 6
/*thumbsconectividad += '<tr><td style="background-image:url(' + RutaFondoThumbs + ' )" height="50" align="left" valign="top">'
thumbsconectividad += '<table width="300" border="0" cellpadding="0" cellspacing="0" style="height:50px"><tr><td width="100">'
thumbsconectividad += '<a href="' + pcicomboLink + '" target="_self">'
thumbsconectividad += '<img src="' + pcicomboImagen + '" alt="' + pcicomboAlt + '" width="100" height="50" border="0"/></a></td>'
thumbsconectividad += '<td style="padding-left:10px" width="160" align="left" valign="middle" class="VideoVerdana12Bold">'
thumbsconectividad += '<span class="ConectividadVerdana12Bold">' + pcicomboNombre + '</span><br />'
thumbsconectividad += '<span class="VerdanaNegroBold9">' + pcicomboDescripción + '</span>'
thumbsconectividad += '</td><td width="30" align="left" valign="top"><a href="' + pcicomboLink + '" target="_self">'
thumbsconectividad += '<img src="' + RutaImagenFlecha + '" alt="ir" width="30" height="50" border="0" id="BTNPCICombo" style="cursor:pointer" onmouseover="javascript:RolloverImagen(' + '\'BTNPCICombo\'' + ',' + RutaFlechaON + ')" onmouseout="javascript:RolloverImagen(' + '\'BTNPCICombo\'' + ',' + RutaFlechaOFF + ')"/></a></td></tr></table></td></tr>' */
//FIN DEL THUMBNAIL 6

//POS 7
//thumbsconectividad += '<tr><td style="background-image:url(' + RutaFondoThumbs + ' )" height="50" align="left" valign="top">'
//thumbsconectividad += '<table width="300" border="0" cellpadding="0" cellspacing="0" style="height:50px"><tr><td width="100">'
//thumbsconectividad += '<a href="' + pciwirelessLink + '" target="_self">'
//thumbsconectividad += '<img src="' + pciwirelessImagen + '" alt="' + pciwirelessAlt + '" width="100" height="50" border="0"/></a></td>'
//thumbsconectividad += '<td style="padding-left:10px" width="160" align="left" valign="middle" class="VideoVerdana12Bold">'
//thumbsconectividad += '<span class="ConectividadVerdana12Bold">' + pciwirelessNombre + '</span><br />'
//thumbsconectividad += '<span class="VerdanaNegroBold9">' + pciwirelessDescripción + '</span>'
//thumbsconectividad += '</td><td width="30" align="left" valign="top"><a href="' + pciwirelessLink + '" target="_self">'
//thumbsconectividad += '<img src="' + RutaImagenFlecha + '" alt="ir" width="30" height="50" border="0" id="BTNPCIWireless" style="cursor:pointer" onmouseover="javascript:RolloverImagen(' + '\'BTNPCIWireless\'' + ',' + RutaFlechaON + ')" onmouseout="javascript:RolloverImagen(' + '\'BTNPCIWireless\'' + ',' + RutaFlechaOFF + ')"/></a></td></tr></table></td></tr>' 
//FIN DEL THUMBNAIL 7

//POS 8
/*thumbsconectividad += '<tr><td style="background-image:url(' + RutaFondoThumbs + ' )" height="50" align="left" valign="top">'
thumbsconectividad += '<table width="300" border="0" cellpadding="0" cellspacing="0" style="height:50px"><tr><td width="100">'
thumbsconectividad += '<a href="' + usbwirelessLink + '" target="_self">'
thumbsconectividad += '<img src="' + usbwirelessImagen + '" alt="' + usbwirelessAlt + '" width="100" height="50" border="0"/></a></td>'
thumbsconectividad += '<td style="padding-left:10px" width="160" align="left" valign="middle" class="VideoVerdana12Bold">'
thumbsconectividad += '<span class="ConectividadVerdana12Bold">' + usbwirelessNombre + '</span><br />'
thumbsconectividad += '<span class="VerdanaNegroBold9">' + usbwirelessDescripción + '</span>'
thumbsconectividad += '</td><td width="30" align="left" valign="top"><a href="' + usbwirelessLink + '" target="_self">'
thumbsconectividad += '<img src="' + RutaImagenFlecha + '" alt="ir" width="30" height="50" border="0" id="BTNUSBWireless" style="cursor:pointer" onmouseover="javascript:RolloverImagen(' + '\'BTNUSBWireless\'' + ',' + RutaFlechaON + ')" onmouseout="javascript:RolloverImagen(' + '\'BTNUSBWireless\'' + ',' + RutaFlechaOFF + ')"/></a></td></tr></table></td></tr>' */
//FIN DEL THUMBNAIL 8

//POS 9
//thumbsconectividad += '<tr><td style="background-image:url(' + RutaFondoThumbs + ' )" height="50" align="left" valign="top">'
//thumbsconectividad += '<table width="300" border="0" cellpadding="0" cellspacing="0" style="height:50px"><tr><td width="100">'
//thumbsconectividad += '<a href="' + bluetoothLink + '" target="_self">'
//thumbsconectividad += '<img src="' + bluetoothImagen + '" alt="' + bluetoothAlt + '" width="100" height="50" border="0"/></a></td>'
//thumbsconectividad += '<td style="padding-left:10px" width="160" align="left" valign="middle" class="VideoVerdana12Bold">'
//thumbsconectividad += '<span class="ConectividadVerdana12Bold">' + bluetoothNombre + '</span><br />'
//thumbsconectividad += '<span class="VerdanaNegroBold9">' + bluetoothDescripción + '</span>'
//thumbsconectividad += '</td><td width="30" align="left" valign="top"><a href="' + bluetoothLink + '" target="_self">'
//thumbsconectividad += '<img src="' + RutaImagenFlecha + '" alt="ir" width="30" height="50" border="0" id="BTNBluetooth" style="cursor:pointer" onmouseover="javascript:RolloverImagen(' + '\'BTNBluetooth\'' + ',' + RutaFlechaON + ')" onmouseout="javascript:RolloverImagen(' + '\'BTNBluetooth\'' + ',' + RutaFlechaOFF + ')"/></a></td></tr></table></td></tr>' 
//FIN DEL THUMBNAIL 9

thumbsconectividad += '</table></div></div>/div>'//Cierro capa Thumbs2, Thumbs y Thumbscontent
thumbsconectividad += '</td></tr><tr><td height="20">'
thumbsconectividad += '<img id="BTNBajar" src="' + BTNBajarOFF + '" alt="subir" width="300" height="20" style="position:relative;">'
thumbsconectividad += '</td></tr></table>'
document.getElementById(div).innerHTML = thumbsconectividad 
}