<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->

<!-- Begin

// Set slideShowSpeed (milliseconds)

var slideShowSpeed = 3500;

// Duration of crossfade (seconds)

var crossFadeDuration = 3;

// Specify the image files

var Pic = new Array();

// to add more images, just continue

// the pattern, adding to the array below

Pic[0] = 'images/photos/front01.jpg'

Pic[1] = 'images/photos/front02.jpg'

Pic[2] = 'images/photos/enter.jpg'

Pic[3] = 'images/photos/mural01.jpg'

Pic[4] = 'images/photos/1969.jpg'

Pic[5] = 'images/photos/bar01.jpg'

Pic[6] = 'images/photos/ceiling.jpg'

Pic[7] = 'images/photos/wall01.jpg'

Pic[8] = 'images/photos/wall02.jpg'

Pic[9] = 'images/photos/dine01.jpg'

Pic[10] = 'images/photos/dine02.jpg'

Pic[11] = 'images/photos/dine03.jpg'

Pic[12] = 'images/photos/dine04.jpg'

Pic[13] = 'images/photos/room01.jpg'

Pic[14] = 'images/photos/mirror.jpg'

Pic[15] = 'images/photos/northwall.jpg'

Pic[16] = 'images/photos/mural04.jpg'

Pic[17] = 'images/photos/mural03.jpg'

Pic[18] = 'images/photos/mural02.jpg'

Pic[19] = 'images/photos/front02.jpg'

Pic[20] = 'images/photos/redrooster01.jpg'


// do not edit anything below this line

var t;

var j = 0;

var p = Pic.length;

var preLoad = new Array();

for (i = 0; i < p; i++) {

preLoad[i] = new Image();

preLoad[i].src = Pic[i];

}

function runSlideShow() {

if (document.all) {

document.images.SlideShow.style.filter="blendTrans(duration=2)";

document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)";

document.images.SlideShow.filters.blendTrans.Apply();

}

document.images.SlideShow.src = preLoad[j].src;

if (document.all) {

document.images.SlideShow.filters.blendTrans.Play();

}

j = j + 1;

if (j > (p - 1)) j = 0;

t = setTimeout('runSlideShow()', slideShowSpeed);

}

//  End -->

<!--   

    function PopUp(){

    var ScreenWidth=window.screen.width;

    var ScreenHeight=window.screen.height;

    var movefromedge=0;

    var height=400;

    var width=400;

    placementx=(ScreenWidth/2)-((width)/2);

    placementy=(ScreenHeight/2)-((height+50)/2);

    var PopUpUrl="todays_specials.php"

    WinPop=window.open(PopUpUrl,"","width=" + width + ",height=" + height + 

      ",toolbar=0,location=0,directories=0,status=0,scrollbars=1,menubar=0,resizable=0,left="

      + placementx + ",top=" + placementy + ",screenX=" + placementx + ",screenY=" + placementy + ",");

   } 



  function viewMenu()

  {

    window.location = "menu.php";   

  }



//-->
<!--   

    function PopCoupon(){

    var ScreenWidth=window.screen.width;

    var ScreenHeight=window.screen.height;

    var movefromedge=0;

    var height=400;

    var width=400;

    placementx=(ScreenWidth/2)-((width)/2);

    placementy=(ScreenHeight/2)-((height+50)/2);

    var PopUpUrl="coupon.html"

    WinPop=window.open(PopUpUrl,"","width=" + width + ",height=" + height + 

      ",toolbar=0,location=0,directories=0,status=0,scrollbars=1,menubar=0,resizable=0,left="

      + placementx + ",top=" + placementy + ",screenX=" + placementx + ",screenY=" + placementy + ",");

   } 

//-->


