function agregar() {
	//Para internet explorer
	if ((navigator.appName=="Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>=4)) {
		var url="http://www.123clasificados.com/"; 
		var titulo="123clasificados.com - El Nuevo Sitio de Clasificados Gratuitos."; 
		window.external.AddFavorite(url,titulo);
	}
	//Para Netscape y Firefox
	else if(navigator.appName == "Netscape") {
		alert ("Presione Crtl+D para agregar a este sitio en sus Marcadores");  
	}
}

function cellon(objeto,color) {
	eval(objeto).style.background='url(../images/botones2.gif)';
	eval(objeto).style.color='#'+color;
}

function celloff(objeto,color) {
	eval(objeto).style.background='url(../images/botones.gif)';
	eval(objeto).style.color='#'+color;
}
