//////////////////////pops/////////////////////////////////////
<!--
function pops(w,h,nav,loc,sts,menu,scroll,resize,name,url) {//v1.0
 var windowProperties=''; if(nav==false) windowProperties+='toolbar=no,'; else
  windowProperties+='toolbar=yes,'; if(loc==false) windowProperties+='location=no,';
 else windowProperties+='location=yes,'; if(sts==false) windowProperties+='status=no,';
 else windowProperties+='status=no,'; if(menu==false) windowProperties+='menubar=no,';
 else windowProperties+='menubar=yes,'; if(scroll==false) windowProperties+='scrollbars=no,';
 else windowProperties+='scrollbars=yes,'; if(resize==false) windowProperties+='resizable=no,';
 else windowProperties+='resizable=no,'; if(w!="") windowProperties+='width='+w+',';
 if(h!="") windowProperties+='height='+h; if(windowProperties!="") {
  if( windowProperties.charAt(windowProperties.length-1)==',')
   windowProperties=windowProperties.substring(0,windowProperties.length-1); }
 window.open(url,name,windowProperties);
}
	// -->
//////////////////////slideshow///////////////////////////////////

function swap(newImage)
{
var fileName = newImage.toString() + ".jpg"
document.slideshow.src = fileName
}

function mailpage()
{
mail_str = "mailto:?subject=Check out the " + document.title + " webpage";
mail_str += "&body=I thought you might be interested in the " + document.title + " webpage from the Oakworks Spa Tables website";
mail_str += ". You can view the page at, " + location.href; 
location.href = mail_str;
}


