//UDMv3.4.1.1b
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************

///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.4.1b by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  KDE modifications by David Joham
//  Opera reload/resize routine by Michael Wallner
//  http://www.wallner-software.com/
//
//  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
//
///////////////////////////////////////////////////////////////////////////

// *** POSITIONING AND STYLES *********************************************

var menuALIGN = "left";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	0; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = true;		// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"black";	// main nav cell color
var rCOLOR = 	"green";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"green"	// main nav border color
var aLINK = 	"white";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	13;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	3;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	1;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"black";	// submenu cell color

var srCOLOR = 	"green";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"green"	// submenu border color
var saLINK = 	"white";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"Courier New,arial";// submenu font face
var sfSIZE = 	11;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"33ff33";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in mozilla 5

//var myURL="http://K6/NuevoCompuClasico/"
//var myURL="http://CompuClasico.iespana.es/"
//var myURL="http://compuclasico.iespana.es/compuclasico/"
//var myURL="http://192.168.0.1/"
//var myURL="http://compuclasico.homelinux.net/"
var myURL="/"

//** LINKS ***********************************************************

//PRINCIPAL
//Quienes somos
//Objetivos
//Novedades
//Agradecimientos

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem(myURL ,"<span class='u'>P</span>rincipal",80,"center","","",0,0,"p");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(120,"left","left",-4,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	//addSubmenuItem(myURL + "presentacion.php","Quienes Somos","","");
	addSubmenuItem(myURL + "presentacion.php#Objetivos","Objetivos","_top","");
	addSubmenuItem(myURL + "presentacion.php#News","Novedades","_top","");
	addSubmenuItem(myURL + "presentacion.php#Agradecimientos","Agradecimientos","_top","");
	addSubmenuItem(myURL + "mapa.php","Mapa del Sitio","_top","");


// *** change these to absolutes

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
//
//


addMainItem("","<span class='u'>M</span>useo",80,"center","","",0,0,"m");

	defineSubmenuProperties(137,"right","left",-4,0,"");

	addSubmenuItem(myURL + "coleccion.php","Colección &gt;&gt;","_top","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(112,"left","left",15,-20,"");
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem(myURL + "coleccion.php?tipo=compus","Computadoras","_top","");
		addChildmenuItem(myURL + "coleccion.php?tipo=consolas","Consolas","_top","");
		addChildmenuItem(myURL + "coleccion.php?tipo=pongs","Pongs","_top","");
		addChildmenuItem(myURL + "coleccion.php?tipo=cartatari","Atari Carts","_top","");
		addChildmenuItem(myURL + "coleccion.php?tipo=cartcoleco","Coleco Carts","_top","");
		addChildmenuItem(myURL + "coleccion.php?tipo=cartotros","Otros Carts","_top","");
		//addChildmenuItem(myURL + "coleccion.php?tipo=perifericos","Perif&eacute;ricos","","");

	addSubmenuItem(myURL + "clasicas.php","Lineas Clasicas &gt;&gt;","_top","");
		defineChildmenuProperties(150,"left","left",15,-20,"");
		addChildmenuItem(myURL + "familia.php?familia=commodore","Commodore","_top","");
		addChildmenuItem(myURL + "familia.php?familia=spectrum","Spectrum","_top","");
		addChildmenuItem(myURL + "familia.php?familia=msx","MSX","_top","");
		addChildmenuItem(myURL + "familia.php?familia=atari01","Atari Computers","_top","");
		addChildmenuItem(myURL + "familia.php?familia=ti99_01","TI99-4/A","_top","");
		addChildmenuItem(myURL + "familia.php?familia=atari2600","Atari 2600 y Clones","_top","");
		addChildmenuItem(myURL + "familia.php?familia=pc_01","PC y Compatibles","_top","");

	addSubmenuItem(myURL + "argentinos.php","Made in argentina","_top","");

addMainItem("","<span class='u'>C</span>ambalache",100,"center","","",0,0,"c");

	defineSubmenuProperties(140,"left","center",-4,0,"");
	//addSubmenuItem(myURL + "enconstruccion.html","Notas","_top","");
	addSubmenuItem(myURL + "articulos.php","Artículos &gt;&gt;","_top","");
		defineChildmenuProperties(220,"left","left",15,-20,"");
		addChildmenuItem(myURL + "articulos.php?Enlace=evolucion/EvolucionHC","Evolución de las computadoras","_top","");
		addChildmenuItem(myURL + "articulos.php?Enlace=educarts/educarts","Cartuchos EDU","_top","");
		addChildmenuItem(myURL + "articulos.php?Enlace=basic/basic000","El Lenguaje BASIC","_top","");
		addChildmenuItem(myURL + "articulos.php?Enlace=tk90x/nota_tk90x","El BASIC de la TK 90X","_top","");

	addSubmenuItem(myURL + "curiosidades.php","Curiosidades &gt;&gt;","_top","");
		defineChildmenuProperties(220,"left","left",15,-20,"");
		addChildmenuItem(myURL + "curiosidades.php?Enlace=SinglePong","Single Pong","_top","");
		addChildmenuItem(myURL + "curiosidades.php?Enlace=Programmable","Programmable TV-Game","_top","");
		addChildmenuItem(myURL + "curiosidades.php?Enlace=BatteryPack","Solar Battery Pack","_top","");
		addChildmenuItem(myURL + "curiosidades.php?Enlace=Calculadoras","Calculadoras","_top","");
		addChildmenuItem(myURL + "curiosidades.php?Enlace=Interceptor","Super Disk Interceptor","_top","");
		addChildmenuItem(myURL + "curiosidades.php?Enlace=CartAtari","Extraños Cartuchos de Atari","_top","");
		addChildmenuItem(myURL + "curiosidades.php?Enlace=dc320","Diskettera DC-320 para C64","_top","");
		
	addSubmenuItem(myURL + "cambalache.php","Cambalache &gt;&gt;","_top","");
		defineChildmenuProperties(220,"left","left",15,-20,"");
		addChildmenuItem(myURL + "cambalache.php?c=ayd01","Antes y Después","_top","");
		addChildmenuItem(myURL + "cambalache.php?c=quilombo","El Infierno del Coleccionista","_top","");

addMainItem("","<span class='u'>E</span>nlaces",80,"center","","",0,0,"e");

	defineSubmenuProperties(120,"left","center",-4,0,"");

	addSubmenuItem(myURL + "enlaces.php#castellano","En Español","_top","");
	addSubmenuItem(myURL + "enlaces.php#museos","Museos","_top","");

addMainItem("","Con<span class='u'>t</span>actanos",100,"center","","",0,0,"t");

	defineSubmenuProperties(130,"left","right",-4,0,"");

	addSubmenuItem("mailto:compuclasico@fibertel.com.ar","Mail","","");
	addSubmenuItem("http://gbooks.melodysoft.com/compuclasico/","Libro de Visitas","_blank","");
	addSubmenuItem(myURL + "tradesale.php","Sales & Trades","_top","");



//**DO NOT EDIT THIS *****
}//***********************
//************************
