var header = '\
<div class="logo">\
<a href="index.html"><img src="include/media/images/logo01.gif" width="119" height="99" alt="" /></a>\
<a href="index.html"><img src="include/media/images/logo02.gif" width="73" height="99" alt="" /></a>\
</div>\
<h1><a href="index.html">Day Productions</a></h1>\
<h2>Media production &amp; services for every budget</h2>';

var navigation = '\
<ul>\
<li class="home"><a href="index.html">home</a></li>\
<li><a href="videoProduction.html">video production</a></li>\
<li><a href="weddingsEvents.html">weddings &amp; events</a></li>\
<li><a href="videoEditing.html">video editing</a></li>\
<li><a href="duplication.html">duplication</a></li>\
<li><a href="conversions.html">conversions</a></li>\
</ul>';

var contactInfo = '\
<p><strong>Day Productions</strong><br />\1745 East Vista Way<br />\Vista, CA 92084<br />\
<a href="http://maps.google.com/maps?q=1745+east+vista+wy,+vista,+CA+92084&hl=en" target="_blank">click for map</a></p>\<p>phone: 760-630-7398<br />\email: <a href="mailto:mday45@sbcglobal.net">mday45@sbcglobal.net</a></p>'

var footer = '\
<p>&copy; 2005 Day Productions</p>';

function showElement(theId) {
document.getElementById('ntsc').style.display="none";
document.getElementById('pal').style.display="none";
document.getElementById('secam').style.display="none";
document.getElementById(theId).style.display="";
}

function popMedia(theURL) {
window.open(theURL,'','resizable=yes,width=320,height=240,scrollbars=yes')
}