/**********************************************************************************
*	Menu Variables							          *
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#004a86';			// Background color when mouse is not over
	var LowSubBgColor='#004a86';			// Background color when mouse is not over on subs
	var HighBgColor='#004a86';			// Background color when mouse is over
	var HighSubBgColor='#f2c837';			// Background color when mouse is over on subs
	var FontLowColor='#004a86';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='#004a86';			// Border color
	var BorderSubColor='#66a7cf';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial,verdana helvetica"	// Font family menu items
	var FontSize=8;					// 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 '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=0;					// 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=2;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	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='MenuPos';			// span id for relative positioning
	var HideTop=0;					// Hide first level when loading new document 1 or 0
	var MenuWrap=1;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;				// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

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("rollover:/menu/nav_home.gif:/menu/nav_home_x.gif","/first.shtml","",2,26,61);
	Menu1_1=new Array("Taconic Home","/first.shtml","",0,20,90);
	Menu1_2=new Array("Choose location","/index.shtml","",0);

Menu2=new Array("rollover:/menu/nav_about.gif:/menu/nav_about_x.gif","/about.shtml","",0,26,102);

Menu3=new Array("rollover:/menu/nav_new.gif:/menu/nav_new_x.gif","/news/index.shtml","",0,26,89);

Menu4=new Array("rollover:/menu/nav_div.gif:/menu/nav_div_x.gif","/divisions.shtml","",3,26,75);
	Menu4_1=new Array("Industrial Products Division","http://www.4taconic.com","",3,20,160);
	      Menu4_1_1=new Array("Europe","http://www.taconic-ipd.com","",0,20,50);
        	Menu4_1_2=new Array("USA","http://www.4taconic.com","",0);
        	Menu4_1_3=new Array("Asia","http://www.taconic.co.kr","",0);
	Menu4_2=new Array("Architectural Products Division","http://www.taconic-afd.com","",0);
	Menu4_3=new Array("Advanced Dielectric Division","http://www.taconic-add.com","",0);

Menu5=new Array("rollover:/menu/nav_products.gif:/menu/nav_products_x.gif","/products/index.shtml","",5,26,79);
	Menu5_1=new Array("Adhesive Products","/products/adhesive.shtml","",0,20,115);
	Menu5_2=new Array("Conveyor Belts","/products/conveyor.shtml","",0);
	Menu5_3=new Array("PTFE Coated Fabrics","/products/ptfe.shtml","",0);
	Menu5_4=new Array("Silicone Rubber","/products/silicone.shtml","",0);
	Menu5_5=new Array("Plasma Spray Tapes","/products/plasma.shtml","",0);

Menu6=new Array("rollover:/menu/nav_industry.gif:/menu/nav_industry_x.gif","/applications/index.shtml","",9,26,141);
	Menu6_1=new Array("Aerospace","/applications/aerospace.shtml","",0,20,110);
	Menu6_2=new Array("Carpet","/applications/carpet.shtml","",0);
	Menu6_3=new Array("Food","/applications/food.shtml","",2);
	        Menu6_3_1=new Array("Belts","/applications/food.shtml#belting","",0,20,85);
	        Menu6_3_2=new Array("Baking Sheets","/applications/food.shtml#tefbake","",0);
	Menu6_4=new Array("Packaging","/applications/packaging.shtml","",0);
	Menu6_5=new Array("Plasma Spray Tapes","/applications/plasma.shtml","",0);
	Menu6_6=new Array("Plastics","/applications/plastics.shtml","",0);
	Menu6_7=new Array("PVC Windows","/applications/pvc.shtml","",0);
	Menu6_8=new Array("Rubber","/applications/rubber.shtml","",0);
	Menu6_9=new Array("Textiles","/applications/textiles.shtml","",2);
	        Menu6_9_1=new Array("Fuse Press","/applications/textiles.shtml#fuse","",0,20,70);
	        Menu6_9_2=new Array("Dryer","/applications/textiles.shtml#dryer","",0);

Menu7=new Array("rollover:/menu/nav_contact.gif:/menu/nav_contact_x.gif","/contact/index.shtml","",0,26,87);

Menu8=new Array("rollover:/menu/nav_sitemap.gif:/menu/nav_sitemap_x.gif","/sitemap.shtml","",0,26,49);
