var menu=[[,J('Tablets','/tablets',137941,1),J('Portáteis','/portateis',8102342,2),J('Opções & Acessórios','/opcoes-acessorios',8102344,3),I('Câmaras de vídeo','/camaras-de-video',136201),J('Televisores','/televisores',136202,6),J('Impressoras e Multifunções','/impressoras-e-multifuncoes',137901,8)],[,I('Bolsas','/tablets/bolsas',138274)],[,I('Satellite','/portateis/satellite',8102420),I('Tecra','/portateis/tecra',8102422),I('Qosmio','/portateis/qosmio',8102705),I('Portégé','/portateis/portege',8102423),I('Netbooks','/portateis/netbooks',8104011)],[,I('Acessórios secretária','/opcoes-acessorios/acessorios-secretaria',8102424),I('Alimentação','/opcoes-acessorios/alimentacao',8102425),I('Malas e bolsas','/opcoes-acessorios/malas-e-bolsas',8102426),I('Drives','/opcoes-acessorios/drives',8102429)],[,I('30" a 37"','/televisores/lcd/30-a-37-',136213)],[,I('40" a 47"','/televisores/led/40-a-47-',136206)],[,J('LCD','/televisores/lcd',136210,4),J('LED','/televisores/led',136204,5),I('Combos','/televisores/combos',136203)],[,I('Monocromáticas','/impressoras-e-multifuncoes/laser/monocromaticas',137907),I('Cores','/impressoras-e-multifuncoes/laser/cores',137906)],[,J('Laser','/impressoras-e-multifuncoes/laser',137905,7),I('Multifunções','/impressoras-e-multifuncoes/multifuncoes',137902)]];

function M0() {
  return new Menu();
}
function M(){
  return new Menu();
}

function T(height, displayName, normalizedURLString, cat) {
  return new Item(displayName, 'http://www.pmelink.pt/toshiba' + '/catalog/' + cat + '-' + normalizedURLString,height, 0, cat);
}

function I(displayName, normalizedURLString, cat) {
  return new Item(displayName,'http://www.pmelink.pt/toshiba' + '/catalog/' + cat + '-' + normalizedURLString,18, 0, cat);
}

function H(height, displayName, normalizedURLString, cat, targetMenu) {
  return new Item(displayName,'http://www.pmelink.pt/toshiba' + '/catalog/' + cat + normalizedURLString,height, targetMenu, cat);
}

function J(displayName, normalizedURLString, cat, targetMenu) {
  return new Item(displayName,'http://www.pmelink.pt/toshiba' + '/catalog/' + cat + normalizedURLString,18, targetMenu, cat);
}

menu[0][0]=M0();
for(i=1; i<menu.length; i++) {
    menu[i][0]=M();
}

writeNewMenus(0,0);


