function pagepop(imagename) {
popwin = this.open(imagename, "page", "width=520,height=450, toolbar=no,menubar=no,location=no,resize=no,noresize");
popwin.focus()}

function gallerypop(imagename) {
popwin = this.open(imagename, "gallery", "width=500,height=320, toolbar=no,menubar=no,location=no,scrollbars=no,resize=no,noresize");
popwin.focus()}

function mappop() {
popwin = this.open("map.html", "map", "width=300,height=300, toolbar=no,menubar=no,location=no,scrollbars=no,resize=no,noresize");
popwin.focus()}






function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}

function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}

function MM_findObj(n, d) { //v4.01
var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;}

function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}





function RequestForm_Validator(theForm){

if (theForm.name1.value == ""){
alert("Please enter a value for the \"Name\" field.");
theForm.name1.focus();
return (false);}

if (theForm.tel.value == ""){
alert("Please enter a value for the \"Telephone\" field.");
theForm.tel.focus();
return (false);}

if (theForm.tel.value.length < 30){
alert("Please include your area code in the \"Telephone\" field.");
theForm.tel.focus();
return (false);}

if (theForm.date_of_event.value == ""){
alert("Please enter a value for the \"Date of Event\" field.");
theForm.date_of_event.focus();
return (false);}

if (theForm.date_of_event.value.length < 6){
alert("Please enter a valid date in the \"Date of Event\" field.");
theForm.date_of_event.focus();
return (false);}

if (theForm.number_of_people.value == ""){
alert("Please enter a value for the \"Number of People\" field.");
theForm.number_of_people.focus();
return (false);}

return (true);}




function TellAFriend_Form_Validator(theForm){

if (theForm.name.value == ""){
alert("Please enter a value for the \"name\" field.");
theForm.name.focus();
return (false);}

if (theForm.name.value.length < 2){
alert("Please enter at least 2 characters in the \"Your Name\" field.");
theForm.name.focus();
return (false);}

if (theForm.emailrecommender.value == ""){
alert("Please enter a value for the \"Your E-mail\" field.");
theForm.emailrecommender.focus();
return (false);}

if (theForm.emailrecommender.value.length < 6){
alert("Please enter at least 6 characters in the \"Your E-mail\" field.");
theForm.emailrecommender.focus();
return (false);}

return (true);}




function ReservationForm_Validator(theForm){

if (theForm.salutation.value == "x"){
alert("Please select a Salutation.");
theForm.salutation.focus();
return (false);}

if (theForm.reserveFirstName.value == "First"){
alert("Please enter your First Name.");
theForm.reserveFirstName.focus();
return (false);}

if (theForm.reserveFirstName.value == ""){
alert("Please enter your First Name.");
theForm.reserveFirstName.focus();
return (false);}

if (theForm.reserveLastName.value == "Last"){
alert("Please enter your Last Name.");
theForm.reserveLastName.focus();
return (false);}

if (theForm.reserveLastName.value == ""){
alert("Please enter your Last Name.");
theForm.reserveLastName.focus();
return (false);}

if (theForm.reserveTelephoneNumber.value == ""){
alert("Please enter your Phone Number.");
theForm.reserveTelephoneNumber.focus();
return (false);}

if (theForm.reserveTelephoneNumber.value.length < 30){
alert("Please include your area code in the \"Phone Number\" field.");
theForm.reserveTelephoneNumber.focus();
return (false);}

if (theForm.reservationDay.value == "x"){
alert("Please specify what Day of the Week your reservation is for.");
theForm.reservationDay.focus();
return (false);}

if (theForm.reservationMonth.value == "x"){
alert("Please specify what Month your reservation is for.");
theForm.reservationMonth.focus();
return (false);}

if (theForm.reservationDate.value == ""){
alert("Please enter the date of your reservation.");
theForm.reservationDate.focus();
return (false);}

if (theForm.reservationTime.value == ""){
alert("Please enter the Time of Reservation.");
theForm.reservationTime.focus();
return (false);}

if (theForm.numberOfPeople.value == ""){
alert("Please enter the Number of People in your party.");
theForm.numberOfPeople.focus();
return (false);}

return (true);}





opacityFadeObjects = new Object();
opacityFadeTimers = new Object();
function opacityFade(object, destOp, rate, delta){
if (!document.all)
return
if (object != "[object]"){
setTimeout("opacityFade("+object+","+destOp+","+rate+","+delta+")",0);
return;}
clearTimeout(opacityFadeTimers[object.sourceIndex]);
diff = destOp-object.filters.alpha.opacity;
direction = 1;
if (object.filters.alpha.opacity > destOp){
direction = -1;}
delta=Math.min(direction*diff,delta);
object.filters.alpha.opacity+=direction*delta;
if (object.filters.alpha.opacity != destOp){
opacityFadeObjects[object.sourceIndex]=object;
opacityFadeTimers[object.sourceIndex]=setTimeout("opacityFade(opacityFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);}}

function opacityFadeSubnav() {
opacityFade('SUBnut',100,50,30);opacityFade('SUBmuf',100,50,30);opacityFade('SUBcak',100,50,30);opacityFade('SUBcoo',100,50,30);opacityFade('DIVIDER',100,50,30);
}
function opacityFadeSubnavOut() {
opacityFade('SUBnut',0,50,30);opacityFade('SUBmuf',0,50,30);opacityFade('SUBcak',0,50,30);opacityFade('SUBcoo',0,50,30);opacityFade('DIVIDER',0,50,30);
}









function WM_toggle(id){
   if (document.all){  if(document.all[id].style.display == 'none'){    document.all[id].style.display = '';  } else {    document.all[id].style.display = 'none';}
return false;
   } else if (document.getElementById){  if(document.getElementById(id).style.display == 'none'){    document.getElementById(id).style.display = 'block';  } else {    document.getElementById(id).style.display = 'none';}
return false;} }






