// Write to jbrandeberry@cox.net if you need help!

// constants
var initX       = 34; // x-coordinate of top left corner of dropdown menu 
var initY       = 146; // y-coordinate of top left corner of dropdown menu 
var backColor   = '#D2D7C8'; // the background color of dropdown menu, set empty '' for transparent
var borderColor = '#5F684D'; // the color of dropdown menu border
var borderSize  = '1'; // the width of dropdown menu border
var itemHeight  = 20;
var xOverlap    = 5;
var yOverlap    = 10;
//


menuContent     = new Array ();

//THIS IS THE CONTENT OF HOME

menuContent [0] = new Array ( 
-1, // the id of parent menu, -1 if this is a first level menu
-1, // the number of line in parent menu, -1 if this is a first level menu
150, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Saban Lab Home', 'index.shtml',
'Physiology Department', 'http://www.ouhscphysio.org'
));


//THIS IS THE CONTENT OF INFORMATION

menuContent [1] = new Array ( 
-1, // the id of parent menu, -1 if this is a first level menu
-1, // the number of line in parent menu, -1 if this is a first level menu
150, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'About The Lab', 'about.shtml',
'Positions', 'positions.shtml',
'Publications', 'pub.shtml',
'Projects', 'proj.shtml',
'Collaborators', 'collaborators.shtml',
'Funding', 'funding.shtml'
));


//THIS IS THE CONTENT OF LINKS

menuContent [2] = new Array ( 
-1, 
-1,
150,
334, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Societies & Foundations', '#',
'Databases & Searches', '#',
'Journals Online', '#',
'Genomics', '#',
'Proteomics', '#',
'Software', '#',
'Laboratories', '#'
));


//THIS IS THE CONTENT OF SOCIETIES AND FOUNDATIONS

menuContent [3] = new Array ( 
2, 
0,
200,
483, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'American Assoc. for Cancer Rresearch', 'http://www.aacr.org/',
'American Assoc. of Immunologists', 'http://12.17.12.70/aai/',
'American Cancer Society', 'http://www.cancer.org/',
'American Urological Association', 'http://auanet.org/',
'FASEB', 'http://www.faseb.org/',
'National Bladder Foundation', 'http://www.bladder.org/',
'National Cancser Institute', 'http://www.nci.nih.gov/',
'Nat`l Foundation for Cancer Research', 'http://www.nfcr.org/',
'NIDDK', 'http://www.niddk.nih.gov/',
'National Institutes of Health', 'http://www.nih.gov/',
'Interstitial Cystitis Association', 'http://www.ichelp.com/',
'SBUR', 'http://godot.urol.uic.edu/~sbur',
'U of I Immunology Program', 'http://www.uiowa.edu/~immuno/',
'U of I Holden Comp. Cancer Center', 'http://www.uihealthcare.com/depts/cancercenter/'
));


//THIS IS THE CONTENT OF DATABASES & SEARCHES

menuContent [4] = new Array ( 
2, 
1,
200,
483, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'AFCS', 'http://www.afcs.org/molpages/automatedData/',
'Array Express', 'http://www.ebi.ac.uk/arrayexpress/',
'Database on TR & Genome Org.', 'http://www.cifn.unam.mx/Computational_Genomics/regulondb/',
'Genoplante-Info', 'http://genoplante-info.infobiogen.fr/',
'Kyoto Encylopedia', 'http://www.genome.ad.jp/kegg/kegg2.html',
'Medminer', 'http://discover.nci.nih.gov/textmining/filters.html',
'Miame', 'http://www.mged.org/Workgroups/MIAME/miame.html',
'MGEDS', 'http://www.mged.org/',
'Ontology Working Group', 'http://mged.sourceforge.net/ontologies/',
'Riken Database Search Engine', 'http://fantom.gsc.riken.go.jp/db/search/',
'RNA Abundance Database', 'http://www.cbil.upenn.edu/RAD2/',
'Stanford Microarray Database', 'http://genome-www5.stanford.edu/MicroArray/SMD/'
));


//THIS IS THE CONTENT OF JOURNALS ONLINE

menuContent [5] = new Array ( 
2, 
2,
200,
483, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Cancer Research', 'http://cancerres.aacrjournals.org/',
'Digital Urology Journal', 'http://www.duj.com/',
'Immunity', 'http://www.immunity.com/',
'Immunology Today', 'http://www.trends.com/',
'Journal of Biological Chemistry', 'http://www.jbc.org/',
'Journals of Cell Biology...', 'http://www.rockefeller.edu/RUPress/',
'Journal of Immunology', 'http://www.jimmunol.org/',
'Journal of Urology', 'http://www.jurology.com/',
'Highwhire', 'http://highwire.stanford.edu/',
'Nature', 'http://www.nature.com/',
'PNAS', 'http://www.pnas.org/',
'AMEDEO', 'http://www.amedeo.com/medicine/prc.htm',
'Prostate Cancer Update', 'http://www.prostatecancernet.org/Update8/',
'Science', 'http://www.sciencemag.org/',
'STKE', 'http://stke.sciencemag.org/',
'Other Journals - Princeton', 'http://libweb.princeton.edu:2003/cgi-bin/journals/SortData',
'Other Journals - Stanford', 'http://highwire.stanford.edu/'
));


//THIS IS THE CONTENT OF GENOMICS

menuContent [6] = new Array ( 
2, 
3,
200,
483, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Alignment Tools', 'http://www.bork.embl-heidelberg.de/Alignment/',
'Locus Link', 'http://www.ncbi.nlm.nih.gov/LocusLink/',
'NCBI Entrez Browser', 'http://www3.ncbi.nlm.nih.gov/Entrez',
'NCBI BLAST Server', 'http://www.ncbi.nlm.nih.gov/BLAST/',
'OMIM', 'http://www.ncbi.nlm.nih.gov/omim/',
'Pfam', 'http://pfam.wustl.edu/',
'PKR', 'http://www.sdsc.edu/kinases/',
'The Sanger Centre', 'http://www.sanger.ac.uk/',
'Sequence Retrieval System', 'http://www.expasy.ch/srs5/',
'SMART', 'http://smart.embl-heidelberg.de/',
'TIGR Databases', 'http://www.tigr.org/tdb/tdb.html',
'XREFdb', 'http://www.ncbi.nlm.nih.gov/XREFdb/'
));


//THIS IS THE CONTENT OF PROTEOMICS

menuContent [7] = new Array (
2,
4,
200,
483, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'3d-FOLD Predictions', 'http://dove.embl-heidelberg.de/3D/',
'BRENDA', 'http://brenda.bc.uni-koeln.de/',
'MEROPS', 'http://merops.sanger.ac.uk/',
'Proteome', 'http://www.proteome.com/',
'Protein Data Bank', 'http://www.rcsb.org/pdb/',
'Swiss-Prot Database', 'http://www.expasy.ch/sprot/sprot-top.html',
'The Grid', 'http://biodata.mshri.on.ca/grid/servlet/'
));


//THIS IS THE CONTENT OF SOFTWARE

menuContent [8] = new Array (
2,
5,
200,
483, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'GeneCluster2', 'http://www-genome.wi.mit.edu/cancer/software/genecluster2/gc2.html'
));


//THIS IS THE CONTENT OF LABORATORIES

menuContent [9] = new Array (
2,
6,
200,
483, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Center Lab for Microbial Genomics', 'http://micro-gen.ouhsc.edu/mg_home.htm',
'Dr. Margaret Vizzard', 'http://www.uvm.edu/annb/faculty/vizzard/',
'Dr. Timothy Ratliff', ' http://www.medicine.uiowa.edu/Ratlifflab/ratliff.htm',
'Eisen', 'http://rana.lbl.gov/EisenSoftware.htm',
'Laboratory for Microbial Genomics', 'http://micro-gen.ouhsc.edu/mg_home.htm',
'List Biological Laboratories', 'http://www.listlabs.com/',
'OMRF Microarry Research Facility', 'http://www.omrf.org/',
'Pat Brown', 'http://cmgm.stanford.edu/pbrown/',
'Tissue Microarrays', 'http://www.pathinfo.com/jjb/tmafaqv1.htm'
));
