/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=23;			// Number of first level items
	var LowBgColor='#FAF6E4';			// Background color when mouse is not over
	var LowSubBgColor='#FAF6E4';			// Background color when mouse is not over on subs
	var HighBgColor='#ECD586';			// Background color when mouse is over
	var HighSubBgColor='#ECD586';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor="black";			// Font color when mouse is over
	var FontSubHighColor="black";			// Font color subs when mouse is over
	var BorderColor='#ECD586';			// Border color
	var BorderSubColor='#ECD586';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;					// 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=30;				// Menu offset x coordinate
	var StartLeft=40;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// 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='main';			// Frame where first level appears
	var SecLineFrame='main';			// Frame where sub levels appear
	var DocTargetFrame='main';			// 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 highligthed
	var Arrws=['/jscript/tri.gif',5,10,'/jscript/tridown.gif',10,5,'/jscript/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("Home","javascript:top.document.location.href='http://www.emicakes.com.sg';","",0,16,136);

Menu2=new Array("Promotions","","",2);
	//Menu2_1=new Array("*Dec Xmas Log Cakes","javascript:top.document.location.href='/logcake/';","",0,20,160);
	//Menu2_1=new Array("*Caricature Cake","javascript:top.document.location.href='/caricaturecake/';","",0,20,150);
	Menu2_1=new Array("Cake Vouchers","javascript:top.document.location.href='/cakevouchers/';","",0,20,150);
	Menu2_2=new Array("Greeting Card","javascript:top.document.location.href='/greetingcard/';","",0,20,150);

Menu3=new Array("Durian Cakes","","",4);
	Menu3_1=new Array("*Eggless available","","",0,20,150);
	//Menu3_2=new Array("Mao Shan Wang","javascript:top.document.location.href='/maoshanwang/';","",0,20,150);
	Menu3_2=new Array("*D24 Ultimate","javascript:top.document.location.href='/standard/ultimatedurian/';","",0,20,150);
	Menu3_3=new Array("*D24 Premium","javascript:top.document.location.href='/cart/cakespic/standard/durianpremium_index.htm';","",0,20,150);
	Menu3_4=new Array("D24 Classic","javascript:top.document.location.href='/cart/cakespic/standard/durianclassic_index.htm';","",0,20,150);
//	Menu3_5=new Array("D24 Durian Espresso","javascript:top.document.location.href='/durianespresso/';","",0,20,150);
//	Menu3_3=new Array("*Kampong Durian","javascript:top.document.location.href='/cart/cakespic/standard/kampong_index.htm';","",0,20,150);
//	Menu3_4=new Array("Durian Ice Cream(NOT AVAIL.)","","",0,20,150);
//javascript:top.document.location.href='/cart/cakespic/standard/d24ic_index.htm';
//Menu4=new Array("Veggie Cakes","","",0);
	//Menu4_1=new Array("Veggie Durian","javascript:top.document.location.href='/cart/cakespic/standard/veggiedurian_index.htm';","",0,20,200);
	//Menu4_2=new Array("Veggie Mango","javascript:top.document.location.href='/cart/cakespic/standard/veggiemango_index.htm';","",0,20,200);
	//Menu4_3=new Array("Veggie Mocha","javascript:top.document.location.href='/cart/cakespic/standard/veggiecoffee_index.htm';","",0,20,150);
	//Menu4_4=new Array("Veggie Chocolate","javascript:top.document.location.href='/cart/cakespic/standard/veggiechoc_index.htm';","",0,20,150);
	//Menu4_5=new Array("Eggless Cakes","javascript:top.document.location.href='/cart/eggless_index.htm';","",0,20,150);
Menu4=new Array("Mango Cakes","","",4);
	Menu4_1=new Array("*Eggless available","","",0,20,150);
	Menu4_2=new Array("Mango Ultimate","javascript:top.document.location.href='/cart/cakespic/standard/mangoultimate_index.htm';","",0,20,150);
	Menu4_3=new Array("*Mango Premium","javascript:top.document.location.href='/cart/cakespic/standard/mangopremium_index.htm';","",0,20,150);
	Menu4_4=new Array("Mango Classic","javascript:top.document.location.href='/cart/cakespic/standard/mangoclassic_index.htm';","",0,20,150);

Menu5=new Array("Chocolate Cakes","","",8);
	Menu5_1=new Array("*Eggless available","","",0,20,150);
	Menu5_2=new Array("Ultimate Brownie Addiction","javascript:top.document.location.href='/ultimatebrownie/';","",0,20,150);
	Menu5_3=new Array("*Chocolate Imperial","javascript:top.document.location.href='/chocolatecake/chocolateimperial/';","",0,20,150);
	Menu5_4=new Array("*Pure Addiction","javascript:top.document.location.href='/chocolatecake/pureaddiction/';","",0,20,150);
	//Menu5_4=new Array("Superb Choc","javascript:top.document.location.href='/cart/cakespic/standard/superbchoc_index.htm';","",0,20,150);
	Menu5_5=new Array("*Chocolate Mousse","javascript:top.document.location.href='/chocolatecake/';","",0,20,150);
	//Menu5_6=new Array("Chanukah Choc","javascript:top.document.location.href='/cart/cakespic/standard/chanukah_index.htm';","",0,20,150);
	Menu5_6=new Array("*Choco Berrie","javascript:top.document.location.href='/cart/cakespic/standard/chocoberrie_index.htm';","",0,20,150);
	Menu5_7=new Array("*Black Forest","javascript:top.document.location.href='/chocolatecake/blackforestcake/';","",0,20,150);
	Menu5_8=new Array("Fudge Madness","javascript:top.document.location.href='/chocolatecake/fudgemadness/';","",0,20,150);
	
Menu6=new Array("Standard Cakes","","",6);
	Menu6_1=new Array("*Eggless available","","",0,20,150);
	Menu6_2=new Array("Tiramisu","javascript:top.document.location.href='/tiramisu/';","",0,20,150);
	Menu6_3=new Array("*Fruity Treat","javascript:top.document.location.href='/cart/cakespic/standard/fruity_index.htm';","",0,20,150);
	Menu6_4=new Array("*Strawberry | Blueberry","javascript:top.document.location.href='/cart/cakespic/standard/strawberry_index.htm';","",0,20,150);
	Menu6_5=new Array("Oreomisu","javascript:top.document.location.href='/oreomisu/';","",0,20,150);
	Menu6_6=new Array("Mocha","javascript:top.document.location.href='/mocha/';","",0,20,150);
	//Menu6_7=new Array("Yam Authentic","javascript:top.document.location.href='/cart/cakespic/standard/yam_index.htm';","",0,20,150);
	//Menu6_2=new Array("Cranberry Surprise","javascript:top.document.location.href='/cart/cakespic/standard/cranberry_index.htm';","",0,20,150);
	//Menu6_6=new Array("Tropical Salsa/Taffy Break","javascript:top.document.location.href='/cart/cakespic/standard/tropical_index.htm';","",0,20,150);
	//Menu6_4=new Array("*Mango Sunrise","javascript:top.document.location.href='/cart/cakespic/standard/mango_index.htm';","",0,20,150);
	//Menu6_3=new Array("Yam *<i>Not Available</i>","","",0,20,150);
	//Menu6_5=new Array("Walnut Cake","javascript:top.document.location.href='/cart/cakespic/standard/walnut_index.htm';","",0,20,150);
	//Menu6_6=new Array("Vanilla Cake","javascript:top.document.location.href='/cart/cakespic/standard/vanilla_index.htm';","",0,20,150);
	
Menu7=new Array("Happy Faces","","",5);
	Menu7_1=new Array("Cai Shen Ye","javascript:top.document.location.href='/cny09/';","",0,20,180);
	Menu7_2=new Array("Happy Faces","javascript:top.document.location.href='/cart/cakespic/happyfaces/';","",0,20,180);
	Menu7_3=new Array("NEW Happy Faces","javascript:top.document.location.href='/happyfaces20/';","",0,20,150);
	Menu7_4=new Array("The Brown Family","javascript:top.document.location.href='/cart/brownfam_index.htm';","",0,20,150);
	Menu7_5=new Array("2-tier Cakes","javascript:top.document.location.href='/cart/gg2tier_index.htm';","",0,20,150);

Menu8=new Array("Designer Cakes","","",5);
	Menu8_1=new Array("Designer Cakes","javascript:top.document.location.href='/cart/cakespic/designer/';","",0,20,150);
	//Menu8_2=new Array("D24 Designer Cake","javascript:top.document.location.href='/cart/D24Designer_index.htm';","",0,20,150);
	Menu8_2=new Array("Joyful Jubilee","javascript:top.document.location.href='/cart/joyful_index.htm';","",0,20,150);
	Menu8_3=new Array("Soccer Game","javascript:top.document.location.href='/cart/football_index.htm';","",0,20,150);
	Menu8_4=new Array("For The Gentlemen","javascript:top.document.location.href='/cart/gent_index.htm';","",0,20,150);
	Menu8_5=new Array("Lotus | Tranquility","javascript:top.document.location.href='/cart/chinese_index.htm';","",0,20,150);


//Menu9=new Array("*Children\'s Design","javascript:top.document.location.href='/cart/cartoon_index.htm';","",0);
Menu9=new Array("**Cartoon Cakes","","",2);
	Menu9_1=new Array("*Cartoon Cakes 2010","javascript:top.document.location.href='/cartooncake/';","",0,20,150);
	Menu9_2=new Array("Others","javascript:top.document.location.href='/cart/cakespic/cartoon/';","",0,20,150);
	

//Menu10=new Array("3D Fancy Cakes","","",1);
//	Menu10_1=new Array("<B>Not Available</B>","","",0,20,150);
Menu10=new Array("3D Fancy Cakes","","",18);
	Menu10_1=new Array("<B>Preview ALL</B>","javascript:top.document.location.href='/cart/cakespic/fancycake/';","",0,20,150);
	Menu10_2=new Array("Teenie Weenie Bikini","javascript:top.document.location.href='/cart/cakespic/fancycake/twbikini_index.htm';","",0,20,150);
	Menu10_3=new Array("Grand Piano","javascript:top.document.location.href='/cart/cakespic/fancycake/grandpiano_index.htm';","",0,20,150);
	Menu10_4=new Array("The Graduate","javascript:top.document.location.href='/cart/cakespic/fancycake/graduate_index.htm';","",0,20,150);
	Menu10_5=new Array("Speedy Track","javascript:top.document.location.href='/cart/cakespic/fancycake/speedytrack_index.htm';","",0,20,150);
	Menu10_6=new Array("Golf","javascript:top.document.location.href='/cart/cakespic/fancycake/golf_index.htm';","",0,20,150);
	Menu10_7=new Array("Cheers","javascript:top.document.location.href='/cart/cakespic/fancycake/cheers_index.htm';","",0,20,150);
	Menu10_8=new Array("Lady Emma","javascript:top.document.location.href='/cart/cakespic/fancycake/ladyemma_index.htm';","",0,20,150);
	Menu10_9=new Array("Cutie Jumper","javascript:top.document.location.href='/cart/cakespic/fancycake/cutiejumper_index.htm';","",0,20,150);
	Menu10_10=new Array("Goal!","javascript:top.document.location.href='/cart/cakespic/fancycake/goal_index.htm';","",0,20,150);
	Menu10_11=new Array("Choo Choo Express","javascript:top.document.location.href='/cart/cakespic/fancycake/ccexpress_index.htm';","",0,20,150);
	Menu10_12=new Array("Fantasy Land","javascript:top.document.location.href='/cart/cakespic/fancycake/fantasyland_index.htm';","",0,20,150);
	Menu10_13=new Array("Chester The Dino","javascript:top.document.location.href='/cart/cakespic/fancycake/chester_index.htm';","",0,20,150);
	Menu10_14=new Array("Father\'s Warmth","javascript:top.document.location.href='/cart/cakespic/fancycake/fatherswarmth_index.htm';","",0,20,150);
	Menu10_15=new Array("Coast Guard","javascript:top.document.location.href='/cart/cakespic/fancycake/coastguard_index.htm';","",0,20,150);
	Menu10_16=new Array("Longevity Peach","javascript:top.document.location.href='/cart/cakespic/fancycake/longevitypeach_index.htm';","",0,20,150);
	Menu10_17=new Array("Jonah","javascript:top.document.location.href='/cart/cakespic/fancycake/jonah_index.htm';","",0,20,150);
	Menu10_18=new Array("Mad Dash","javascript:top.document.location.href='/cart/cakespic/fancycake/maddash_index.htm';","",0,20,150);


Menu11=new Array("*Caricature Cake","javascript:top.document.location.href='/caricaturecake/';","",0);

Menu12=new Array("My Little Princess 2010","javascript:top.document.location.href='/mylittleprincess/';","",0);

Menu13=new Array("Good Health","","",4);
	Menu13_1=new Array("Good Health","javascript:top.document.location.href='/cart/goodhealth_index.htm';","",0,20,150);
	Menu13_2=new Array("Chrysanthemum I","javascript:top.document.location.href='/cart/chrys1_index.htm';","",0,20,150);
	Menu13_3=new Array("Chrysanthemum II","javascript:top.document.location.href='/cart/chrys2_index.htm';","",0,20,150);
	Menu13_4=new Array("Longevity Peach (3D)","javascript:top.document.location.href='/cart/cakespic/fancycake/longevitypeach_index.htm';","",0,20,150);

Menu14=new Array("Designers Round","javascript:top.document.location.href='/cart/designersround_index.htm';","",0);

Menu15=new Array("Number Cake","javascript:top.document.location.href='/cart/cakespic/numbercake/';","",0);

Menu16=new Array("Mahjong","javascript:top.document.location.href='/mahjong/';","",0);

Menu17=new Array("Special Design","","",5);
		Menu17_1=new Array("Love Bear","javascript:top.document.location.href='/special/lovebear/';","",0,20,150);
		Menu17_2=new Array("Twin Peaks","javascript:top.document.location.href='/cart/twinpeak_index.htm';","",0,20,150);
		Menu17_3=new Array("*Bikini","javascript:top.document.location.href='/cart/bikini_index.htm';","",0,20,150);
		Menu17_4=new Array("Choo-Choo Train","javascript:top.document.location.href='/cart/choo-chootrain_index.htm';","",0,20,150);
		Menu17_5=new Array("Special Design","javascript:top.document.location.href='/cart/special_index.htm';","",0,20,150);

Menu18=new Array("Wedding Cake","javascript:top.document.location.href='/cart/wedding_index.htm';","",0);

//Menu19=new Array("Baby\'s Full Month","javascript:top.document.location.href='/cart/fullmonth_index.htm';","",0);

Menu19=new Array("*Mini Items","","",7);
	Menu19_1=new Array("*Eggless Cubes","javascript:top.document.location.href='/egglesscake/';","",0,20,150);
	Menu19_2=new Array("Desserts","javascript:top.document.location.href='/desserts/';","",0,20,150);
	//Menu19_2=new Array("Cube Cakes","javascript:top.document.location.href='/minicubes/';","",0,20,150);
	Menu19_3=new Array("Premium Cubes","javascript:top.document.location.href='/premiumcube/';","",0,20,150);
	Menu19_4=new Array("Durian Crepes & Puffs","javascript:top.document.location.href='/minidurian/';","",0,20,150);
	Menu19_5=new Array("Mini Delights","javascript:top.document.location.href='/minicups/';","",0,20,150);
	Menu19_6=new Array("Mini Cakes","javascript:top.document.location.href='/minicakes/';","",0,20,150);
	Menu19_7=new Array("Rolls","javascript:top.document.location.href='/rolls/';","",0,20,150);

Menu20=new Array("Oriental Designs","javascript:top.document.location.href='/oriental/';","",0);

//Menu21=new Array("My Little Princess","javascript:top.document.location.href='/mylittleprincess/';","",0);

Menu21=new Array("Horoscope","javascript:top.document.location.href='/horoscopecakes/';","",0);

Menu22=new Array("**Zodiac 2010","javascript:top.document.location.href='/zodiaccakes/';","",0);

Menu23=new Array("Filipino Cake","javascript:top.document.location.href='/filipinocake/';","",0);