// llibreria de funcions auxiliars

function obrirImg(p_url, p_name ) {
 v_ref=open("",p_name,"toolbar=no,directories=no,menubar=no,status=no,resizable=yes"); 
 v_ref.document.write("<html>");
 v_ref.document.write("<HEAD><TITLE>Grup d'Accio Valencianista</TITLE></HEAD>"); 
 v_ref.document.write('<body onmousedown="return false">');
 v_ref.document.write('<CENTER><img src="' + p_url +'" border=0> </CENTER>'); 
 v_ref.document.write("</body>");
 v_ref.document.write("</html>");
} 

function obrirPag(p_url, p_name ) {
 v_ref=open(p_url,p_name,"toolbar=no,directories=no,menubar=no,status=no,resizable=yes,scrollbars=yes"); 
} 

function irPagPrincipal() {
	top.location ="http://www.gav-valencianistes.com/index.htm";
}

function anularBotoDret(p_idioma) {
  if (event.button == 2) 
  {
    if (p_idioma == "VAL" )
    {
       alert("boto dret anulat");
    }
    else if (p_idioma == "CAS")
    {
       alert("boton derecho anulado");
    }
    return false;
   } 
  else return true;
}

document.onselectstart=new Function ("return false")

if  (window.top != window) 
{  
  if (parent.frames[1].name != "framegav")  {
  	top.location.href = location.href;
  }
}
