// <!-- 154500809
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 
	
//var menuwidth='165px' //default menu width
//var menubgcolor='#EEEEEE'  //menu bgcolor
//var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
//var hidemenu_onclick="yes" //hide menu when user clicks within menu?

function putHead(pageName){
  document.write('<title>' + pageName + ' - skyredoubt.com</title>');
  document.write('<script type="text/javascript" src="emailhide.js"></script>');
  document.write('<script type="text/javascript" src="togglemenus.js"></script>');
  document.write('<script type="text/javascript" src="menucontentsreg.js"></script>');
  document.write('<script type="text/javascript" src="pageparts.js"></script>');
}


function putTopMenu(pageName){
  document.write('<tr>');
  document.write('<td ><a class="black" href="index.html">HOME</a></td>');
  document.write('<td width="22%">&nbsp;</td>');
  
  if (pageName.toUpperCase() !="PHOTOGRAPHY"){
    document.write('<td ><a class="black" href="photography.html" onMouseover="dropdownmenu(this, event, menuPHOTO, ');
      document.write("'160px')");
      document.write('" onMouseout="delayhidemenu()">PHOTOGRAPHY</a></td>');
  }
  else{
    document.write('<td ><a class="black">PHOTOGRAPHY</a></td>');
  }
  
  document.write('<td width="22%">&nbsp;</td>');
  
  if (pageName.toUpperCase() !="GRAPHICS"){
    document.write('<td ><a class="black" href="graphics.html" onMouseover="dropdownmenu(this, event, menuGRAPH, ');
      document.write("'150px')");
      document.write('" onMouseout="delayhidemenu()">GRAPHICS</a></td>');
  }
  else{
    document.write('<td ><a class="black">GRAPHICS</a></td>');
  }
  
  document.write('<td width="22%">&nbsp;</td>');
  
  if (pageName.toUpperCase() !="PROJECTS"){
    document.write('<td ><a class="black" href="projects.html" onMouseover="dropdownmenu(this, event, menuPROJ, ');
      document.write("'90px')");
      document.write('" onMouseout="delayhidemenu()">PROJECTS</a></td>');
  }
  else{
    document.write('<td ><a class="black">PROJECTS</a></td>');
  }
  
  document.write('<td width="22%">&nbsp;</td>');
  
  if (pageName.toUpperCase() !="INFO"){
    document.write('<td ><a class="black" href="info.html" onMouseover="dropdownmenu(this, event, menuINFO, ');
      document.write("'60px')");
      document.write('" onMouseout="delayhidemenu()">INFO</a></td>');
  }
  else{
    document.write('<td ><a class="black">INFO</a></td>');
  }
  
  document.write('</tr>');
  document.write('<tr>');
  document.write('<td class="black" colspan="9" height="3"></td>');
  document.write('</tr>');
  
  if (pageName.toUpperCase()!="PHOTOGRAPHY" && 
      pageName.toUpperCase()!="GRAPHICS" && 
      pageName.toUpperCase()!="PROJECTS" &&
      pageName.toUpperCase()!="INFO" ){
  	document.write('<tr>');
  		document.write('<td colspan="9" align="left"><a class="black" nohref>');
      document.write(pageName.toUpperCase());
      document.write('</a></td>');
  	document.write('</tr>');
  }
}

function veiwingInstructions(){
  document.write('<p class="copyright">');
  document.write('<br />');
  document.write('For larger image: click the caption (opens in a new window)');
  document.write('<br />');
  document.write('</p>');
}

function viewerAcknowledgement(){
  document.write('<p class="copyright">');
  document.write('<br />');
  document.write('Powered by <a class="reg" href="http://www.airtightinteractive.com/simpleviewer/" target="_blank">SimpleViewer</a> and <a class="reg" href="http://www.sweeting.org/mark/blog/category/flickrviewer/" target="_blank">FlickrViewer</a>');
  document.write('<br />');
  document.write('</p>');
}


function copyRightNotice(pageName){
  document.write('<p class="copyright">');
   if (pageName.toUpperCase()!="PHOTOGRAPHY" && 
      pageName.toUpperCase()!="GRAPHICS" && 
      pageName.toUpperCase()!="GALLERY" ){ 
      document.write('<br />');
      document.write('<br />');
  }
  document.write('&copy 2006-2010 <a class="regbl" href=');
    document.write("'javascript:bend(");
    document.write('"7110 2657 3182 2657 5414 3643 7122 3565 2165 5414 2657 2100 4501 5300 51 3182 3770 6929 4501 1635",7303,4277)');
    document.write("'");
    document.write('");');
    document.write(' onMouseOver="');
    document.write("self.status=''");
    document.write('; return true;" onMouseOut="');
    document.write("self.status=' '");
    document.write('; return true;">Peter Drubetskoy</a> - All Rights Reserved');
  document.write('</p>');
}

//-->

