/*****************************************************************************
Copyright (c) 2001 Thomas Brattli (webmaster@dhtmlcentral.com)

DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com
Version 4.0_beta
This script can be used freely as long as all copyright messages are
intact.

Extra info - Coolmenus reference/help - Extra links to help files ****
CSS help: http://192.168.1.31/projects/coolmenus/reference.asp?m=37
General: http://coolmenus.dhtmlcentral.com/reference.asp?m=35
Menu properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=47
Level properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=48
Background bar properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=49
Item properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=50
******************************************************************************/
// Personalizacion para el Instituto de Genética humana: Ricardo Rivera Berrío
// rriveraberrio@hotmail.com

/***Aqui arrancan las propiedades del MenuIGH***/

//Menu object creation
MenuIGH=new makeCM("MenuIGH") //Making the menu object. Argument: menuname

//Menu properties
MenuIGH.pxBetween=0
MenuIGH.fromLeft=0
MenuIGH.fromTop=47
MenuIGH.rows=1
MenuIGH.menuPlacement=new Array(12,106,200,283,362,459,546)

MenuIGH.offlineRoot="/IGH/website/html/"
MenuIGH.onlineRoot="/Genetica/html/"
MenuIGH.resizeCheck=1
MenuIGH.wait=1000
MenuIGH.fillImg="../graf/cm_fill.gif"
MenuIGH.zIndex=0

//Background bar properties
MenuIGH.useBar=1
MenuIGH.barWidth="620"
MenuIGH.barHeight="9"
MenuIGH.barClass="fondoMenuIGH"
MenuIGH.barX="menu"
MenuIGH.barY=49
MenuIGH.barBorderX=0
MenuIGH.barBorderY=0
MenuIGH.barBorderClass=0

//Level properties - ALL properties have to be spesified in level 0
MenuIGH.level[0]=new cm_makeLevel() //Add this for each new level
MenuIGH.level[0].width=86
MenuIGH.level[0].height=14
MenuIGH.level[0].regClass="MenuIGHlevel0"
MenuIGH.level[0].overClass="MenuIGHlevel0over"
MenuIGH.level[0].borderX=0
MenuIGH.level[0].borderY=0
MenuIGH.level[0].borderClass=""
MenuIGH.level[0].offsetX=1
MenuIGH.level[0].offsetY=1
MenuIGH.level[0].rows=0

MenuIGH.level[0].arrow=0
MenuIGH.level[0].arrowWidth=0
MenuIGH.level[0].arrowHeight=0

MenuIGH.level[0].align="bottom"


//SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
MenuIGH.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
MenuIGH.level[1].width=90
MenuIGH.level[1].height=16
MenuIGH.level[1].regClass="MenuIGHlevel1"
MenuIGH.level[1].overClass="MenuIGHlevel1over"
MenuIGH.level[1].borderX=2
MenuIGH.level[1].borderY=2
MenuIGH.level[1].offsetX=-2
MenuIGH.level[1].offsetY=-1
MenuIGH.level[1].borderClass="MenuIGHlevel1borde"

MenuIGH.level[1].align="right"

/*
//Menu Home LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
MenuIGH.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
MenuIGH.level[2].width=84
MenuIGH.level[2].regClass="MenuIGHlevel2"
MenuIGH.level[2].overClass="MenuIGHlevel2over"
MenuIGH.level[2].borderClass="MenuIGHlevel2borde"
MenuIGH.level[2].align="right"
*/

/***Aqui terminan las propiedades del menu Home***/

/********
Aqui se agrega la programacion para dejar en estado over el boton al que se hizo clic


//alert("Programa "+Programa)

var chequeaMenuFac = ""
var chequeaMenuDepto = ""
var chequeaMenu = ""

chequeaMenuFac = (Programa.substring(0,2))
chequeaMenuDepto = (Programa.substring(2,4))

chequeaMenu = (chequeaMenuFac+chequeaMenuDepto)
//alert("chequeaMenu "+chequeaMenu)

********/

/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout)
*************************************/


MenuIGH.makeMenu('top0','','Qué es el IGH','01.html','','93')
	MenuIGH.makeMenu('sub01','top0','Líneas de Investigación','0101.html','','','28')
		MenuIGH.makeMenu('sub010','sub01','Línea Auditiva y Visual','010101.html','','','28')
		MenuIGH.makeMenu('sub011','sub01','Respuesta Inmune','010102.html','','','28')
		MenuIGH.makeMenu('sub012','sub01','Inmunidad de Mucosas','010103.htm','','','28')
	MenuIGH.makeMenu('sub02','top0','Historia','0102.html')
    MenuIGH.makeMenu('sub03','top0','Personal','0103.html')
    MenuIGH.makeMenu('sub04','top0','Vincúlese','0104.html')
	MenuIGH.makeMenu('sub05','top0','Contactenos','0105.html')
	// MenuIGH.makeMenu('sub06','top0','Novedades','0106.html')

MenuIGH.makeMenu('top1','','Publicaciones','02.html','','93')
	MenuIGH.makeMenu('sub11','top1','El Secuenciador','0201.html','','','28')
				MenuIGH.makeMenu('sub110','sub11','Edición de Marzo/02','020101.html','','','28')
				MenuIGH.makeMenu('sub111','sub11','Edición de Agosto/02','020102.html','','','28')
				MenuIGH.makeMenu('sub112','sub11','Edición de Febrero/03','020103.html','','','28')
				MenuIGH.makeMenu('sub113','sub11','Edición de Agosto/03','020104.html','','','28')
				MenuIGH.makeMenu('sub114','sub11','Edición de Noviembre/04','020105.html','','','28')
				MenuIGH.makeMenu('sub115','sub11','Edición de Abril/05','020106.html','','','28')
				MenuIGH.makeMenu('sub116','sub11','Edición de Sept./06','020108.htm','','','28')
	MenuIGH.makeMenu('sub12','top1','Abstracts','0202.html')
	MenuIGH.makeMenu('sub13','top1','Libros','0203.html')
				MenuIGH.makeMenu('sub130','sub13','América Negra','020302.html','','82','28')
				MenuIGH.makeMenu('sub131','sub13','Primera Puerta','020301.html','','82','28')
				MenuIGH.makeMenu('sub132','sub13','Terrenos','020303.html','','82')
				MenuIGH.makeMenu('sub133','sub13','Derecho a Vivir en Desventaja','020304.html','','82','42')
				MenuIGH.makeMenu('sub134','sub13','Tragicomedia Médica','020305.html','','82','42')
	//MenuIGH.makeMenu('sub14','top1','Multimedia','0204.html')
                //MenuIGH.makeMenu('sub140','sub14','Genética Clínica Simplificada','020401.html','','','42')
                //MenuIGH.makeMenu('sub141','sub14','Del Lenguaje de los Genes...','020402.html','','','28')
				//MenuIGH.makeMenu('sub142','sub14','Atlas Semiología Genética','0505.html','','','42')
				//MenuIGH.makeMenu('sub143','sub14','Fragilidad Cromosómica','020403.html','','','28')

MenuIGH.makeMenu('top2','','Academia','03.html','','82')
	MenuIGH.makeMenu('sub22','top2','IX Semestre','0302.html','','92')
                MenuIGH.makeMenu('sub220','sub22','Cronograma','030201.html')
				MenuIGH.makeMenu('sub221','sub22','Links Internet','030202.html','','90','14')
	// MenuIGH.makeMenu('sub23','top2','Ayuda','0203.html','82')
	MenuIGH.makeMenu('sub24','top2','Especialidad Genética Médica','0304.html','','92','42')
	// MenuIGH.makeMenu('sub25','top2','Postgrado de Genética Humana','0305.html','','92','28')
	// MenuIGH.makeMenu('sub26','top2','Diplomado de Citogenética','0306.html','','92','28')
	MenuIGH.makeMenu('sub27','top2','Casos Clínicos','0307.html','','92')
	          

MenuIGH.makeMenu('top3','','Inf. Público','04.html','','78')
	MenuIGH.makeMenu('sub31','top3','Examenes Laboratorio','0401.html','','','28')
	MenuIGH.makeMenu('sub32','top3','Aprendiendo Genética','0402.html','','','28')
	MenuIGH.makeMenu('sub33','top3','Genética en WWW','0403.html','','','28')
	MenuIGH.makeMenu('sub34','top3','Glosario','0404.html')
	// MenuIGH.makeMenu('sub35','top3','Ayuda','0405.html')

MenuIGH.makeMenu('top4','','Investigación','','','96')
	MenuIGH.makeMenu('sub41','top4','Financiados Colciencias-PUJ','0501.html','','123','28')
	MenuIGH.makeMenu('sub42','top4','Financiados Vicerrectoría Académica PUJ','0502.html','','123','42')
	MenuIGH.makeMenu('sub43','top4','Financiados Universidad Stanford-FIRCA','0503.html','','123','42')
	MenuIGH.makeMenu('sub44','top4','Allelic Frequency of Six STR loci in five Colombian cities','0504.html','','123','42')
	MenuIGH.makeMenu('sub45','top4','Atlas de Semiología Genética','0505.html','','123')
	// MenuIGH.makeMenu('sub44','top4','Proyecto 4','0504.html')
	// MenuIGH.makeMenu('sub45','top4','Proyecto 5','0505.html')


MenuIGH.makeMenu('top5','','Exp. Humana','')
    MenuIGH.makeMenu('sub51','top5','Historia de la Expedición Humana','expe 2004.pdf','','86','42')
	MenuIGH.makeMenu('sub52','top5','La Expedición Humana en China','0601.html','','86','42')
	MenuIGH.makeMenu('sub53','top5','TERRENOS: Serie Artes y Crónicas','0602.html','','86','42')
	            MenuIGH.makeMenu('sub530','sub52','La Vivienda y su Entorno','060201.html','','90','28')
				MenuIGH.makeMenu('sub531','sub52','Vallejo','060202.html')
				MenuIGH.makeMenu('sub532','sub52','Rafael Ortiz','060203.html')
    MenuIGH.makeMenu('sub54','top5','Celebración Diez Años','0604.html','','86','28')
	            MenuIGH.makeMenu('sub530','sub53','Mirando atrás','060401.html','','86','14')
	MenuIGH.makeMenu('sub55','top5','Website Expedición Humana','http://www.javeriana.edu.co/Humana/','','86','28')
	// MenuIGH.makeMenu('sub53','top5','Novedad 3','0603.html','','86')

MenuIGH.makeMenu('top6','','Educación MD','','','90')
    MenuIGH.makeMenu('sub61','top6','Introducción','07.html','','86','14')
    MenuIGH.makeMenu('sub62','top6','Historia','0701.html','','86','14')
	MenuIGH.makeMenu('sub63','top6','Objetivos','0702.htm','','86','14')            

//Leave this line - it constructs the menu
MenuIGH.construct();
