/*********************************************** * (c) Ger Versluis 2000 version 9.10 14 October 2002 * * You may use this script on non commercial sites. * * www.burmees.nl/menu * * You may remove all comments for faster loading * ************************************************/ var NoOffFirstLineMenus=6; // Number of main menu items // Colorvariables: // Color variables take HTML predefined color names or "#rrggbb" strings //For transparency make colors and border color "" var LowBgColor='white'; // Background color when mouse is not over var HighBgColor='black'; // Background color when mouse is over var FontLowColor='black'; // Font color when mouse is not over var FontHighColor='white'; // Font color when mouse is over var BorderColor='black'; // Border color var BorderWidthMain=1; // Border width main items var BorderWidthSub=1; // Border width sub items var BorderBtwnMain=1; // Border between elements main items 1 or 0 var BorderBtwnSub=1; // Border between elements sub items 1 or 0 var FontFamily="Arial, Helvetica, sans-serif" // Font family menu items var FontSize=9; // Font size menu items var FontBold=1; // Bold menu items 1 or 0 var FontItalic=0; // Italic menu items 1 or 0 var MenuTextCentered='left'; // Item text position 'left', 'center' or 'right' var MenuCentered='left'; // Menu horizontal position 'left', 'center' or 'right' var MenuVerticalCentered='top'; // Menu vertical position 'top', 'middle','bottom' or static var ChildOverlap=.2; // horizontal overlap child/ parent var ChildVerticalOverlap=.2; // vertical overlap child/ parent var StartTop=68; // Menu offset x coordinate var StartLeft=0; // Menu offset y coordinate var VerCorrect=0; // Multiple frames y correction var HorCorrect=0; // Multiple frames x correction var LeftPaddng=3; // Left padding var TopPaddng=2; // Top padding var FirstLineHorizontal=1; // SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL var MenuFramesVertical=1; // Frames in cols or rows 1 or 0 var DissapearDelay=1000; // delay before menu folds in var UnfoldDelay=100; // delay before sub unfolds var TakeOverBgColor=1; // Menu frame takes over background color subitem frame var FirstLineFrame=""; // Frame where first level appears var SecLineFrame=""; // Frame where sub levels appear var DocTargetFrame=""; // Frame where target documents appear var TargetLoc=""; // span id for relative positioning var MenuWrap=1; // enables/ disables menu wrap 1 or 0 var RightToLeft=0; // enables/ disables right to left unfold 1 or 0 var BottomUp=0; // enables/ disables Bottom up unfold 1 or 0 var UnfoldsOnClick=0; // Level 1 unfolds onclick/ onmouseover var BaseHref="http://www.mrc-cbu.cam.ac.uk/Imaging"; // BaseHref lets you specify the root directory for relative links. // The script precedes your relative links with BaseHref // For instance: // when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm", // the script renders to: "http://www.MyDomain/subdir/MyFile.htm" // Can also be used when you use images in the textfields of the menu // "MenuX=new Array("" // For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/" var Arrws=["http://www.mrc-cbu.cam.ac.uk/Imaging/Common/img/tri.gif",5,10,"http://www.mrc-cbu.cam.ac.uk/Imaging/Common/img/tridown.gif",10,5,"http://www.mrc-cbu.cam.ac.uk/Imaging/Common/img/trileft.gif",5,10,BaseHref+"",10,5]; // Arrow source, width and height. // If arrow images are not needed keep source "" var MenuUsesFrames=0; // MenuUsesFrames is only 0 when Main menu, submenus, // document targets and script are in the same frame. // In all other cases it must be 1 var RememberStatus=0; // RememberStatus: When set to 1, menu unfolds to the presetted menu item. // When set to 2 only the relevant main item stays highligthed // The preset is done by setting a variable in the head section of the target document. //
// // // 2_2_1 represents the menu item Menu2_2_1=new Array(....... var PartOfWindow=.8; // PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to // Below some pretty useless effects, since only IE6+ supports them // I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity // If you don't need MenuSlide just leave in the line var MenuSlide=""; // delete the other MenuSlide statements // In general leave the MenuSlide you need in and delete the others. // Above is also valid for MenuShadow and MenuOpacity // You can also use other effects by specifying another filter for MenuShadow and MenuOpacity. // You can add more filters by concanating the strings var BuildOnDemand=0; // 1/0 When set to 1 the sub menus are build when the parent is moused over var MenuSlide=""; var MenuShadow=""; var MenuOpacity=""; function BeforeStart(){return} function AfterBuild(){return} function BeforeFirstOpen(){return} function AfterCloseAll(){return} // Menu tree: // MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor", // "fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext",CBUlocation); // Color and font variables defined in the menu tree take precedence over the global variables // Fontsize, fontbold and fontitalic are ignored when set to -1. // For rollover images ItemText format is: "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" /* CBU Specific bits Rhodri Cusack Nov 2003 */ // CBUlocation=1 for CBU; 2 for Cambridge; 3 for External var DomainPrefix=new Array("/CBU/","/Cambridge/","/Common/"); // Don't forget the slash / on the end var CurrentDomain=3; //var CurrentDomain=3; var NotAvailableColor='gray'; var DontExpandInternalMenus=false; var InternalOnlyText=" (internal)" Menu1=new Array("Guidelines/Help","","",4,20,120,"","","","","","",-1,-1,-1,"","",3); Menu1_1=new Array("fMRI Guidelines","","",6,20,180,"","","","","","",-1,-1,-1,"","",3); Menu1_1_1=new Array("Planning an fMRI Study","fmri.shtml","",3,20,240,"","","","","","",-1,-1,-1,"","",1); Menu1_1_1_1=new Array("Proposing a study","propose.shtml","",0,20,230,"","","","","","",-1,-1,-1,"","",1); Menu1_1_1_2=new Array("Get ethical/insurance approval","admin.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",1); Menu1_1_1_3=new Array("Recruiting Subjects","recruit.shtml","",1,0,0,"","","","","","",-1,-1,-1,"","",1); Menu1_1_1_3_1=new Array("Subject Screening Questionnaire","screening_vols.shtml","",0,20,260,"","","","","","",-1,-1,-1,"","",1); Menu1_1_2=new Array("fMRI Design","fMRI-efficiency.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_3=new Array("MRI Scanning Protocols","fmri_physics.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4=new Array("fMRI Preprocessing","fmridefaults.shtml","",3,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_1=new Array("Pre-SPM Preprocessing","fmridefaults.shtml","",4,20,200,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_1_1=new Array("Getting The Data","wbicdata.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","",2); Menu1_1_4_1_2=new Array("Data Reconstruction","blank.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_1_3=new Array("Converting to Analyse","","",3,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_1_3_1=new Array("Using pvconv","pvconv.shtml","",0,20,230,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_1_3_2=new Array("Using ImageJ","wbicscan2.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",2); Menu1_1_4_1_3_3=new Array("Problems With Voxel Sizes","epiwrongsize.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_1_4=new Array("From 4D to 3D (ana4dto3d)","ana4dto3d.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_2=new Array("Image Diagnostics","diagnostics.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_3=new Array("SPM Preprocessing","fmridefaults.shtml","",6,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_3_1=new Array("Slice Timing Issues","rikslicetime.shtml","",0,20,230,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_3_2=new Array("Removing Bad Scans","remove_scans.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_3_3=new Array("EPI Undistortion","fm_background.shtml","",8,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_3_3_1=new Array("Background","fm_background.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_3_3_2=new Array("Improvement in Power","fm_motortask.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_3_3_3=new Array("Acquiring fieldmaps","fm_acquiringfieldmaps.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_3_3_4=new Array("What You Need","fm_whatyouneed.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_3_3_5=new Array("Guide and Reference","fm_reference.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_3_3_6=new Array("Step by Step Example","fm_stepbystep.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_3_3_7=new Array("Batch Mode","fm_batchmode.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_3_3_8=new Array("Download","fm_download.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_3_4=new Array("Mpr (coreg tool)","mpr.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_3_5=new Array("Masked Normalisation","epimasking.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_4_3_6=new Array("Skull Stripped Normalisation","no_skull_norm.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_5=new Array("fMRI Analysis","","",6,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_5_1=new Array("SPM 2 Analysis Defaults","spm2_analysis_defaults.shtml","",0,20,280,"","","","","","",-1,-1,-1,"","",3); Menu1_1_5_2=new Array("General Analysis How-to (External)","http://www-psych.stanford.edu/~kalina/SPM99/Protocols/spm99_analysis_prot.html","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_5_3=new Array("Analysing without Bad Scans","remove_scans.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_5_4=new Array("Small Volume Correction","vol_corr.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_5_5=new Array("Getting % signal change","fmrplot.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_5_6=new Array("Converting between MNI and Talairach","mnispace.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_6=new Array("fMRI Graphical","","",1,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_6_1=new Array("SPM Related","","",3,20,130,"","","","","","",-1,-1,-1,"","",3); Menu1_1_6_1_1=new Array("Plots and Adjusted Data","adjplot.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","",3); Menu1_1_6_1_2=new Array("Display Slices","display_slices.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_1_6_1_3=new Array("Graphical Output","spm_graphics.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_2=new Array("PET Guidelines","","",5,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_2_1=new Array("How to plan/run a PET Study","petrunningastudy.shtml","",4,20,230,"","","","","","",-1,-1,-1,"","",1); Menu1_2_1_1=new Array("Proposing a study","propose.shtml","",0,20,230,"","","","","","",-1,-1,-1,"","",1); Menu1_2_1_2=new Array("Obtaining/Using PET Slots","obtaining_slots.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",1); Menu1_2_1_3=new Array("Get ethical/insurance approval","admin.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",1); Menu1_2_1_4=new Array("Recruiting Subjects","recruit.shtml","",2,0,0,"","","","","","",-1,-1,-1,"","",1); Menu1_2_1_4_1=new Array("Subject Screening Questionnaire","screening_vols.shtml","",0,20,280,"","","","","","",-1,-1,-1,"","",1); Menu1_2_1_4_2=new Array("Volunteer Information Sheet","volunteer_sheet.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",2); Menu1_2_2=new Array("PET Scanning","blank.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_2_3=new Array("PET Preprocessing","preprocessing.shtml","",1,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_2_3_1=new Array("Mpr (coreg tool)","mpr.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","",3); Menu1_2_4=new Array("PET Analysis","","",6,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_2_4_1=new Array("SPM 99 Analysis protocol","standard_analysis99.shtml","",1,20,280,"","","","","","",-1,-1,-1,"","",3); Menu1_2_4_1_1=new Array("Removing Time and Movement Effects","timemotion.shtml","",0,20,280,"","","","","","",-1,-1,-1,"","",3); Menu1_2_4_2=new Array("PET Contrasts","contrasts.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_2_4_3=new Array("Small Volume Correction","vol_corr.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_2_4_4=new Array("Automating PET Analyses","csv.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_2_4_5=new Array("Converting between MNI and Talairach","mnispace.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_2_4_6=new Array("Old (SPM 96) Analysis Protocol","standard_analysis.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_2_5=new Array("PET Graphical","","",1,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_2_5_1=new Array("Graphical Output","spm_graphics.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","",3); Menu1_3=new Array("Getting Help","help.shtml","",4,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_3_1=new Array("Comprehensive Imaging Guide","guide.shtml","",0,20,250,"","","","","","",-1,-1,-1,"","",1); Menu1_3_2=new Array("People to ask for help","people.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",2); Menu1_3_3=new Array("Points of Contact","pointsofcontact.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",1); Menu1_3_4=new Array("Getting SPM Help","spm_help.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_4=new Array("Links","","",3,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_4_1=new Array("Brain Anatomy","anatomy.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","",3); Menu1_4_2=new Array("fMRI Related","fmrilinks.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu1_4_3=new Array("Imaging Journals","resources.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu2=new Array("Theory","tutorials.shtml","",8,20,80,"","","","","","",-1,-1,-1,"","",3); Menu2_1=new Array("SPM Theory","spm_theory.shtml","",7,20,230,"","","","","","",-1,-1,-1,"","",3); Menu2_1_1=new Array("Rik Henson's SPM Mini-Course","spm-minicourse.shtml","",0,20,230,"","","","","","",-1,-1,-1,"","",3); Menu2_1_2=new Array("SPM Data format","spm_format.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu2_1_3=new Array("Slice Timing Issues","rikslicetime.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu2_1_4=new Array("Intro to Smoothing","smoothing.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu2_1_5=new Array("SPM Stats","spmstats.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu2_1_6=new Array("Random Field Theory","randomfields.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu2_1_7=new Array("Small Volume Correction","vol_corr.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu2_1_8=new Array("SPM Templates","templates.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu2_2=new Array("fMRI Design","fMRI-efficiency.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu2_3=new Array("Genes and fMRI","genotyping_fmri.ppt","",0,0,0,"","","","","","",-1,-1,-1,"","",1); Menu2_4=new Array("The Commissures","antcomm.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu2_5=new Array("Brodmann Areas/Talairach Co-ords","brodmann_areas.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu2_6=new Array("Bruker Data Format","brukerformat.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu2_7=new Array("Analyze Data format","analyze_fmt.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu2_8=new Array("Intro To PET Headcurves","headcurves.shtml","",1,0,0,"","","","","","",-1,-1,-1,"","",3); Menu2_8_1=new Array("Examples of headcurve timings","headcurvetimes.shtml","",0,20,230,"","","","","","",-1,-1,-1,"","",3); Menu3=new Array("Computer Support/Software","software.shtml","",5,20,190,"","","","","","",-1,-1,-1,"","",3); Menu3_1=new Array("SPM Software Related","spm.shtml","",8,20,180,"","","","","","",-1,-1,-1,"","",3); Menu3_1_1=new Array("VNC Advice","vncadvice.shtml","",0,20,230,"","","","","","",-1,-1,-1,"","",1); Menu3_1_2=new Array("Versions of SPM Available","spmversions.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_1_3=new Array("SPM Batch Mode","spm_batch.shtml","",2,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_1_3_1=new Array("Batch to Display thresholded SPMs","spm_loop.shtml","",0,20,280,"","","","","","",-1,-1,-1,"","",3); Menu3_1_3_2=new Array("SPM 2 Batch Scripts","spm2_batch.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_1_4=new Array("SPM Tips","spmtips.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_1_5=new Array("Getting SPM Help","spm_help.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_1_6=new Array("Configuring P4 Machines for SPM","spm_intel_tune.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_1_7=new Array("SPM Benchmarks","spm_benchmarks.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_1_8=new Array("MarsBar Tutorial","http://marsbar.sourceforge.net/marsbar_tutorial.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_2=new Array("Programming Help","","",3,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_2_1=new Array("Visual Basic Help","http://www.mrc-cbu.cam.ac.uk/vb","",1,20,180,"","","","","","",-1,-1,-1,"","",3); Menu3_2_1_1=new Array("Scannersync","http://www.mrc-cbu.cam.ac.uk/vb/scannersync.htm","",0,20,180,"","","","","","",-1,-1,-1,"","",3); Menu3_2_2=new Array("Learning Matlab","matlab.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_2_3=new Array("DMDX Help","http://www.mrc-cbu.cam.ac.uk/personal/matt.davis/dmdx.html","",1,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_2_3_1=new Array("Zil (DMDX) Utility","zil_soas_pod.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","",3); Menu3_3=new Array("Unix Help","unix.shtml","",3,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_3_1=new Array("Cygwin","cygwinb20.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","",3); Menu3_3_2=new Array("MEx and GCC","gnumex20.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_3_3=new Array("Dearchiving tar.gz Files","dearchive.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_4=new Array("Software to Download","","",9,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_4_1=new Array("Byte Conversion Utilities","byteconv.shtml","",0,20,240,"","","","","","",-1,-1,-1,"","",3); Menu3_4_2=new Array("MakefMRIBatch Utility","http://www.mrc-cbu.cam.ac.uk/~daniel.bor/makefmribatch/index.html","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_4_3=new Array("DBedit","dbedit.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_4_4=new Array("Flirt","flirtreg.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_4_5=new Array("pvconv.pl","pvconv.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_4_6=new Array("Ana4Dto3D","dbedit.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_4_7=new Array("Image Viewer","viewer.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_4_8=new Array("SPM Utilities","","",5,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_4_8_1=new Array("Display Slices","display_slices.shtml","",0,20,220,"","","","","","",-1,-1,-1,"","",3); Menu3_4_8_2=new Array("Marsbar (ROI tool)","http://marsbar.sourceforge.net/","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_4_8_3=new Array("Mpr (coreg tool)","mpr.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_4_8_4=new Array("Vol_corr","vol_corr.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_4_8_5=new Array("Fieldmap Undistortion","fm_download.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_4_9=new Array("Zil (DMDX) Utility","zil_utils.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_5=new Array("Misc","","",9,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_5_1=new Array("Using Analyze","analyze.shtml","",0, 20, 230,"","","","","","",-1,-1,-1,"","",3); Menu3_5_1_1=new Array("Analyze Data Format","analyze_fmt.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","",3); Menu3_5_2=new Array("Reading pdf and ps Files","onlinereading.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_5_3=new Array("Archiving and Restoring Data","archive-dearchive.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",1); Menu3_5_4=new Array("MakefMRIBatch Utility","http://www.mrc-cbu.cam.ac.uk/~daniel.bor/makefmribatch/index.html","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_5_5=new Array("Byte Conversion Utilities","byteconv.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_5_6=new Array("DBedit","dbedit.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_5_7=new Array("Flirt","flirtreg.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_5_8=new Array("Image Viewer","viewer.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu3_5_9=new Array("IV_Volumetool","iv_volumetool.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu4=new Array("Admin/Mailing Lists","admin.shtml","",12,20,190,"","","","","","",-1,-1,-1,"","",1); Menu4_1=new Array("Comprehensive Imaging Guide","guide.shtml","",0,20,280,"","","","","","",-1,-1,-1,"","",1); Menu4_2=new Array("Imagers Interest Group Meetings","iig-schedule.shtml","",0,20,280,"","","","","","",-1,-1,-1,"","",3); Menu4_3=new Array("Proposing a study","propose.shtml","",0,20,280,"","","","","","",-1,-1,-1,"","",1); Menu4_4=new Array("LREC Form","http://www.addenbrookes.org.uk/serv/resethics/lrec1.html","",0,0,0,"","","","","","",-1,-1,-1,"","",1); Menu4_5=new Array("Arsac Form","arsac_form.html","",0,0,0,"","","","","","",-1,-1,-1,"","",1); Menu4_6=new Array("Insurance Form","insurance_form.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",1); Menu4_7=new Array("Requesting fMRI Slots Form (doc)","Request_For_Scanning_Slots_Revised.doc","",0,0,0,"","","","","","",-1,-1,-1,"","",1); Menu4_8=new Array("fMRI Booking Sheet","http://www.mrc-cbu.cam.ac.uk/Imaging/scanning_slots/fMRIslots.htm","",0,0,0,"","","","","","",-1,-1,-1,"","",1); Menu4_9=new Array("CBU Imaging Management Committee","imc.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",1); Menu4_10=new Array("Points of Contact","pointsofcontact.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",1); Menu4_11=new Array("Recruiting Subjects","recruit.shtml","",2,0,0,"","","","","","",-1,-1,-1,"","",1); Menu4_11_1=new Array("Recruiting Letter","recruiting_letter.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","",1); Menu4_11_2=new Array("Sub Screening Sheet","screening_vols.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",1); Menu4_12=new Array("Mailing Lists","imagersmailing.shtml","",3,0,0,"","","","","","",-1,-1,-1,"","",2); Menu4_12_1=new Array("Imagers Mailing List","imagersmailing.shtml","",0,20,200,"","","","","","",-1,-1,-1,"","",2); Menu4_12_2=new Array("Imagers Tech Mailing List","imagerstech.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",2); Menu4_12_3=new Array("Imagers CBU Mailing List","blank.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",1); Menu5=new Array("EEG/MEG Lab","http://www.mrc-cbu.cam.ac.uk/EEG/index.shtml","",3,20,100,"","","","","","",-1,-1,-1,"","",3); Menu5_1=new Array("Intro to EEG/MEG","http://www.mrc-cbu.cam.ac.uk/EEG/doc/eeg_intro.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","",3); Menu5_2=new Array("Tools For Basic Processing","http://www.mrc-cbu.cam.ac.uk/EEG/doc/matlab_tools.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu5_3=new Array("Tools For Source Analysis","http://www.mrc-cbu.cam.ac.uk/EEG/doc/matlab_tools_mn.shtml","",0,0,0,"","","","","","",-1,-1,-1,"","",3); Menu6=new Array("CBU Homepage","http://www.mrc-cbu.cam.ac.uk/","",0,20,110,"","","","","","",-1,-1,-1,"","",3);