function popupComoComprar(href){
	window.open(href+'comocomprar.asp','CascoAntiguo','top=100,left=100,width=516,height=400,scrollbars=yes,resizable=yes');
}

function popupCondiciones(href){
	window.open(href+'condiciones.asp','CascoAntiguo','top=100,left=100,width=516,height=400,scrollbars=yes,resizable=yes');
}

function popupSeguridad(href){
	window.open(href+'seguridad.asp','CascoAntiguo','top=100,left=100,width=516,height=400,scrollbars=yes,resizable=yes');
}

