/*
function popUpSeguridad(){
	window.open("/seguridad.do","Seguridad","width=380,height=390,top=(screen.availWidth - 380)/2, left=(screen.availHeight - 390)/2, location=no,menubar=no,personalbar=no,resizable=no,status=yes,toolbar=no,scrollbars=yes");
}
*/

/* NUEVA PAGINA ESTATICA QUE SE ADAPTA AL NUEVO ESTILO - 02 DE JUNIO DE 2008 */
function popUpSeguridad(){
	window.open("/views/pages/frontend/seguridad.html","Seguridad","width=750,height=700,top=(screen.availWidth - 380)/2, left=(screen.availHeight - 390)/2, location=no,menubar=no,personalbar=no,resizable=no,status=yes,toolbar=no,scrollbars=no");
}

function recomendarLibro(isbn){
	window.open("/recomendarLibro.do?isbn="+isbn,"Libro","width=435,height=380,location=no,menubar=no,personalbar=no,resizable=no,status=yes,toolbar=no,scrollbars=no");
}

function popUpListaTemas(){
	window.open("/views/pages/common/listaTemas.jsp","Temas","width=730,height=500,location=no,menubar=no,personalbar=no,resizable=no,status=yes,toolbar=no,scrollbars=no");
}

function popUpPoliticasDevoluciones(){
	window.open("/politicaDevoluciones.do","Devoluciones","width=725,height=550,top=(screen.availWidth - 725)/2, left=(screen.availHeight - 550)/2, location=no,menubar=no,personalbar=no,resizable=no,status=yes,toolbar=no,scrollbars=yes");
}

function agregarComentario(isbn){
	window.open("/agregarComentario.do?isbn="+isbn,"Comentario","width=560,height=560,location=no,menubar=no,personalbar=no,resizable=no,status=yes,toolbar=no,scrollbars=yes");
}

function agregarCita(isbn){
	window.open("/agregarCita.do?isbn="+isbn,"Cita","width=460,height=500,location=no,menubar=no,personalbar=no,resizable=no,status=yes,toolbar=no,scrollbars=no");
}

function boVerDetalle(isbn, codPais, porcentajeMax){
	window.open("/BO_detalle_precios.do?isbn="+isbn+"&pais="+codPais+"&porcentaje="+porcentajeMax,"Precios","width=600,height=485,location=no,menubar=no,personalbar=no,resizable=no,status=yes,toolbar=no,scrollbars=yes");
}

function boMostrarSubtema(pagina, tipo, cod_padre, cod_genero){
	window.open("/BO_modificarTema.do?pagina="+pagina+"&tipo="+tipo+"&cod_padre="+cod_padre+"&cod_genero="+cod_genero,"Subtema","width=500,height=250,location=no,menubar=no,personalbar=no,resizable=no,status=yes,toolbar=no,scrollbars=no");
}

function popUpCondicionesUso(){
	window.open("/condicionesUso.do","Condiciones","width=725,height=550,top=(screen.availWidth - 725)/2, left=(screen.availHeight - 550)/2, location=no,menubar=no,personalbar=no,resizable=no,status=yes,toolbar=no,scrollbars=yes");
}

function popUpCondicionesUsoEnvio(){
	window.open("/condicionesUso.do#envio","Condiciones","width=725,height=550,top=(screen.availWidth - 725)/2, left=(screen.availHeight - 550)/2, location=no,menubar=no,personalbar=no,resizable=no,status=yes,toolbar=no,scrollbars=yes");
}

/*
function popUpPreguntasFrecuentes(){
	window.open("/preguntasFrecuentes.do","PreguntasFrecuentes","width=600,height=550,location=no,menubar=no,personalbar=no,resizable=no,status=yes,toolbar=no,scrollbars=yes");
}
*/

/* NUEVA PAGINA ESTATICA QUE SE ADAPTA AL NUEVO ESTILO - 02 DE JUNIO DE 2008 */
function popUpPreguntasFrecuentes(){
	window.open("/views/pages/frontend/preguntas_frecuentes.html","PreguntasFrecuentes","width=550,height=550,location=no,menubar=no,personalbar=no,resizable=no,status=yes,toolbar=no,scrollbars=yes");
}

/*
function popUpComoComprar(){
	window.open("/comoComprar.do","Compra","width=735,height=550,top=(screen.availWidth - 735)/2, left=(screen.availHeight - 550)/2, location=no,menubar=no,personalbar=no,resizable=no,status=yes,toolbar=no,scrollbars=yes");
}
*/

/* NUEVA PAGINA ESTATICA QUE SE ADAPTA AL NUEVO ESTILO - 02 DE JUNIO DE 2008 */
function popUpComoComprar(){
	window.open("/views/pages/frontend/como_comprar.html","Compra","width=735,height=550,top=(screen.availWidth - 735)/2, left=(screen.availHeight - 550)/2, location=no,menubar=no,personalbar=no,resizable=no,status=yes,toolbar=no,scrollbars=yes");
}

function popUpCostosEnvio(){
	window.open("/costosEnvio.do","Costos","width=735,height=400,top=(screen.availWidth - 735)/2, left=(screen.availHeight - 550)/2, location=no,menubar=no,personalbar=no,resizable=no,status=yes,toolbar=no,scrollbars=yes");
}

function popUpBusqueda(){
	window.open("/popUpBusqueda.do","Busqueda","width=490,height=300,top=(screen.availWidth - 490)/2, left=(screen.availHeight - 300)/2, location=no,menubar=no,personalbar=no,resizable=no,status=yes,toolbar=no,scrollbars=yes");
}

/* NUEVA PAGINA ESTATICA QUE SE ADAPTA AL NUEVO ESTILO - 02 DE JUNIO DE 2008 */
/* ESTA PAGINA NO ESTABA DEFINIDA COMO UN POP UP */
function popUpVentajas(){
	window.open("/views/pages/frontend/ventajas.html","Ventajas","width=600,height=450,top=(screen.availWidth - 490)/2, left=(screen.availHeight - 300)/2, location=no,menubar=no,personalbar=no,resizable=no,status=yes,toolbar=no,scrollbars=yes");
}

function popUpBiografia(cod_autor){
	window.open("/popUpBiografia.do?cod_autor="+cod_autor,"Biografia","width=590,height=400,top=(screen.availWidth - 490)/2, left=(screen.availHeight - 300)/2, location=no,menubar=no,personalbar=no,resizable=no,status=yes,toolbar=no,scrollbars=yes");
}