// menu for ManyWorks.com
//
// site_addMenuEntry (title, fHomeDisplay, fTrailer, imgSrc,hRefAction,hRefTarget,clickAction,mouseOverAction,description)
//
site_addMenuEntry('About',true,true,'about','~|~about~h~',null,null,null
	,"Jay Krause is a web designer, photographer, and business consultant.");

site_addMenuEntry('Webbery',true,true,'html','~|~webdesign~h~',null,null,null
	,"Web design and related graphic design and photographic services.");

site_addMenuEntry('Photography',true,true,'camera','~|~photography~h~',null,null,null
	,"Commercial photographic services.");

site_addMenuEntry('Hiring',true,true,'casting','~|~hiring~h~',null,null,null
	,"Hiring Models, stylists, makup artists, photographers.");

if (clib_fLocal) site_addMenuEntry('Fun',true,true,'jokes','~|~funstuff~h~',null,null,null
	,"Fun stuff including astrology, astronomy, jokes and Tarot cards.");

//site_addMenuEntry('Links',true,true,'links','~|~links~h~',null,null,null
//	,"Other good things elsewhere in the world...");

//site_addMenuEntry('New',true,true,'new','~|~new~h~',null,null,null
//	,"Recent updates to the ManyWorks site...");

//site_addMenuEntry('Silk',true,true,'silk', '~|~silk~h~',null,null,null
//	,"Art - a blend of photography, photo manipulation, and software.");

//site_addMenuEntry('Nature',true,true,'nature', '~|~nature~h~',null,null,null
//	,"Photographs of wildlife, landscape and adventures in nature.");

// site_addMenuEntry('Models',true,true,'camera','~|~models~h~',null,null,null
//	,"Models for fun and fashion.");


