/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', null,
	],
	['About', 'about.html', null,
		['What\'s New?', 'whatsnew.html']
	],	 
	['Blog', 'http://serendipitycards.blogspot.com/', null,
	],
	['Galleries', 'galleries.html', null,
		['By Occasion', 'byoccasion.html', null,
			['Birthday', 'birthday.html'],
			['Christmas', 'christmas.html'],
			['For Men & Boys', 'men.html'],
			['Just Because', 'floral.html'],
			['Miscellaneous', 'otheroccasions.html'],
			['New Baby', 'baby.html'],
			['Valentine\'s Day', 'valentines.html'],
			['Wedding & Anniversary', 'wedann.html']
		],
		['By Technique', 'technique.html', null,
			['3D Decoupage', 'layering.html'],
			['Cut & Fold', 'lace.html'],
			['Dry Embossing', 'embossed.html'],
			['Iris Folding', 'irisfold.html'],
			['Paper Embroidery', 'paperembr.html'],
			['Paper Piecing', 'paperpiece.html'],
			['Punches & Die Cuts', 'punched.html'],
			['Spiral String Art', 'stringart.html'],
			['Stamped', 'stamped.html'],
			['Tea-bag Folding', 'teabag.html'],
			['Other', 'other.html']
		]
	],
	['Freebies', 'instructions.html', null,	 
		['3-D Decoupage','3ddecoupageinst.html',null,	  
		],
			['Cut & Fold', 'cutandfold.html', null,
			['Birthday', 'cfbirthday.html'],
			['Christmas Snowflake 1','pdf\\cutnfoldsnowflake1.pdf', {'tw':'_blank'}],
			['Christmas Snowflake 2','pdf\\cutnfoldsnowflake2.pdf', {'tw':'_blank'}],
			['Easter Bunnies', 'cfeaster.html'], 
			['Easter Eggs', 'pdf\\easteregg.pdf', {'tw':'_blank'}],
			['Pumpkin', 'pdf\\pumpkin.pdf', {'tw':'_blank'}],
			['St. Patrick\'s Day', 'stpattyinst.html'],
			['Valentine\'s Card', 'valentineinst.html']
			
		],
		['Iris Folding', 'irisfoldinst.html', null,
			['Basic Templates', 'iristmpl.html'],
			['LOVE Pattern', 'pdf\\love.pdf', {'tw':'_blank'}],
			['Hat Pattern', 'pdf\\hatirispattern.pdf',{'tw':'_blank'}],
			['Instructions', 'irisinst.html'],
			['Shamrock', 'pdf\\ifshamrock.pdf',{'tw':'_blank'}],
			['Stained Glass Window', 'pdf\\stainedglass.pdf',{'tw':'_blank'}]
		],	 
		['Miscellaneous', 'miscprojects.html', null,
		],
		['Paper Embroidery', 'embrinst.html', null,
			['Instructions', 'embrinst.html', null,
				['Gold Star', 'embrstar.html'],	
				['Shamrock', 'pdf\\shamrock.pdf', {'tw':'_blank'}], 
				['Silver Star', 'embrsstar.html'],
				['Tear Drop', 'embrtear.html']
			],
			['Patterns', 'embrinst.html', null,
				['Baby Carriage', 'pdf\\babycarriage.pdf', {'tw':'_blank'}],
				['Butterfly', 'pdf\\butterflies.pdf', {'tw':'_blank'}],
				['Christmas Wreath', 'pdf\\wreaths.pdf', {'tw':'_blank'}],
				['Diamond', 'pdf\\EmbroideryShapes.pdf', {'tw':'_blank'}],
				['Eight Pointed Star', 'pdf\\8ptStar.pdf', {'tw':'_blank'}],
				['Five Point Star', 'pdf\\5ptstarpattern.pdf', {'tw':'_blank'}], 
				['Flower', 'pdf\\sixpetalflowers.pdf', {'tw':'_blank'}],
				['Lighthouse 1', 'pdf\\lighthouse1.pdf', {'tw':'_blank'}],
				['Lighthouse 2', 'pdf\\lighthouse2.pdf', {'tw':'_blank'}],
				['Oblong Ornament', 'pdf\\OblongOrnament.pdf', {'tw':'_blank'}], 
				['Other Ornaments', 'pdf\\EmbroideredOrnaments1.pdf', {'tw':'_blank'}],
				['Oval', 'pdf\\EmbroideryShapes.pdf', {'tw':'_blank'}],
				['Round Ornament', 'pdf\\EmbroideryShapes.pdf', {'tw':'_blank'}], 
				['Shamrock', 'pdf\\shamrock.pdf', {'tw':'_blank'}],	
				['Tear Drop', 'pdf/teardropornament.pdf', {'tw':'_blank'}],
				['Valentine\'s Cards', 'pdf\\stitchedvalentines.pdf', {'tw':'_blank'}]
			]
		],
		['Tea-bag Folding', 'teabagmenu.html', null,
			['Instructions', 'teabaginst.html', null,
				['Jewel (Octagon)', 'octagonfold2.html'],
				['Octagon 1', 'octagonfold1.html'],
				['Angel (Round)', 'angel.html'],
				['Dahlia (Round)', 'dahlia.html'],
				['Flower Petal (Round)', 'flowerpetalfold.html'],
				['Zig-Zag (Round)', 'zigzagfold.html'],
				['Pinwheel (Square)', 'pinwheel.html'],
				['Star (Square)', 'tbstar.html'],
				['Sunflower (Square)', 'sunflower.html'], 
				['Triple Star (Square)', 'tbtristar.html'],
				['Tulip (Square)', 'tulipfold.html']
			],
			['Tiles', 'teabagtiles.html', null,
				['Octagon', 'octogontiles.html'],
				['Round', 'roundtiles.html'],
				['Square: Multi-colored','squaremultitiles.html'],
				['Square: Blue','squarebluetiles.html'],
				['Square: Pink','squarepinktiles.html'],
					
				
			],	
			['Tile Page Generator For Windows', 'wintilegenerator.html'],
			['HTML Tile Page Generator (PC)', 'pctilegenerator.html'],
			['HTML Tile Page Generator (WEB)', 'webtilegenerator.html'] 

		]
	], 
	['Shopping', 'cardmaking.html', null,
	],
	['Links', 'links.html', null,
	]
];
