<!--
function click() {
if (event.button==2) {
alert('')
}
}
document.onmousedown=click


function max() {
window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
}


function CierraVentana()
  {window.close();}

function mailpage()
{
  mail_str = "mailto:?subject=Visita este sitio; te puede interesar.";
  mail_str += "&body= Pasate por www.cochesdeimportacion.com"
	mail_str += " encontraras una amplia oferta de vehículos de ocasión"
mail_str += ". Un saludo" 
  location.href = mail_str;
}

function favoritos()
{
window.external.AddFavorite('http://www.cochesdeimportacion.com','Coches de Ocasion; Oferta variada');
}

function inicio()
{
window.external='url(#default#homepage)';this.setHomePage('http://www.cochesdeimportacion.com');
}

function inicio2()
{
window.external='url(#default#homepage)';this.setHomePage('http://www.cochesdeimportacion.com');
}

// -->