// JavaScript Document

var myBotNav =
[
    ['<img src="images/webgraphics/ddBotNav/botNavHomeSlc.jpg" />', '', 'index.php', '_self', 'description'],  // a menu item
    ['<img src="images/webgraphics/ddBotNav/botNavPortSlc.jpg" />', '', '', '_self', 'description',   // a folder item
        ['Acrylic Paintings', '', 'acrylicImgViewer.php', '_self', 'description'],  // a menu item
        ['Postcards', '', 'postcardsImgViewer.php', '_self', 'description'],  // a menu item
        ['Clouds', '', 'cloudsImgViewer.php', '_self', 'description'],  // a menu item
        ['Book Illustrations', '', 'bookillustImgViewer.php', '_self', 'description'],  // a menu item
		['Murals', '', 'muralsImgViewer.php', '_self', 'description'],  // a menu item
    ],
    ['<img src="images/webgraphics/ddBotNav/botNavVidSlc.jpg" />', '', '', '_self', 'description',   // a folder item
        ['Videos', '', 'videos.php', '_self', 'description'],  // a menu item
        ['Slideshow', '', 'slideshow.php', '_self', 'description'],  // a menu item
    ],
    ['<img src="images/webgraphics/ddBotNav/botNavBioSlc.jpg" />', '', 'bio.php', '_self', 'description',  // a menu item
	    ['Press Articles', '', 'articles.php', '_self', 'description'],  // a menu item
 	],
    ['<img src="images/webgraphics/ddBotNav/botNavArtClSlc.jpg" />', '', 'artclasses.php', '_self', 'description'],  // a menu item
    ['<img src="images/webgraphics/ddBotNav/botNavFacePaintSlc.jpg" />', '', 'facepainting.php', '_self', 'description'],  // a menu item
    ['<img src="images/webgraphics/ddBotNav/botNavContactSlc.jpg" />', '', '', '', 'description',  // a menu item
	    ['Contact Me', '', 'contact.php', '_self', 'description'],  // a menu item
	    ['Community Links', '', 'links.php', '_self', 'description'],  // a menu item
	],
];

var myBookIllustrationMenu =
[
    ['<img src="images/webgraphics/topnav_childrens.jpg" />', '', 'childbooks.html', '_self', 'description',   // a folder item
        ['<img src="images/webgraphics/ddNavChildBooks/ddVoyage.jpg" />', '', 'voyage.html', '_self', 'description'],  // a menu item
        ['<img src="images/webgraphics/ddNavChildBooks/ddFlowerWoman.jpg" />', '', 'flowerwoman.html', '_self', 'description'],  // a menu item
        ['<img src="images/webgraphics/ddNavChildBooks/ddlesjours.jpg" />', '', 'lesjours.html', '_self', 'description'],  // a menu item
    ],
    ['<img src="images/webgraphics/topnav_digital.jpg" />', '', 'digital.html', '_self', 'description'],  // a menu item
    ['<img src="images/webgraphics/topnav_japodeco.jpg" />', '', 'japandeco.html', '_self', 'description'],  // a menu item
    ['<img src="images/webgraphics/topnav_technical.jpg" />', '', 'technical.html', '_self', 'description'],  // a menu item
];