function escolheControle(c) {
controle = c;
marca =todasAsmarcas[controle];
window.location="marcaWebkit.htm";
console.log(controle+' controle-----');
console.log(todasAsmarcas+' todasAsmarcas-----');
}
var marca;
var todasAsmarcas = new Array(4);
todasAsmarcas[0] = new Array("Samsung", "LG", "Sony", "SempToshiba", "Panasonic", "AOC", "CCE", "Philips", "Sharp", "Toshiba", "Gradiente", "Philco", "Buster", "Semp", "Hitachi", "Sanyo", "Blue Sky", "Mitsubishi", "Aiko", "Cineral", "JVC", "Zenith");
todasAsmarcas[1] = new Array("Samsung", "LG", "Sony", "SempToshiba", "Panasonic", "AOC", "CCE", "Philips", "Sharp", "Toshiba", "Gradiente", "Philco", "Buster", "Hitachi", "Sanyo", "Blue Sky", "Mitsubishi", "Aiko", "Cineral", "JVC", "Zenith");
todasAsmarcas[2] = new Array("Samsung", "LG", "Sony", "SempToshiba", "Panasonic", "AOC", "CCE", "Philips", "Sharp", "Toshiba", "Gradiente", "Philco", "Buster", "Hitachi", "Sanyo", "Blue Sky", "Mitsubishi", "Aiko", "Cineral", "JVC", "Zenith");
todasAsmarcas[3] = new Array("Samsung", "LG", "Sony", "SempToshiba", "Panasonic", "AOC", "CCE", "Philips", "Sharp", "Toshiba", "Gradiente", "Philco", "Buster", "Semp", "Hitachi", "Sanyo", "Blue Sky", "Mitsubishi", "Aiko", "Cineral", "JVC", "Zenith");
function onRcu(e) {
switch (e.keyName) {
case iAppLib.keys.OK:
switch(pagina){
case "menuWebkit":
escolheControle(contMenu);
window.location="marcaWebkit.htm?contMenu=0 marca=todasAsmarcas[controle] controle=c index=0";
console.log("OKAY");
//top.main.escolheControle(contMenu);
break;
}
break;
}