	var NoOffFirstLineMenus=16;			// Number of first level items
	var LowBgColor='#9CA7A9';			// Background color when mouse is not over
	var LowSubBgColor='#9CA7A9';			
	var HighBgColor='#838989';			// Background color when mouse is over
	var HighSubBgColor='#838989';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='red';			// Font color when mouse is over
	var FontSubHighColor='red';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana"	// 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=0.05;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=106;				// 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=15;				// Left p3dding
	var TopPaddng=5;				// Top padding
	var FirstLineHorizontal=0;			// 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='';				// 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',24,13,'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("","","menu/about.jpg",0,27,167);

Menu2=new Array("rollover:menu/profile.jpg:menu/profile2.jpg","profile.htm","",0,25,167);

Menu3=new Array("rollover:menu/info.jpg:menu/info2.jpg","","",3,25,167);
	Menu3_1=new Array("Information","info.htm","menu/a.gif",0,25,159);
	Menu3_2=new Array("Neighbouring Activities","neighbour.htm","menu/b.gif");
	Menu3_3=new Array("History Of CIP","history.htm","menu/c.gif");

Menu4=new Array("rollover:menu/policy.jpg:menu/policy2.jpg","","",3,25,167);
	Menu4_1=new Array("CIP Quality Policy","quality.htm","menu/a.gif",0,25,159);
	Menu4_2=new Array("CIP Environment Policy","environment.htm","menu/b.gif");
	Menu4_3=new Array("CIP GGP Policy","ggp.htm","menu/c.gif");

Menu5=new Array("","","menu/1.jpg",0,20,167);

Menu6=new Array("","","menu/ourproducts.jpg",0,27,167);

Menu7=new Array("rollover:menu/products.jpg:menu/products2.jpg","","",4,25,167);
	Menu7_1=new Array("Components","components.htm","menu/a.gif",0,25,159);
	Menu7_2=new Array("Graphic Screen","graphic.htm","menu/b.gif");
	Menu7_3=new Array("Hot Stamping","hot.htm","menu/b.gif");
	Menu7_4=new Array("Acryllic","arc.htm","menu/c.gif",0,26,159);

Menu8=new Array("rollover:menu/facilities.jpg:menu/facilities2.jpg","","",8,25,167);
	Menu8_1=new Array("Lamination Process","facilities/lamination_process.htm","menu/a.gif",0,25,159);
	Menu8_2=new Array("Hot Stamping Process","facilities/hot_stamping.htm","menu/b.gif");
	Menu8_3=new Array("Slitting Process","facilities/slitting_process.htm","menu/b.gif");
	Menu8_4=new Array("Graphic Screen Process","facilities/graphic_screen.htm","menu/b.gif");
	Menu8_5=new Array("Die Cutting Process","facilities/die_cutting.htm","menu/b.gif");
	Menu8_6=new Array("Rotary Cutting Machine","facilities/rotary_cutting.htm","menu/b.gif");
	Menu8_7=new Array("High Speed Press","facilities/high_speed.htm","menu/b.gif");
	Menu8_8=new Array("Hydraulic Power Press","facilities/hydraulic_power.htm","menu/c.gif",0,26,159);

Menu9=new Array("","","menu/1.jpg",0,20,167);

Menu10=new Array("","","menu/misc.jpg",0,27,167);

Menu11=new Array("rollover:menu/rnd.jpg:menu/rnd2.jpg","rnd.htm","",0,25,167);

Menu12=new Array("rollover:menu/oversea.jpg:menu/oversea2.jpg","oversea.htm","",11,25,167);
	Menu12_1=new Array("Oversea Group","oversea.htm","menu/a.gif",0,25,159);
	Menu12_2=new Array("Malaysia","oversea/malaysia.htm","menu/b.gif");
	Menu12_3=new Array("Japan","oversea/japan.htm","menu/b.gif");
	Menu12_4=new Array("Singapore","oversea/singapore.htm","menu/b.gif");
	Menu12_5=new Array("China","oversea/china.htm","menu/b.gif");
	Menu12_6=new Array("Philippines","oversea/philippines.htm","menu/b.gif");
	Menu12_7=new Array("Indonesia","oversea/indonesia.htm","menu/b.gif");
	Menu12_8=new Array("Thailand","oversea/thailand.htm","menu/b.gif");
	Menu12_9=new Array("USA","oversea/usa.htm","menu/b.gif");
	Menu12_10=new Array("Mexico","oversea/mexico.htm","menu/b.gif");
	Menu12_11=new Array("Vietnam","oversea/vietnam.htm","menu/c.gif",0,26,159);

Menu13=new Array("","","menu/1.jpg",0,20,167);

Menu14=new Array("","","menu/web.jpg",0,27,167);

Menu15=new Array("rollover:menu/contact.jpg:menu/contact2.jpg","contact.htm","",0,25,167);

Menu16=new Array("rollover:menu/sitemap.jpg:menu/sitemap2.jpg","sitemap.htm","",0,25,167);


