var win=null;
function NewWindow(mypage,myname,w,h,scroll,pos){
if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
win=window.open(mypage,myname,settings);}
<!--
if(navigator.userAgent.indexOf("Firefox") != -1)
{
var slidespeed=3000
}
else
{
var slidespeed=1000
}
//specify images
var slideimages=new
Array("/reservation/media/slide1-b.jpg","/reservation/media/slide1.jpg","/reservation/media/slide2.jpg","/reservation/media/slide4.jpg")
//specify corresponding links
var slidelinks=new Array("http://www.carnbraehotel.co.uk","http://www.carnbraehotel.co.uk","http://www.carnbraehotel.co.uk","http://www.carnbraehotel.co.uk")
var newwindow=0
var imageholder=new Array()
var ie=document.all
for (i=0;i<slideimages.length;i++){
imageholder[i]=new Image()
imageholder[i].src=slideimages[i]
}
function gotoshow(){
if (newwindow)
window.open(slidelinks[whichlink])
else
window.location=slidelinks[whichlink]
}
//-->
function check_contact_form()

				{

				if (!document.form_contact.name.value)

					{

					alert('Please enter your Name.');

					document.form_contact.name.focus();

					return false;

					}		

				if (!document.form_contact.phone.value)

					{

					alert('Please enter your telephone Number.');

					document.form_contact.phone.focus();

					return false;

					}

				if (!document.form_contact.email.value)

					{

					alert('Please enter your email.');

					document.form_contact.email.focus();

					return false;

					}

	if (!document.form_contact.message.value)

					{

					alert('Please enter your message.');

					document.form_contact.message.focus();

					return false;

					}

				}
 //<![CDATA[

     function load() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
        map.addControl(new GSmallMapControl());
        map.addControl(new GMapTypeControl());
        map.setCenter(new GLatLng(53.782403,-3.057839), 16);

        // Our info window content
        var infoTabs = [
          new GInfoWindowTab("Carn Brae Hotel", "<table border=\"0\" cellspacing=\"3\" cellpadding=\"2\" bgcolor=\"#FFFFFF\" align=\"center\"><tr><td colspan=\"2\"><font id=\"ten\"><b>Carn Brae Hotel</a></b></font></td></tr><td><img src=\"/reservation/media/front.jpg\" width=\"80\" height=\"80\" border=\"1\"></td><td><font id=\"ten\">657-659 New South Promenade<br>Blackpool FY4 1RN<br>Tel: 01253 345938</font></td></tr></table>")
        ];

        // Place a marker in the center of the map and open the info window
        // automatically
        var marker = new GMarker(map.getCenter());
        GEvent.addListener(marker, "click", function() {
          marker.openInfoWindowTabsHtml(infoTabs);
        });
        map.addOverlay(marker);
        marker.openInfoWindowTabsHtml(infoTabs);
      }
    }

    //]]>
