 /***********************************************
*	(c) Ger Versluis 2000 version 12.00 27 May 2004          *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/


var NoOffFirstLineMenus=4;			// Number of first level items
var LowBgColor='eb6a05';			// Background color when mouse is not over
var HighBgColor='bf5400';			// Background color when mouse is over
var FontLowColor='#FFFFFF';			// Font color when mouse is not over
var FontHighColor='';		// Font color when mouse is over
var BorderColor='';			// Border color
var BorderWidthMain=1;				// Thickness of the border around the main menu items in pixels.
var BorderWidthSub=1; 				// Thickness of the border around the sub menu items in pixels.
var BorderBtwnMain=1; 				// Thickness of the border between the main menu items.
var BorderBtwnSub=1; 				// Thickness of the border between the sub menu items

var FontFamily=	"arial"; //"serpentine,tahoma,arial,comic sans ms"; 	// Font family menu items
var FontSize=11;					// 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/right)
var MenuCentered='left';			// Menu horizontal position (left/center/right)
var MenuVerticalCentered='top';		// Menu vertical position top', 'middle','bottom' or static
var ChildOverlap=-0.028;			// horizontal overlap child/ parent -  Controls what part of a level is covered with it's sublevel. With a value of .25 a level will covered be for 25% by it's sublevel. 
var ChildVerticalOverlap=-0.025;	// vertical overlap child/ parent - Controls the vertical offset of a sublevel from it's parent level. With a value of .25 a sublevel will start 25% of the parents level height lower. 

var StartTop=0;					// Menu offset x coordinate
var StartLeft=130;					// Menu offset y coordinate
var VerCorrect=0;					// Multiple frames y correction
var HorCorrect=0;					// Multiple frames x correction
var LeftPaddng=05;					// Left padding
var TopPaddng=4;					// Top padding. If set to -1 text is vertically centered


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=500;				// delay before menu folds in milliseconds
var UnfoldDelay=100; 				// ---- NEW ------- The time in milliseconds before an item's childmenu unfolds when the mouse enters the item.


var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
var FirstLineFrame='navig';			// Frame where first level appears
var SecLineFrame='space';			// Frame where sub levels appear
var DocTargetFrame='space';			// Frame where target documents appear
var TargetLoc='haresh';			// span id for relative positioning


var MenuWrap=1;
var RightToLeft=0;
var BottomUp=0;
var UnfoldsOnClick=0;
var BaseHref='';


var Arrws=['http://www.electricpowergroup.com/images/tri.gif',5,10,];
var MenuUsesFrames=0;
var RememberStatus=2;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
var BuildOnDemand=1;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
var BgImgLeftOffset=0;			// 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=0;  					// --- NEW --- Number 1 or 0- When set to 1 text is switched from normal to bold on mouse over.
var HooverItalic=0;  				// --- NEW --- Number 1 or 0- When set to 1 text is switched from normal to italic on mouse over
var HooverUnderLine=0;  			// --- NEW --- Number 1 or 0- When set to 1 text is switched from normal to underlined on mouse over.
var HooverTextSize=0;  				// --- NEW --- Number - When set to 1 text is switched from normal to different size on mouse over.
var HooverVariant=0;  				// --- NEW --- Number 1 or 0- When set to 1 text is switched from normal to small caps on mouse over.

var MenuSlide='' 					 				// --- NEW --- 
var MenuSlide='progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)'; 		// --- NEW --- 
var MenuSlide='progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)'; 		// --- NEW --- 


var MenuShadow=''; 				// --- NEW --- 
//var MenuShadow='progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)';  			// --- NEW --- 
//var MenuShadow='progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)';  				// --- NEW --- 

  
var MenuOpacity=''; 				// --- NEW --- 
//var MenuOpacity='progid:DXImageTransform.Microsoft.Alpha(opacity=80)'; 

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

	
// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"


//Menu1=new Array("","","",0,20,0);

// 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 or background image format is:  'rollover?'+BaseHref+'Image1.jpg?'+BaseHref+'Image2.jpg' 


//Menu1=new Array("TextToShow", "Link"                                                       , "BgImage", NoOfSubelements, Height, Width, "BgColor", "BgHiColor", "FontColor", "FontHiColor", "BorderColor", "fontfamily", fontsize(0/-1), fontbold(0/-1), fontitalic(0/-1), "textalign (left/right/center)", "statustext");

Menu1=new Array("Home", "http://www.vycormedical.com","",0,20,170, ""       ,          "",          "",            "#ffffff",    "",           "",             -1,             -1,               -1,                              "",           "");
	  




  	 Menu2=new Array("Company", "", ""       ,               10,     20,    170, ""       ,          "",          "",            "#ffffff",    "",           "",             -1,             -1,               -1,                              "",           "");
	  Menu2_1=new Array("About Us", "../company/aboutus.html", ""       ,               0,     20,   210, "#ffffff"       , ""         ,  "000000"        , "#ffffff"           , "#000000"           , ""          ,             -1,            -1 ,               -1, ""                             , "");	
Menu2_2=new Array("Executive Management", "../company/management.html", ""       ,               0,     20,   180, "#ffffff"       ,          "",          "000000",            "#ffffff",            "#000000",           "",             -1,             -1,               -1,                              "",           "");
	  Menu2_3=new Array("Media Coverage & Press Releases", "../company/pressreleases.html", ""       ,               0,     20,   210, "#ffffff"       ,          "",          "000000",            "#ffffff",            "#000000",           "",             -1,             -1,               -1,                              "",           "");
	  Menu2_4=new Array("Investor Relations", "../company/investors.html", ""       ,               0,     20,   210, "#ffffff"       ,          "",          "000000",            "#ffffff",            "#000000",           "",             -1,             -1,               -1,                              "",           "");		
	  Menu2_5=new Array("Medical Advisors", "../company/advisors.html", ""       ,               0,     20,   210, "#ffffff"       ,          "",          "000000",            "#ffffff",            "#000000",           "",             -1,             -1,               -1,                              "",           "");
 	  Menu2_6=new Array("Careers", "../company/careers.html", ""       ,               0,     20,   210, "#ffffff"       ,          "",          "000000",            "#ffffff",            "#000000",           "",             -1,             -1,               -1,                              "",           "");	
	  Menu2_7=new Array("News & Events", "../company/news.html", ""       ,               0,     20,   210, "#ffffff"       ,          "",          "000000",            "#ffffff",            "#000000",           "",             -1,             -1,               -1,                              "",           "");
	  Menu2_8=new Array("Directions", "../company/directions.html", ""       ,               0,     20,   210, "#ffffff"       ,          "",          "000000",            "#ffffff",            "#000000",           "",             -1,             -1,               -1,                              "",           "");
	  Menu2_9=new Array("Contact Us", "../company/contactus.html", ""       ,               0,     20,   210, "#ffffff"       ,          "",          "000000",            "#ffffff",            "#000000",           "",             -1,             -1,               -1,                              "",           "");
	  Menu2_10=new Array("Clinical Reports", "../company/reports.html", ""       ,               0,     20,   210, "#ffffff"       ,          "",          "000000",            "#ffffff",            "#000000",           "",             -1,             -1,               -1,                              "",           "");



//Menu2=new Array("TextToShow" , "Link"                                                          , "BgImage", NoOfSubelements, Height, Width, "BgColor", "BgHiColor", "FontColor", "FontHiColor", "BorderColor", "fontfamily", fontsize(0/-1), fontbold(0/-1), fontitalic(0/-1), "textalign (left/right/center)", "statustext");
Menu3=new Array("Products", "", ""       ,               5,     20,   170,       "" ,          "", ""         ,            "#ffffff",            FontHighColor,           "",             -1,             -1,               -1,                              "",           "");
      Menu3_1=new Array("Products", "../products/products.html", ""       ,               0,     20,   190, "#ffffff"       ,          "",          "000000",            "#ffffff",            "#000000",           "",             -1,             -1,               -1,                              "",           "");
         Menu3_2=new Array("FDA & Regulatory", "../products/fda.html", ""       ,               0,     20,   190, "#ffffff"       ,          "",          "000000",            "#ffffff",            "#000000",           "",             -1,             -1,               -1,                              "",           "");
               Menu3_3=new Array("Doctor Testimonials", "../products/testimonials.html", ""       ,               0,     20,   190, "#ffffff"       ,          "",          "000000",            "#ffffff",            "#000000",           "",             -1,             -1,               -1,                              "",           "");
	               Menu3_4=new Array("Frequently Asked Questions", "../products/faqs.html", ""       ,               0,     20,   190, "#ffffff"       ,          "",          "000000",            "#ffffff",            "#000000",           "",             -1,             -1,               -1,                              "",           "");
	               Menu3_5=new Array("Surgical Applications", "../products/applications.html", ""       ,               0,     20,   190, "#ffffff"       ,          "",          "000000",            "#ffffff",            "#000000",           "",             -1,             -1,               -1,                              "",           "");

 	

	


	Menu4=new Array("Hospital/Physician Resources", "","",2,20,220, ""       ,          "",          "",            "#ffffff",    "",           "",             -1,             -1,               -1,                              "",           "");
	  
		Menu4_1=new Array("Distributor Listing", "../hospital/distributors.html","",0,      20,     200, "#ffffff"       ,          "",          "000000",            "#ffffff",            "#000000",           "",             -1,             -1,               -1,                              "",           "");
		Menu4_2=new Array("Surgical Videos", "../hospital/videos.html","",0,20,0,"#ffffff","",   "000000",     "#ffffff",            "#000000",           "",             -1,             -1,               -1,                              "",           "");  
		



	

	Menu5=new Array("Patient Resources", "","",1,20,140, ""       ,          "",          "",            "#ffffff",    "",           "",             -1,             -1,               -1,                              "",           "");
	  
		Menu5_1=new Array("Patient's Home Page", "../patients/pr_home.html","",0,      20,     200, "#ffffff"       ,          "",          "000000",            "#ffffff",            "#000000",           "",             -1,             -1,               -1,                              "",           "");
		

  

	

