//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

menu = new Menu();
menu.addItem("webmasterid","Home","Magstags Home Page",null,null);
menu.addItem("cristaylor","Cris Taylor","Cris Taylor's Translated Tutorials",null,null);
menu.addItem("ericaid","Erika","Erika's Translated Tutorials",null,null);
menu.addItem("gastonid","Gaston","Gaston's Magic Clouds",null,null);
menu.addItem("gerdaid","Gerda","Gerda's Gallery",null,null);
menu.addItem("gerrieid","Gerrie","Gerrie's Translated Tutorials",null,null);
menu.addItem("jeanetteid","Jeanette","Jeanette's Translated Tutorials",null,null);
menu.addItem("joyceid","Joyce","Joyce's Gallery",null,null);
menu.addItem("lisaid","Lisa","Lisa's Gallery",null,null);
menu.addItem("noellaid","Noëlla","Noëlla's Gallery",null,null);
menu.addItem("tinekeid","Tineke","Tineke's Gallery",null,null);
menu.addItem("scriptsid","Email","Email","mailto:magtags@gmail.com",null,null);

	menu.addSubItem("webmasterid","Index","Magtstags Main Page","http://www.magstags.za.cx/index.htm",""); 
	menu.addSubItem("webmasterid","Filters","List of Filter Sites","http://www.magstags.za.cx/magstagsfilters.htm","");
	menu.addSubItem("webmasterid","Fractals","All About Fractals","http://www.magstags.za.cx/fractals/fract_index.htm","");
	menu.addSubItem("webmasterid","PSP Goodies","Index of Various PSP Sites and Goodies","http://magstags.za.cx/magstutspage.htm","");
	menu.addSubItem("webmasterid","More Translations","More translated tutorials","http://www.magstags.za.cx/moretranslations.htm","");
	menu.addSubItem("webmasterid","Tutorials by TWInc","Tutorials by TWInc","http://www.magstags.za.cx/twi_members.htm","");	

	menu.addSubItem("cristaylor","Index","Index","http://www.geocities.com/maggie2za/","");
      	menu.addSubItem("cristaylor","Backgrounds","Backgrounds","http://www.geocities.com/maggie2za/cristaylor_indexbackgrounds.htm","");
                 	menu.addSubItem("cristaylor","Toppers","Toppers","http://www.geocities.com/maggie2za/cristaylor_indextoppers.htm","");
                 	menu.addSubItem("ericaid","Index","Erika's Gallery","http://www.magstags.za.cx/erica/erica_index.htm","");
                 	menu.addSubItem("gastonid","Magic Clouds","Gaston's Magic Clouds","http://www.magstags.za.cx/gaston/gaston_clouds.htm","");
                 	menu.addSubItem("gerdaid","Index","Gerda's Gallery","http://www.geocities.com/magstags6 ","");
                 	menu.addSubItem("gerrieid","Index","Gerrie's Gallery","http://www.geocities.com/magstags4/","");
	menu.addSubItem("joyceid","Index","Joyce","http://www.magstags.za.cx/joyce/joyce_index.htm","");
	menu.addSubItem("jeanetteid","Index","Jeanette","http://www.geocities.com/magstags7","");	
	menu.addSubItem("lisaid","Index","Lisa's Gallery","http://www.geocities.com/magstags5","");
	menu.addSubItem("noellaid","Index","Noëlla's Gallery","http://www.geocities.com/magstags3","");
                 	menu.addSubItem("tinekeid","Index","Tineke's Gallery","http://www.magstags.za.cx/tineke/tineke_index.htm","");
        
        

	menu.showMenu();
}







