// JavaScript Document


// -----------------------------------------------------------------------------------


// To update all menus, menu must be updated on index.html and also on the following 3 javascript entries


// menus in all menu item pages (except protfolio gallery) - includes ul li and footer graphic, excludes header graphic and div tags

function navbarWithHome()
{
	 	document.write('<ul>\n');
			document.write('<li><a class="red" href="../index.php">< Home</a></li>\n');
	 		document.write('<li><a href="gallery.php" title="Portfolio gallery">Portfolio Gallery</a></li>\n');
			document.write('<li><a href="advertisingmarketing.php" title="Advertising and marketing">Advertising and marketing</a></li>\n');
	 		document.write('<li><a href="branddevelopment.php" title="Brand development">Brand development</a></li>\n');
	 		document.write('<li><a href="salespromotions.php" title="Sales promotions">Sales promotions</a></li>\n');
	 		document.write('<li><a href="exhibitiondisplay.php" title="Exhibition and display">Exhibition and display</a></li>\n');
	 		document.write('<li><a href="postersbanners.php" title="Posters and banners">Posters and banners</a></li>\n');
	 		document.write('<li><a href="signage.php" title="Signage">Signage / Shop fitouts</a></li>\n');
	 		document.write('<li><a href="pointofsale.php" title="Point of sale material">Point of sale material</a></li>\n');
	 		document.write('<li><a href="packaging.php" title="Packaging design">Packaging design</a></li>\n');
	 		document.write('<li><a href="brochuresflyers.php" title="Brochures and flyers">Brochures and flyers</a></li>\n');
	 		document.write('<li><a href="directmail.php" title="Direct mail">Direct mail</a></li>\n');
	 		document.write('<li><a href="websites.php" title="Web sites">Web sites</a></li>\n');
	 		document.write('<li><a href="aboutmotiv8.php" title="About motiv8">About motiv8</a></li>\n');
			document.write('<li><a href="email_us.php" title="Email us">Email us</a></li>\n');
		 	document.write('</ul>\n');
		 	document.write('<img src="global_img/motiv8_global_navbot47h.gif" width="183" height="47" class="spacer-1pxtop" />\n');
}


 





// menus in all menu item pages (except protfolio gallery) - includes ul li and footer graphic, excludes header graphic and div tags

function navbarGallery()
{
	 	document.write('<ul>\n');
			document.write('<li><a class="red" href="../index.php">< Home</a></li>\n');
			document.write('<li><a href="advertisingmarketing.php" title="Advertising and marketing">Advertising and marketing</a></li>\n');
	 		document.write('<li><a href="branddevelopment.php" title="Brand development">Brand development</a></li>\n');
	 		document.write('<li><a href="salespromotions.php" title="Sales promotions">Sales promotions</a></li>\n');
	 		document.write('<li><a href="exhibitiondisplay.php" title="Exhibition and display">Exhibition and display</a></li>\n');
	 		document.write('<li><a href="postersbanners.php" title="Posters and banners">Posters and banners</a></li>\n');
	 		document.write('<li><a href="signage.php" title="Signage">Signage / Shop fitouts</a></li>\n');
	 		document.write('<li><a href="pointofsale.php" title="Point of sale material">Point of sale material</a></li>\n');
	 		document.write('<li><a href="packaging.php" title="Packaging design">Packaging design</a></li>\n');
	 		document.write('<li><a href="brochuresflyers.php" title="Brochures and flyers">Brochures and flyers</a></li>\n');
	 		document.write('<li><a href="directmail.php" title="Direct mail">Direct mail</a></li>\n');
	 		document.write('<li><a href="websites.php" title="Web sites">Web sites</a></li>\n');
	 		document.write('<li><a href="aboutmotiv8.php" title="About motiv8">About motiv8</a></li>\n');
			document.write('<li><a href="email_us.php" title="Email us">Email us</a></li>\n');
		 	document.write('</ul>\n');
		 	document.write('<img src="global_img/motiv8_global_navbot47h.gif" width="183" height="47" class="spacer-1pxtop" />\n');
			}




// menus in all portfolio items pages - includes div, header graphic and footer graphic

function navbarPortItem()
{
	 document.write('<div id="navdiv"><img src="../global_img/motiv8_global_navtop_portitem.gif" alt="portfolio_item" width="183" height="56" />\n');
	 	document.write('<ul>\n');
	 		document.write('<li><a class="red" href="../gallery.php" title="Portfolio gallery">< Portfolio Gallery</a></li>\n');
	 		document.write('<li><a href="../advertisingmarketing.php" title="Advertising and marketing">Advertising and marketing</a></li>\n');
	 		document.write('<li><a href="../branddevelopment.php" title="Brand development">Brand development</a></li>\n');
	 		document.write('<li><a href="../salespromotions.php" title="Sales promotions">Sales promotions</a></li>\n');
	 		document.write('<li><a href="../exhibitiondisplay.php" title="Exhibition and display">Exhibition and display</a></li>\n');
	 		document.write('<li><a href="../postersbanners.php" title="Posters and banners">Posters and banners</a></li>\n');
	 		document.write('<li><a href="../signage.php" title="Signage">Signage / Shop fitouts</a></li>\n');
	 		document.write('<li><a href="../pointofsale.php" title="Point of sale material">Point of sale material</a></li>\n');
	 		document.write('<li><a href="../packaging.php" title="Packaging design">Packaging design</a></li>\n');
	 		document.write('<li><a href="../brochuresflyers.php" title="Brochures and flyers">Brochures and flyers</a></li>\n');
	 		document.write('<li><a href="../directmail.php" title="Direct mail">Direct mail</a></li>\n');
	 		document.write('<li><a href="../websites.php" title="Web sites">Web sites</a></li>\n');
	 		document.write('<li><a href="../aboutmotiv8.php" title="About motiv8">About motiv8</a></li>\n');
			document.write('<li><a href="../email_us.php" title="Email us">Email us</a></li>\n');
		 	document.write('</ul>\n');
		 document.write('<img src="../global_img/motiv8_global_navbot47h.gif" width="183" height="47" class="spacer-1pxtop" />\n');
	 document.write('</div>\n');
}









// -----------------------------------------------------------------------------------

// To update all footers, footer must be updated in index.html and also on the following 2 javascript entries

function footerLevel1()
{
	document.write('<hr />\n');
	document.write('<p class="textgrey200 height500">\n');
	document.write('<a href="../index.php" title="home">home</a> | \n');
	document.write('<a href="gallery.php" title="portfolio gallery">portfolio gallery</a> | \n');
	document.write('<a href="advertisingmarketing.php" title="advertising and marketing">advertising and marketing</a> | \n');
	document.write('<a href="branddevelopment.php" title="brand development">brand development</a> | \n');
	document.write('<a href="exhibitiondisplay.php" title="exhibition and display">exhibition and display</a> | \n');
	document.write('<a href="salespromotions.php" title="sales promotions">sales promotions</a> | \n');
	document.write('<a href="packaging.php" title="packaging design">packaging design</a><br />\n');
	document.write('<a href="brochuresflyers.php" title="brochures and flyers">brochures and flyers</a> | \n');
	document.write('<a href="postersbanners.php" title="posters and banners">posters and banners</a> | \n');
	document.write('<a href="pointofsale.php" title="Point of sale material">point of sale material</a> | \n');
	document.write('<a href="signage.php" title="signage">signage</a> | \n');
	document.write('<a href="directmail.php" title="direct mail">direct mail</a> | \n');
	document.write('<a href="websites.php" title="web sites">web sites</a> | \n');
	document.write('<a href="aboutmotiv8.php" title="about motiv8">about motiv8</a> | \n');
	document.write('<a href="email_us.php" title="email us">email us</a> \n');		
	document.write('</p>\n');
}


function footerGalleryItem()
{
	document.write('<hr />\n');
	document.write('<p class="textgrey200 height500">\n');
	document.write('<a href="../../index.php" title="home">home</a> | \n');
	document.write('<a href="../gallery.php" title="portfolio gallery">portfolio gallery</a> | \n');
	document.write('<a href="../advertisingmarketing.php" title="advertising and marketing">advertising and marketing</a> | \n');
	document.write('<a href="../branddevelopment.php" title="brand development">brand development</a> | \n');
	document.write('<a href="../exhibitiondisplay.php" title="exhibition and display">exhibition and display</a> | \n');
	document.write('<a href="../salespromotions.php" title="sales promotions">sales promotions</a> | \n');
	document.write('<a href="../packaging.php" title="packaging design">packaging design</a><br />\n');
	document.write('<a href="../brochuresflyers.php" title="brochures and flyers">brochures and flyers</a> | \n');
	document.write('<a href="../postersbanners.php" title="posters and banners">posters and banners</a> | \n');
	document.write('<a href="../pointofsale.php" title="Point of sale material">point of sale material</a> | \n');
	document.write('<a href="../signage.php" title="signage">signage</a> | \n');
	document.write('<a href="../directmail.php" title="direct mail">direct mail</a> | \n');
	document.write('<a href="../websites.php" title="web sites">web sites</a> | \n');
	document.write('<a href="../aboutmotiv8.php" title="about motiv8">about motiv8</a> | \n');
	document.write('<a href="../email_us.php" title="email us">email us</a> \n');		
	document.write('</p>\n');
}












