function registro(){window.open('http://contacto.gm.interalia.net/register?id=182','registro','width=760,height=550,top="+((screen.height/2)-(500))+",left="+((screen.width/2)-(600))+",toolbar=no,scrollbars=no,resizable=no,menubar=no,status=yes,directories=no,location=no');
}

function ayuda(){window.open('http://contacto.gm.interalia.net/faq?type=c','ayuda','width=760,height=550,top="+((screen.height/2)-(500))+",left="+((screen.width/2)-(600))+",toolbar=no,scrollbars=no,resizable=no,menubar=no,status=yes,directories=no,location=no');
}

function dealers(){window.open('http://www.chevrolet.com.mx/content_data/LAAM/MX/es/GMMGM/showroom/chevrolet/extras/distribuidores/main.html','ayuda','width=760,height=470,top="+((screen.height/2)-(500))+",left="+((screen.width/2)-(600))+",toolbar=no,scrollbars=yes,resizable=no,menubar=no,status=no,directories=no,location=no');
}


function popUp(pagina){
	var
		wW = "275",
		wH = "300",
		wX = (screen.width - wW)/2,
		wY = (screen.height - wH)/2,
		other = ',toolbar=no,scrollbars=no,resizable=no,menubar=no,status=yes,directories=no,location=no',
		windowFeatures = 'width=' + wW + ',height=' + wH + ',left=' + wX + ',top=' + wY + other;

	window.open(pagina, "popUp", windowFeatures);
}

function interior360(pagina){
	var
		wW = "800",
		wH = "539",
		wX = (screen.width - wW)/2,
		wY = (screen.height - wH)/2,
		other = ',toolbar=no,scrollbars=no,resizable=no,menubar=no,status=no,directories=no,location=no',
		windowFeatures = 'width=' + wW + ',height=' + wH + ',left=' + wX + ',top=' + wY + other;

	window.open(pagina, "popUp", windowFeatures);
}