// JavaScript Document

var idioma = "es";
function openMenus (h){
  window.open("http://www.grupoar.es/servicios/menus.jsp?i="  + idioma + "&h="+ h 

,"","width=600,height=500,Scrollbars=YES,resizable=1"); 
}
function openOferta (h,id){
  window.open("http://www.grupoar.es/servicios/ofertas.jsp?i="  + idioma + "&h="+ h + "&id=" + 

id,"","width=600,height=500,Scrollbars=YES,resizable=1"); 
}
function openOfertas (h){
  window.open("http://www.grupoar.es/servicios/lofertas.jsp?i="  + idioma + "&h=" + 

h,"","width=600,height=500,Scrollbars=YES,resizable=1"); 
}

function openTarifas (h){
  window.open("http://www.grupoar.es/servicios/tarifas.jsp?i="  + idioma + "&h=" + 

h,"","width=600,height=500,Scrollbars=YES,resizable=1"); 
}
function openReservas (h){
  window.open("http://www.grupoar.es/servicios/reservas.jsp?i="  + idioma + "&h=" + 

h,"","width=600,height=500,Scrollbars=YES,resizable=1"); 
}
function openUnete (h){
  window.open("http://www.grupoar.es/servicios/form.jsp","","width=500,height=650,Scrollbars=YES,resizable=1"); 
}
function openFichero (f){
  window.open("http://www.grupoar.es/" + f ,"","width=500,height=650,Scrollbars=YES,resizable=yes"); 
}
function openUrl (url){
  document.location=url;
}
function openUrlPop (url){
   window.open(url ,"","width=500,height=650,Scrollbars=YES,resizable=yes"); 
}