// JavaScript Document

// CODIGO QUE GENERA LOS SUBMENUS
// Los links se colocan en la funcion addMenuItem

function mmLoadMenus() {
	
	// Submenu ABOUT IIIS
	if(window.one) return;
  	window.one = new Menu("root",160,16,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#ffffff","#cccccc","#003366","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  	one.addMenuItem("Purpose","location='purpose.asp'");
	one.addMenuItem("Organizing&nbsp;Phases","location='strategy.asp'");
	one.addMenuItem("Members","location='Members.asp'");
	one.addMenuItem("IIIS Reviewers","location='IIIS_reviewers.asp'");
	one.addMenuItem("IIIS' Founding&nbsp;President","location='Nagib-Callaos.asp'");
  	//one.addMenuItem("Founding&nbsp;President","location='http://google.com'");
	one.addMenuItem("Home","location='home.asp'");
   	one.fontWeight="bold";
   	one.hideOnMouseOut=true;
   	one.menuBorder=1;
   	one.menuLiteBgColor='#ffffff';
   	one.menuBorderBgColor='#777777';
   	one.bgColor='#555555';
      
	  // Submenu INTERNATIONAL JOURNAL
  	window.two = new Menu("root",295,16,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#ffffff","#cccccc","#003366","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  	two.addMenuItem("Journal&nbsp;of&nbsp;Systemics,&nbsp;Cybernetics&nbsp;and&nbsp;Informatics","location='http://www.iiisci.org/Journal/SCI'");
  	two.addMenuItem("Editorial&nbsp;Advisory&nbsp;Board","location='journaleab.asp'");
    two.addMenuItem("Additional&nbsp;Reviewers","location='journalrev.asp'");
   	two.fontWeight="bold";
   	two.hideOnMouseOut=true;
   	two.menuBorder=1;
   	two.menuLiteBgColor='#ffffff';
   	two.menuBorderBgColor='#777777';
   	two.bgColor='#555555';
   
   //Submenu IBEROAMERICAN JOURNAL
  	window.three = new Menu("root",295,16,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#ffffff","#cccccc","#003366","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  	three.addMenuItem("Revista&nbsp;de&nbsp;Sistemas,&nbsp;Cibernetica&nbsp;e&nbsp;Informatica","location='http://www.iiisci.org/Journal/riSCI'");
	three.addMenuItem("Editorial&nbsp;Advisory&nbsp;Board","location='consejoedi.asp'");
   	three.fontWeight="bold";
   	three.hideOnMouseOut=true;
   //	three.childMenuIcon="images/arrows.gif";
   	three.menuBorder=1;
   	three.menuLiteBgColor='#ffffff';
   	three.menuBorderBgColor='#777777';
   	three.bgColor='#555555';
      
	  //Submenu CO-EDITORS OF CONFERENCE PROCEEDINGS
     window.five = new Menu("root",75,16,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#ffffff","#cccccc","#003366","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  five.addMenuItem("2009","location='co_edit.asp?year=2009'"); 
  five.addMenuItem("2008","location='co_edit.asp?year=2008'"); 
  five.addMenuItem("2007","location='co_edit.asp?year=2007'");
  five.addMenuItem("2006","location='co_edit.asp?year=2006'");
  five.addMenuItem("2005","location='co_edit.asp?year=2005'");
  five.addMenuItem("2004","location='co_edit.asp?year=2004'");
  five.addMenuItem("2003","location='co_edit.asp?year=2003'");
  five.addMenuItem("2002","location='co_edit.asp?year=2002'");
  five.addMenuItem("2001","location='co_edit.asp?year=2001'");
  five.addMenuItem("2000","location='co_edit.asp?year=2000'");
  five.fontWeight="bold";
   five.hideOnMouseOut=true;
   five.menuBorder=1;
   five.menuLiteBgColor='#ffffff';
   five.menuBorderBgColor='#777777';
   five.bgColor='#555555';

//Submenu INVITED SESSIONS ORGANIZERS
 	 window.six = new Menu("root",75,16,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#ffffff","#cccccc","#003366","left","middle",3,0,1000,0,0,true,true,true,0,true,true);
  	six.addMenuItem("2009","location='is.asp?year=2009'");
  	six.addMenuItem("2008","location='is.asp?year=2008'");
  	six.addMenuItem("2007","location='is.asp?year=2007'");
  	six.addMenuItem("2006","location='is.asp?year=2006'");
  	six.addMenuItem("2005","location='is.asp?year=2005'");
  	six.addMenuItem("2004","location='is.asp?year=2004'");
  	six.addMenuItem("2003","location='is.asp?year=2003'");
  	six.addMenuItem("2002","location='is.asp?year=2002'");
	six.addMenuItem("2001","location='is.asp?year=2001'");
	six.addMenuItem("2000","location='is.asp?year=2000'");
 	six.fontWeight="bold";
   	six.hideOnMouseOut=true;
   	six.childMenuIcon="images/arrows.gif";
   	six.menuBorder=1;
   	six.menuLiteBgColor='#ffffff';
   	six.menuBorderBgColor='#777777';
   	six.bgColor='#555555';
   
   //Submenu SESSIONES CO-CHAIRS
     window.seven = new Menu("root",75,16,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#ffffff","#cccccc","#003366","left","middle",3,0,1000,0,0,true,true,true,0,true,true);
  seven.addMenuItem("2009","location='co_chairs.asp?year=2009'");
  seven.addMenuItem("2008","location='co_chairs.asp?year=2008'");
  seven.addMenuItem("2007","location='co_chairs.asp?year=2007'");
  seven.addMenuItem("2006","location='co_chairs.asp?year=2006'");
  seven.addMenuItem("2005","location='co_chairs.asp?year=2005'");
  seven.addMenuItem("2004","location='co_chairs.asp?year=2004'");
  seven.addMenuItem("2003","location='co_chairs.asp?year=2003'");
  seven.addMenuItem("2002","location='co_chairs.asp?year=2002'");
  seven.addMenuItem("2001","location='co_chairs.asp?year=2001'");
  seven.addMenuItem("2000","location='co_chairs.asp?year=2000'");
  seven.fontWeight="bold";
   seven.hideOnMouseOut=true;
   seven.childMenuIcon="images/arrows.gif";
   seven.menuBorder=1;
   seven.menuLiteBgColor='#ffffff';
   seven.menuBorderBgColor='#777777';
   seven.bgColor='#555555';
   
   //Submenu BEST PAPERS
        window.eight = new Menu("root",75,16,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#ffffff","#cccccc","#003366","left","middle",3,0,1000,0,0,true,true,true,0,true,true);
  eight.addMenuItem("2009","location='best_paper.asp?year=2009'");
  eight.addMenuItem("2008","location='best_paper.asp?year=2008'");
  eight.addMenuItem("2007","location='best_paper.asp?year=2007'");
  eight.addMenuItem("2006","location='best_paper.asp?year=2006'");
  eight.addMenuItem("2005","location='best_paper.asp?year=2005'");
  eight.addMenuItem("2004","location='best_paper.asp?year=2004'");
  eight.addMenuItem("2003","location='best_paper.asp?year=2003'");
  eight.addMenuItem("2002","location='best_paper.asp?year=2002'");
  eight.addMenuItem("2001","location='best_paper.asp?year=2001'");
  eight.addMenuItem("2000","location='best_paper.asp?year=2000'");
  eight.fontWeight="bold";
   eight.hideOnMouseOut=true;
   eight.childMenuIcon="images/arrows.gif";
   eight.menuBorder=1;
   eight.menuLiteBgColor='#ffffff';
   eight.menuBorderBgColor='#777777';
   eight.bgColor='#555555';
   
   //Submenu UPCOMING CONFERENCES
     	window.four = new Menu("root",75,26,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#ffffff","#cccccc","#003366","left","top",3,0,1000,-5,7,true,true,true,0,true,true);
    four.addMenuItem("April, 2010","location='IIISConferences_april_2010.asp'");
    four.addMenuItem("June-July, 2010","location='IIISConferences_july_2010.asp'");
  	four.fontWeight="bold";
   	four.hideOnMouseOut=true;
   	four.menuBorder=1;
   	four.menuLiteBgColor='#ffffff';
   	four.menuBorderBgColor='#777777';
   	four.bgColor='#555555';
	
 six.writeMenus();
} 




function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
