function MsgZona() {
	alert('En construcción, en breve nuevo apartado a su disposición.');
}
function MsgZone() {
	alert('In construction, shortly new section to its disposition.');
}

//Author: Younes Bouab
//
//Date Released:   10-25-02 @ 3:15PM
//
//Version 1.27: Fixed Menu Item Alignment (HALIGN) 
//
//Title:  Hierarchy Menu
//
//Copyright: Younes Bouab - SUPEReDITION.com 2002 
//
//Technical Support: bouaby@SUPEReDITION.com
//
//Support: SUPEReDITION.com
//
/////////////////////////////////////////////////////////////////////////////////////
//Copyright (c) 2002 Younes Bouab (www.SUPEReDITION.com) Version 1.27
//
//Experience the DHTML Menu - Get it at www.SUPEReDITION.com
//
//***********************************************************************************
//      If you decide to use our menu,  please support us by sending 
//      whatever financial contribution you can afford to: 
//
//
//      Younes Bouab
//      717, 23rd Street #2
//      Sacramento CA 95816 - USA
//
//
//      PayPal Account: Billing@SUPEReDITION.com
//
//  
//      Users that have sent a financial contribution, will be entitled to 
//      1 year of technical support by sending an email to HMenu_Support@SUPEReDITION.com
//      Please, specify the version of the menu used when requesting support.         
//
// 
//***********************************************************************************
//
//All copyright messages MUST STAY intact
//
//Menu HomePage: http://www.superedition.com/Main.asp?Page=Tutorials&query=Javascript
/////////////////////////////////////////////////////////////////////////////////////
//
//
//
/////////////////////////////////////////////////
//Menu Configuration File
/////////////////////////////////////////////////
/////You can change the value of a variable 
/////below or turn it off by making it equal "" 
/////to suit your needs, but you should not
/////delete any variable.
///////////////////////////////////////////////


/**********************************************/
//Menu Type: Do Not Change! 
/**********************************************/
MENU_TYPE=1; //1: Horizental
             //2: Vertical

Sort=0;   //Sort: When set to 1, the 
          //menu items are sorted according 
          //to the index value. This feature
          //can be used when a server side
          //language (asp. jsp. php,...)
          //is used to generate the menu items 
          //from a database and they are not always 
          //in order.  


/**********************************************/
//Menu Starting point
/**********************************************/
TOP=0;
LEFT=0;


/**********************************************/
//Menu item Dimension
/**********************************************/
WIDTH=115;
HEIGHT=15;

/**********************************************/
//Global Menu Settings for all: Required
/**********************************************/
//Main Menu Items
HALIGN="CENTER";
LayerColor="#014478";
LayerRollColor="#014478";
/*LayerRollColor="#FF9933";*/
FONT="verdana";
FONTSIZE="1";
FONTSTYLE="Fontmenu";
FONTCOLOR="#FFFFFF";
START_CHAR="&nbsp;";


/**********************************************/
//Main Parent Settings: Optional 
// leave empty "", if you would like to use 
// the Global Menu Settings above
/**********************************************/
Main_Parent_HALIGN="center";
Main_Parent_LayerColor="";
Main_Parent_LayerRollColor=""; 
Main_Parent_FONT="verdana";
Main_Parent_FONTSTYLE="";
Main_Parent_FONTSIZE="";
Main_Parent_FONTCOLOR="";
Main_Parent_START_CHAR="";


/**********************************************/
//Layer Border Properties
/**********************************************/
LayerBorderSize="1";
LayerBorderStyle="solid";
LayerBorderColor="#FFCC00";


/**********************************************/
//Menu Children Offsets
/**********************************************/
TOP_OFFSET=0;
LEFT_OFFSET=0;
/*
if (parent.location.href == self.location.href) {
window.location.href = 'default.asp';
}
*/
function WebAudit(){
var ancho = '730';
var alto = '470';
var Arriba = (screen.height-alto)/2;
var Derecha = (screen.width-ancho)/2;
Ventana=window.open
('wla/','WLA','width=' + ancho + ',height=' + alto + ',top=' + Arriba + ',left=' + Derecha + ',scroll=no');

Ventana.focus();
}

function NN1Eng() {
	alert('Only available in the Spanish version!!');
}

function NNEng() {
	alert('Only available for web sites of companies incorporated and domiciled in Spain and under Spanish Law!!');
}

function Bits(){
var ancho = '400';
var alto = '250';
var Arriba = (screen.height-alto)/2;
var Derecha = (screen.width-ancho)/2;
Ventana=window.open
('iurisbits_mgr.asp?ID=IurisSubs','BITS','width=' + ancho + ',height=' + alto + ',top=' + Arriba + ',left=' + Derecha + ',scroll=no');

Ventana.focus();
}

function NBits(){
var ancho = '400';
var alto = '250';
var Arriba = (screen.height-alto)/2;
var Derecha = (screen.width-ancho)/2;
Ventana=window.open
('iurisbits_mgr.asp?ID=IurisNSubs','BITS','width=' + ancho + ',height=' + alto + ',top=' + Arriba + ',left=' + Derecha + ',scroll=no');

Ventana.focus();
}

function IWin(ancho,alto,url,urlName,scrols){
var ancho = ancho;
var alto = alto;
var Arriba = (screen.height-alto)/2;
var Derecha = (screen.width-ancho)/2;
Ventana=window.open
(url,urlName,'width=' + ancho + ',height=' + alto + ',top=' + Arriba + ',left=' + Derecha + ',scrollbars='+scrols+'');

Ventana.focus();
}

function Location(idioma){
	IWin(600,420,'Info.asp?Action=location&Idioma='+idioma+'','LOCATION','no');	
}

function Map(idioma){
	IWin(610,500,'Info.asp?Action=map&Idioma='+idioma+'','MAP','no');	
}

function CV(cvitae,idioma){
	IWin(600,580,'Info.asp?Action=CV&CV='+cvitae+'&Idioma='+idioma+'','CV','no');	
}

