function selectmenu(n) {
	if (n == 1) {
		document.location = 'laempresa.html';
	} else if (n == 2) {
		document.location = 'index.html';
	} else if (n == 3) {
		document.location = 'eventos.html';
	} else if (n == 4) {
		document.location = 'salasdeventas.html';
	} else if (n == 5) {
		document.location = 'servicios.html';
	} else if (n == 6) {
		document.location = 'repuestos.html';
	} else if (n == 7) {
		document.location = 'publicidad.html';
	} else if (n == 8) {
		document.location = 'contactos.html';
	} else if (n == 9) {
		document.location = 'porqueunisuzu.html';
	}
}
function showcar(n) {
	if (n == 1) {
		document.location = 'trooper.html';
	} else if (n == 2) {
		document.location = 'rodeo.html';
	} else if (n == 3) {
		document.location = 'crosswind.html';
	} else if (n == 4) {
		document.location = 'rodeosport.html';
	} else if (n == 5) {
		document.location = 'vehicross.html';
	} else if (n == 6) {
		document.location = 'pickup.html';
	} else if (n == 7) {
		document.location = 'camionesserief.html';
	} else if (n == 8) {
		document.location = 'camionesserien.html';
	} else if (n == 9) {
		document.location = 'autobuses.html';
	}
}
function ow(n,w,h) {
	if (document.all) {
		preview = window.open('','','width='+w+', height='+h);
		preview.document.write('<html><head><title>CasaJaar</title></head><body bgcolor="#ffffff" marginheight=0 marginwidth=0 topmargin=0 leftmargin=0><img src="bigpics/'+n+'">');
	} else {
		window.open('bigpics/'+n,'prev','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=0,width='+(w+15)+',height='+(h+15));
	}
}
function openintro() {
	window.open('intro.html','intro','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=0,width=500,height=400');
}