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

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#004a86';			// Background color when mouse is not over
	var LowSubBgColor='#dee7ef';			// Background color when mouse is not over on subs
	var HighBgColor='#004a86';			// Background color when mouse is over
	var HighSubBgColor='#315d9c';			// Background color when mouse is over on subs
	var FontLowColor='#004a86';			// Font color when mouse is not over
	var FontSubLowColor='#315d9c';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='#ffffff';			// Border color
	var BorderSubColor='#315d9c';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="verdana arial 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=0;				// 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:images/navi/home.gif:images/navi/home_a.gif","index.php","",0,39,111);

Menu2=new Array("rollover:images/navi/about.gif:images/navi/about_a.gif","about.php","",0,39,111);

Menu3=new Array("rollover:images/navi/news.gif:images/navi/news_a.gif","news.php","",0,39,111);

Menu4=new Array("rollover:images/navi/upcoming.gif:images/navi/upcoming_a.gif","upcoming.php","",0,39,111);
/*
	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:images/navi/products.gif:images/navi/products_a.gif","products.php","",7,39,110);

	Menu5_1=new Array("PTFE Adhesive Tapes","products--tapes.php","",0,20,190);
	Menu5_2=new Array("PTFE Fabrics","tfe--glass.php","",0);
	Menu5_3=new Array("PTFE Belting","products--belting.php","",0);
	Menu5_4=new Array("Silicone Rubber","src--glass.php","",0);
	Menu5_5=new Array("Microwave & RF Laminates","http://www.taconic-add.com","",0);
	Menu5_6=new Array("FR-4","http://www.taconic-stl.com","",0);
	Menu5_7=new Array("Architectural","http://www.taconic-afd.com","",0);

Menu6=new Array("rollover:images/navi/divisions.gif:images/navi/divisions_a.gif","divisions.php","",2,39,111);

	Menu6_1=new Array("Advanced Dielectric Division","http://www.taconic-add.com","",0,20,230);
        Menu6_2=new Array("Industrial Products Division","","",3);
	    Menu6_2_1=new Array("USA","divisions--ipd.php","",0,20,100);
	    Menu6_2_2=new Array("Europe","http://www.taconic-ipd.com","",0,20,100);
	    Menu6_2_3=new Array("Asia","http://www.taconic.co.kr","",0,20,100);

Menu7=new Array("rollover:images/navi/careers.gif:images/navi/careers_a.gif","careers.php","",0,39,110);

Menu8=new Array("rollover:images/navi/contact_a.gif:images/navi/contact_a.gif","contact.php","",0,39,110);

