function WriteStart() {
var clickmessage="Helaas, afbeeldingen mogen niet worden opgeslagen."

function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
alert(clickmessage);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
alert(clickmessage);
return false;
}
}
else if (document.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
alert(clickmessage)
return false
}
}
}

function associateimages(){
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown=disableclick;
}

if (document.all)
document.onmousedown=disableclick
else if (document.getElementById)
document.onmouseup=disableclick
else if (document.layers)
associateimages()

document.write('  <table>')
document.write('  <tr><td class="top">')
document.write('    <!-- Kop -->')
document.write('         <h5>')
document.write('         CreaTekst * Vossersteeg 75 * 7722 RJ  Dalfsen * telefoon 0529-466499 * <a href="mailto:info@createkst.nl"><font color="#FFFFFF">info@createkst.nl</font></a>')
document.write('         </h5>')
document.write('         <br><br><br><br>')
document.write('      <table>')
document.write('      <tr height="40px">')
document.write('            <td class="menublok"><br><a href="./index.htm">      <h6>Home</h6>        </a></td>')
document.write('            <td class="menublok"><br><a href="./createkst.htm"> <h6>CreaTekst</h6>   </a></td>')
document.write('            <td class="menublok"><br><a href="./teksten.htm">   <h6>Teksten</h6>     </a></td>')
document.write('            <td class="menublok"><br><a href="./webdesign.htm"> <h6>Webdesign</h6>   </a></td>')
document.write('            <td class="menublok"><br><a href="./vormgeving.htm"><h6>Vormgeving</h6>  </a></td>')
document.write('            <td class="menublok"><br><a href="./foto.htm"><h6>Fotografie</h6>  </a></td>')
document.write('            <td class="menublok"><br><a href="./tarieven.htm">  <h6>Contact</h6>     </a></td>')
document.write('        </tr>')
document.write('      </table>')
document.write('    <!-- Einde Kop -->')
document.write('  </td></tr>')
document.write('  <tr><td class="midden">')
document.write('')
}

function WriteEnd() {
document.write('  </td></tr>')
document.write('  </table>')
document.write('  <script type="text/javascript">')
document.write('  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");')
document.write('  document.write(unescape("%3Cscript src=\'" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E"));')
document.write('  </script>')
document.write('  <script type="text/javascript">')
document.write('  try {')
document.write('  var pageTracker = _gat._getTracker("UA-934454-2");')
document.write('  pageTracker._trackPageview();')
document.write('  } catch(err) {}</script>')
document.write('')
}

