/***********************************************************
*	(c) Ger Versluis 2000 version 13.10 August 1, 2004     *
*	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="#c9c9c9";			// Background color when mouse is not over
	var HighBgColor="#dfdfdf";			// Background color when mouse is over
	var FontLowColor="#555555";			// Font color when mouse is not over
	var FontHighColor="#000000";			// Font color when mouse is over
	var BorderColor="#000";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=0;			// Border width sub items
 	var BorderBtwnMain=1;			// Border between elements main items 1 or 0
	var BorderBtwnSub=0;			// Border between elements sub items 1 or 0
	var FontFamily="Arial, Helvetica, sans-serif";	// Font family menu items
	var FontSize=13;				// Font size menu items
	var FontBold=0;				// 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 can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=0.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0.0;			// vertical overlap child/ parent
	var StartTop=5;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=20;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=4;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	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=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="self";			// Frame where first level appears
	var SecLineFrame="self";			// Frame where sub levels appear
	var DocTargetFrame="self";			// Frame where target documents appear
	var TargetLoc="MenuPos";				// span id for relative positioning
	var MenuWrap=0;				// 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="";				// 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("<img src='"+BaseHref+"MyImage'>"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"http://www.jcsg.org/images/tri.gif",5,10,BaseHref+"http://www.jcsg.org/images/tridown.gif",10,5,BaseHref+"http://www.jcsg.org/images/trileft.gif",5,10,BaseHref+"http://www.jcsg.org/images/triup.gif",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.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 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=1;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting

	var HooverBold=1;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

//	var MenuSlide="";
//	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
//	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
//	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
//	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=75)";


	var LowSubBgColor='#bfbfbf';			// Background color when mouse is not over on subs
	var HighSubBgColor='#bfbfbf';			// Background color when mouse is over on subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
						

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");
// 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" 


Menu1 = new Array('Home', "javascript:NewWin=window.open('http://www.jcsg.org/prod/newscripts/home.html','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 47, "", "", "", "", "","",-1,-1,-1,"left","JCSG Home Page");
Menu2_1 = new Array("Mission", "javascript:NewWin=window.open('http://www.jcsg.org/prod/newscripts/about.cgi','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 185, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","");
Menu2_2 = new Array("Organization", "javascript:NewWin=window.open('http://www.jcsg.org/prod/newscripts/about.cgi','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 185, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Organization");
Menu2_3 = new Array("Our Team", "javascript:NewWin=window.open('http://www.jcsg.org/prod/newscripts/people.html','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 185, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","");
Menu2_4 = new Array("Contact Us", "javascript:NewWin=window.open('http://www.jcsg.org/prod/newscripts/contact.cgi','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 185, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Contact Us");
Menu2_5 = new Array("News + Events", "javascript:NewWin=window.open('','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 185, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","News Archives");
Menu2_6 = new Array("Conference Schedule", "javascript:NewWin=window.open('http://www.jcsg.org/prod/newscripts/meetings.cgi','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 185, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Conference Schedule");
Menu2_7 = new Array("Acknowledgements", "javascript:NewWin=window.open('http://www.jcsg.org/prod/newscripts/acknowledgements.cgi','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 185, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Acknowledgements");
Menu2_8 = new Array("Job Opportunities", "javascript:NewWin=window.open('http://www.jcsg.org/prod/newscripts/career.cgi','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 185, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Jobs");
Menu2 = new Array('About Us', "javascript:NewWin=window.open('','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 8, 20, 79, "", "", "", "", "","",-1,-1,-1,"left","About Us");
Menu3_1 = new Array("Overview", "javascript:NewWin=window.open('','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 135, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Overview");
Menu3_2_1 = new Array("JCSG Targets", "javascript:NewWin=window.open('http://www.jcsg.org/prod/newscripts/target_selection/target-selection-psi2.cgi','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 215, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","JCSG Targets");
Menu3_2_2 = new Array("PSI Network Targets", "javascript:NewWin=window.open('http://kb.psi-structuralgenomics.org/KB/index1.jsp?pageshow=35','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 215, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","PSI Network Targets");
Menu3_2_3 = new Array("Active JCSG Target Status", "javascript:NewWin=window.open('http://www.jcsg.org/prod/newscripts/public_targets/active.html','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 215, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","This report give the position of each active protein in the pipelinene");
Menu3_2_4 = new Array("All JCSG Targets Status", "javascript:NewWin=window.open('http://www.jcsg.org/prod/newscripts/public_targets/selected.html','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 215, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Shows the progress of all JCSG targets");
Menu3_2_5 = new Array("Modify Target E-alerts", "javascript:NewWin=window.open('http://www.jcsg.org/prod/newscripts/public_targets/register_target_search.cgi','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 215, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Register or Modify Personal Target List");
Menu3_2_6 = new Array("Nominate Targets", "javascript:NewWin=window.open('http://cnt.psi-structuralgenomics.org/CNT/targetlogin.jsp','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 215, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Nominate Targets");
Menu3_2 = new Array("Targets", "javascript:NewWin=window.open('','_top', 'top=10,left=10,width=650,height=600');window['NewWin'].focus()", "", 6, 20, 135, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Targets");
Menu3_3_1 = new Array("Deposited Structures", "javascript:NewWin=window.open('http://www.jcsg.org/prod/newscripts/structure_gallery/gallery.cgi','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 175, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Deposited Structures");
Menu3_3_2 = new Array("New Folds", "javascript:NewWin=window.open('http://www.jcsg.org/prod/newscripts/structure_gallery/gallery.cgi?new_folds=1','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 175, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","New Folds");
Menu3_3_3 = new Array("Novel Features", "javascript:NewWin=window.open('http://www.jcsg.org/prod/newscripts/structure_gallery/gallery.cgi?novel_features=1','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 175, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Novel Feartures");
Menu3_3_4 = new Array("Seach PDB for JCSG", "javascript:NewWin=window.open('http://www.rcsb.org/pdb/search/smart.do?smartSearchSubtype_1=SGProjectQuery&pdbx_SG_project.initial_of_center.value_1=JCSG&display=true','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 175, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Seach PDB for JCSG Structures");
Menu3_3 = new Array("JCSG Structures", "javascript:NewWin=window.open('http://www.jcsg.org/prod/newscripts/structure_gallery/gallery.shtml','_top', 'top=10,left=10,width=650,height=600');window['NewWin'].focus()", "", 4, 20, 135, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Structures");
Menu3_4_1 = new Array("Structure Stats", "javascript:NewWin=window.open('','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 135, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Structure Stats");
Menu3_4_2 = new Array("Family Coverage", "javascript:NewWin=window.open('http://targetdb.pdb.org/Metrics/SummaryTable.html#family','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 135, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Family Coverage");
Menu3_4_3 = new Array("PSI Statistics", "javascript:NewWin=window.open('http://targetdb.pdb.org/Metrics/MilestonesTables.html','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 135, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","PSI Statistics");
Menu3_4 = new Array("Progress", "javascript:NewWin=window.open('','_top', 'top=10,left=10,width=650,height=600');window['NewWin'].focus()", "", 3, 20, 135, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Progress");
Menu3_5_1 = new Array("JCSG Publications", "javascript:NewWin=window.open('http://www.jcsg.org/prod/newscripts/publications.cgi','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 151, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","JCSG Publications");
Menu3_5_2 = new Array("Stats - PSI SGKB", "javascript:NewWin=window.open('http://olenka.med.virginia.edu/psi/publications/viewcenter/JCSG','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 151, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Stats - PSI SGKB");
Menu3_5 = new Array("Publications", "javascript:NewWin=window.open('http://www.jcsg.org/prod/newscripts/publications.cgi','_top', 'top=10,left=10,width=650,height=600');window['NewWin'].focus()", "", 2, 20, 135, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Publications");
Menu3 = new Array('Our Pipeline', "javascript:NewWin=window.open('','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 5, 20, 111, "", "", "", "", "","",-1,-1,-1,"left","Our Pipeline");
Menu4_1 = new Array("Technology + Methodology", "javascript:NewWin=window.open('http://www.jcsg.org/prod/newscripts/technologies.cgi','_top', 'top=10,left=10,width=650,height=600');window['NewWin'].focus()", "", 0, 20, 207, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","JCSG Technologies and Methodologies");
Menu4_2 = new Array("Target Selection", "javascript:NewWin=window.open('','_top', 'top=10,left=10,width=650,height=600');window['NewWin'].focus()", "", 0, 20, 207, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Target Selection");
Menu4_3 = new Array("Crystalomics", "javascript:NewWin=window.open('','_top', 'top=10,left=10,width=650,height=600');window['NewWin'].focus()", "", 0, 20, 207, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Crystalomics");
Menu4_4_1 = new Array("PSCA", "javascript:NewWin=window.open('http://www1.jcsg.org/psat/help/document.html','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 47, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Protein Sequence Comparison Analysis");
Menu4_4 = new Array("Bioinformatics", "javascript:NewWin=window.open('','_top', 'top=10,left=10,width=650,height=600');window['NewWin'].focus()", "", 1, 20, 207, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Bioinformatics");
Menu4_5_1 = new Array("Xray Crystallography", "javascript:NewWin=window.open('','_top', 'top=10,left=10,width=650,height=600');window['NewWin'].focus()", "", 0, 20, 175, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Xray Crystallography");
Menu4_5_2 = new Array("NMR", "javascript:NewWin=window.open('','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 175, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Nuclear magnetic resonance");
Menu4_5 = new Array("Structure Determination", "javascript:NewWin=window.open('','_top', 'top=10,left=10,width=650,height=600');window['NewWin'].focus()", "", 2, 20, 207, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Structure Determination");
Menu4 = new Array('JCSG Resources', "javascript:NewWin=window.open('','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 5, 20, 127, "", "", "", "", "","",-1,-1,-1,"left","JCSG Resources");
Menu5_1_1 = new Array("XtalPred", "javascript:NewWin=window.open('http://ffas.burnham.org/XtalPred-cgi/xtal.pl','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 119, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","XtalPred");
Menu5_1_2 = new Array("TOPSAN", "javascript:NewWin=window.open('http://www.topsan.org/','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 119, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","TOPSAN");
Menu5_1_3 = new Array("Ligand Server", "javascript:NewWin=window.open('http://smb.slac.stanford.edu/jcsg/Ligand_Search/','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 119, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Ligand Server");
Menu5_1 = new Array("JCSG Sites", "javascript:NewWin=window.open('','_top', 'top=10,left=10,width=650,height=600');window['NewWin'].focus()", "", 3, 20, 153, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","JCSG WebSites");
Menu5_2_1 = new Array("NIGMS - PSI", "javascript:NewWin=window.open('http://www.nigms.nih.gov/Initiatives/PSI/','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 207, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Protein Structure Initiative");
Menu5_2_2 = new Array("PSI Knowledgebase", "javascript:NewWin=window.open('http://kb.psi-structuralgenomics.org/','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 207, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","PSI SG KnowlegeBase");
Menu5_2_3 = new Array("PSI Materials Repository", "javascript:NewWin=window.open('http://psimr.asu.edu/','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 207, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","PSI Materials Repository");
Menu5_2_4 = new Array("PSI TargetDB", "javascript:NewWin=window.open('http://targetdb.pdb.org/','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 207, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","PSI TargetDB");
Menu5_2_5 = new Array("PSI PepcDB", "javascript:NewWin=window.open('http://pepcdb.pdb.org/','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 207, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","PSI PepcDB");
Menu5_2 = new Array("PSI Sites", "javascript:NewWin=window.open('','_top', 'top=10,left=10,width=650,height=600');window['NewWin'].focus()", "", 5, 20, 153, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","PSI SItes");
Menu5_3_1 = new Array("TSRI - Wilson Lab", "javascript:NewWin=window.open('http://www.scripps.edu/mb/wilson/','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 199, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","TSRI - Wilson Lab");
Menu5_3_2 = new Array("GNF - Protein Chemistry", "javascript:NewWin=window.open('http://www.gnf.org/technology/molecular/','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 199, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","GNF - Protein Chemistry");
Menu5_3_3 = new Array("Burnham - Godzik Lab", "javascript:NewWin=window.open('http://bioinformatics.ljcrf.edu/pages/','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 199, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Burnham - Godzik Lab");
Menu5_3_4 = new Array("SSRL - Crystallography", "javascript:NewWin=window.open('http://smb.slac.stanford.edu/','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 199, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","SSRL - SMB Macromolecular Crystallography");
Menu5_3_5 = new Array("TSRI - Wuthrich Lab", "javascript:NewWin=window.open('http://www.scripps.edu/mb/wuthrich/index.html','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 199, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","TSRI - Wuthrich Lab");
Menu5_3 = new Array("JCSG Groups", "javascript:NewWin=window.open('','_top', 'top=10,left=10,width=650,height=600');window['NewWin'].focus()", "", 5, 20, 153, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","JCSG Groups");
Menu5_4_1 = new Array("Int. Struct. Genomic Org.", "javascript:NewWin=window.open('http://www.isgo.org/','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 215, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","International Structural Genomics Organization");
Menu5_4_2 = new Array("Calit2", "javascript:NewWin=window.open('http://www.calit2.net/','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 215, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","California Institute for Telecommunications and Information Technology");
Menu5_4_3 = new Array("Keystone Symposia SG", "javascript:NewWin=window.open('http://www.keystonesymposia.org/Meetings/viewMeetings.cfm?MeetingID=1026','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 215, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Keystone Symposia SG");
Menu5_4 = new Array("Other Sites", "javascript:NewWin=window.open('','_top', 'top=10,left=10,width=650,height=600');window['NewWin'].focus()", "", 3, 20, 153, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","Other Sites");
Menu5_5 = new Array("PSI  SG Centers", "javascript:NewWin=window.open('http://www.jcsg.org/prod/newscripts/sg-centers.cgi','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 153, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","NIH SG Centers");
Menu5 = new Array('Related Sites', "javascript:NewWin=window.open('','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 5, 20, 119, "", "", "", "", "","",-1,-1,-1,"left","Related Sites");
Menu6_1 = new Array("JCSG Logon", "javascript:NewWin=window.open('http://www.jcsg.org//prod/newscripts/logon/secure/jcsg_personnel.cgi','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 0, 20, 217, "#bfbfbf", "#bfbfbf", "", "", "","",-1,-1,-1,"left","JCSG Personnel Login");
Menu6 = new Array('Internal Site', "javascript:NewWin=window.open('','_top', 'top=10,left=10,width=725,height=600');window['NewWin'].focus()", "", 1, 20, 119, "", "", "", "", "","",-1,-1,-1,"left","Internal Pages");
