//Copyright (c) Next Step IT Limited.  All rights reserved. Bluewater - StIvesDownalong.com

var msg = "* Bluewater - StIvesDownalong.com ";
var spacer = " ";
var pos = 0;

function ScrollMessage() {
window.status = msg.substring(pos, msg.length) + spacer + msg.substring(0, pos);
pos++;
if (pos > msg.length) pos = 0;
window.setTimeout("ScrollMessage()", 150);
}

function setstatusbar() {
window.status = msg.substring(pos, msg.length) + spacer + msg.substring(0, pos);
pos++;
if (pos > msg.length) pos = 0;
window.setTimeout("ScrollMessage()", 150);
}

//Show Menu Buttons
function mnus(){
document.write("<table border='0' cellpadding='0' cellspacing='0' class='mnuitem'>");
document.write("<tr width='741px'>");
document.write("<td width='105px'><a href='index.html'    target='_top' class='mnulink'>HOME</a></td>");
document.write("<td width='105px'><a href='photos.html'   target='_top' class='mnulink'>PHOTOS</a></td>");
document.write("<td width='105px'><a href='location.html' target='_top' class='mnulink'>LOCATION</a></td>");
document.write("<td width='105px'><a href='rates.html'    target='_top' class='mnulink'>RATES</a></td>");
document.write("<td width='105px'><a href='bookings.html' target='_top' class='mnulink'>BOOKINGS</a></td>");
document.write("<td width='105px'><a href='contact.html'  target='_top' class='mnulink'>CONTACT</a></td>");
document.write("<td width='105px'><a href='st_ives.html'  target='_top' class='mnulink'>ST IVES</a></td>");
document.write("</tr>");
document.write("</table>");
}

//Show Menu Buttons
function showdate(){
document.write("<Table  border=0 cellpadding='0' cellspacing='0' width='203'>");
document.write("<TR>");
document.write("<TD valign='center' align='center' height='60'><Script>document.write('<div align=center><font color=#ffffff size=2>'+ today.getCalendarDay() + ' ' + today.getDate() + getNths(today.getDate()) + ' ' + today.getCalendarMonth() + '&nbsp;&nbsp;&nbsp;</font></div>')</Script></TD>");
document.write("</TR>");
document.write("</table>");
}

function getFullYear() { 
	var n = this.getYear();
	n += 0 ;
	return n ;
} 

function getActualMonth() { 
	var n = this.getMonth();
	n += 1 ;
	return n ;
}

function getActualDay() { 
	var n = this.getDay();
	n += 1 ;
	return n ;
} 

function getNths(n) { 
    if (n == 1 || n == 21 || n == 31) return 'st';
    else if (n == 2 || n == 22) return 'nd';
    else if (n == 3 || n == 23) return 'rd';
    else return 'th';
}

function getCalendarDay() { 
	var n = this.getDay();
	var Dow = new Array(7);
	Dow[0] = "Sunday" ;
	Dow[1] = "Monday" ;
	Dow[2] = "Tuesday" ;
	Dow[3] = "Wednesday" ;
	Dow[4] = "Thursday" ;
	Dow[5] = "Friday" ;
	Dow[6] = "Saturday" ;
	return Dow[n] ;
} 


function getCalendarMonth() { 
	var n = this.getMonth();
	var moy = new Array(12);
	moy[0] = "January" ;
	moy[1] = "February" ;
	moy[2] = "March" ;
	moy[3] = "April" ;
	moy[4] = "May" ;
	moy[5] = "June" ;
	moy[6] = "July" ;
	moy[7] = "August"; 
	moy[8] = "September" ;
	moy[9] = "October" ;
	moy[10] = "November"; 
	moy[11] = "December" ;
	return moy[n] ;
} 

function getCalendarMonthNum() { 
	var n = this.getMonth();
	var moy = new Array(12);
	moy[0] = "01" ;
	moy[1] = "02" ;
	moy[2] = "03" ;
	moy[3] = "04" ;
	moy[4] = "05" ;
	moy[5] = "06" ;
	moy[6] = "07" ;
	moy[7] = "08"; 
	moy[8] = "09" ;
	moy[9] = "10" ;
	moy[10] = "11"; 
	moy[11] = "12" ;
	return moy[n] ;
} 

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_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_nbGroup(event, grpName) { //v6.0
  var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
    } }
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
      nbArr[nbArr.length] = img;
    }
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
      img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr)
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
      nbArr[nbArr.length] = img;
  } }
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
