function blockError(){return true;}
window.onerror = blockError;
window.onError = void(0);
if (eval(undefined) == null) undefined = null;
//window.onerror = function (){return true;};
  self.moveTo(0,0);
  self.resizeTo(screen.width, screen.height-30);

  function vx(id_item) {
	var sitio = "208019";
	var newhref = "http://www.celulares-nokia.com/ver.php?x=" + id_item;
	anchow = screen.width-10;
	altow = screen.height-30;
	nvw_name = Math.round(Math.random()*100000);
    nv_win = window.open(newhref,nvw_name,"top=0,left=0,width="+anchow+",height="+altow+",menubar=Yes,toolbar=Yes,location=Yes,scrollbars=Yes,status=Yes,resizable=Yes");
	nv_win.focus();
    return void(0);
  }
  function n() { void(0); }

function Get_Obj (id)
{
	return document.getElementById ? document.getElementById(id) : document.all[id];
}
function Ocultar_Capa(id)
{
	obj = Get_Obj(id);
	if (obj.style) obj.style.display = "none";
}
function Mostrar_Capa(id)
{
	obj = Get_Obj(id);
	if (obj.style) obj.style.visibility = "visible";
}
function Poner_Contenido(id, html_str)
{
	var obj = Get_Obj (id);
	if (obj != undefined) obj.innerHTML = html_str;
}