// JavaScript Document Holds DATE, TOP NAVIGATION, ADDRESS & DISCLAIMER Include File Used On All Web Pages


/********************************************************
* TOP NAV
********************************************************/
function topNav() {
document.write('<div id="top" align="center">');
document.write('<a href="index.htm" class="nav">HOME</a><a href="biography.htm" class="nav">BIOGRAPHY</a><a href="news.htm" class="nav">NEWS &amp; EXHIBITIONS</a><a href="gallery.htm" class="nav">GALLERY</a><a href="engagements.htm" class="nav">SPEAKING ENGAGEMENTS</a><a href="contact.htm" class="nav">CONTACT &amp; ORDERS</a><a href="site.htm" class="nav">SITE MAP</a>');

}



/********************************************************
* ADDRESS AND DISCLAIMER 
********************************************************/
function addressDis() {
document.write('<div id="addressDis" align="center">');
document.write('&copy;Copyright 2010 Mark Tougias | American &amp; European Landscape Painter. All Rights Reserved<br>');
}