function vercondiciones() {
	var url = "/Autoregistro/condiciones.html";
	var height = "510px";
	var width = "520px";
	window.open(url.replace(/&amp;/g, '&'), "Condiciones", 'height=' + height + ',resizable=yes,scrollbars=yes, width=' + width);
}
function quees() {
	var url = "/Autoregistro/queesmundocruzroja.html";
	var height = "500px";
	var width = "500px";
	window.open(url, "Que_es_MundoCruzRoja", 'height=' + height + ',resizable=yes,scrollbars=yes, width=' + width);
	
}
function outofservice() {
	var url = "/Autoregistro/outofservice.html";
	var height = "650px";
	var width = "610px";
	window.open(url.replace(/&amp;/g, '&'), "MundoCruzRoja", 'height=' + height + ',resizable=yes,scrollbars=yes, width=' + width);
}
function vervideo() {
	var url = "/Autoregistro/video.html";
	var height = "430px";
	var width = "680px";
	window.open(url.replace(/&amp;/g, '&'), "Video", 'height=' + height + ',resizable=yes,scrollbars=yes, width=' + width);
}
