	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='#D79100';			// Background color when mouse is not over on subs
	var HighBgColor='#D71A01';			// Background color when mouse is over
	var HighSubBgColor='#996600';			// Background color when mouse is over on subs
	var FontLowColor='#FF3300';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='#FFFFC6';			// Font color subs when mouse is over
	var BorderColor='#6699CC';			// Border color
	var BorderSubColor='#6699CC';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial"	// 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=284;				// Menu offset x coordinate
	var StartLeft=26;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=10;				// Left padding
	var TopPaddng=1;				// 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 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='';				// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highlighted
	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"

// My Settings
var myHeight=16;

Menu1=new Array("About Us","about_us.htm","",5,myHeight,72);
	Menu1_1=new Array("Corporate Profile","about_us.htm","",0,myHeight,135);	
	Menu1_2=new Array("Mission","mission.htm","",0,myHeight);	
	Menu1_3=new Array("Vision","vision.htm","",0,myHeight);	
	Menu1_4=new Array("Corporate Structure","corporate_structure.htm","",0,myHeight);	
	Menu1_5=new Array("Corporate Milestones","corporate_milestones.htm","",0,myHeight);	

Menu2=new Array("Products & Services","our_services.htm","",8,myHeight,135);
	Menu2_1=new Array("CD Replication","our_services.htm","",0,myHeight,125);	
	Menu2_2=new Array("Designer CD","designer_cd.htm","",0);
	Menu2_3=new Array("DVD Replication","dvd_replication.htm","",0);
	Menu2_4=new Array("DigiCard","digicard.htm","",2);
		Menu2_4_1=new Array("Free Form CD Card","free_form_cd_card.htm","",0,myHeight,120);
		Menu2_4_2=new Array("Snap 'n Play","snap_n_play.htm","",0);
	Menu2_5=new Array("QA Process","qa_process.htm","",0);
	Menu2_6=new Array("Copyright Protection","copyright_protection.htm","",0);
	Menu2_7=new Array("Environmental Policy","environmental_policy.htm","",0);
	Menu2_8=new Array("Other Services","other_services.htm","",0);

Menu3=new Array("Download","download.htm","",2,myHeight,75);
	Menu3_1=new Array("Annual Reports","download.htm#AnnualReport","",0,myHeight,100);
	Menu3_2=new Array("Film Template","download.htm#FilmTemplate","",0);

Menu4=new Array("Contact Us","contact_us.htm","",2,myHeight,80);
	Menu4_1=new Array("Locations","contact_us.htm","",0,myHeight,110);
	Menu4_2=new Array("Business Enquiry","business_enquiry.htm","",0);

now = new Date();
Menu5=new Array("Announcements","news.htm","",now.getYear()-1999,myHeight,110);	
	Menu5_1=new Array("2000","news_2000.htm","",0,myHeight,100);
	Menu5_2=new Array("2001","news_2001.htm","",0);
	Menu5_3=new Array("2002","news_2002.htm","",0);
	Menu5_4=new Array("2003","news_2003.htm","",0);
	Menu5_5=new Array("2004","news_2004.htm","",0);
	Menu5_6=new Array("2005","news_2005.htm","",0);
	Menu5_7=new Array("2006","news_2006.htm","",0);
	Menu5_8=new Array("2007","news_2007.htm","",0);
	Menu5_9=new Array("2008","news_2008.htm","",0);
	Menu5_10=new Array("2009","news_2009.htm","",0);
	Menu5_11=new Array("2010","news_2010.htm","",0);

Menu6=new Array("Site Map","sitemap.htm","",0,myHeight,68);

Menu7=new Array("Home","index.htm","",0,myHeight,40);
