function cursorChange(cu)
{
	var x
	if (x== null)
		x=window ;
		x.event.srcElement.style.cursor = cu	
}
function changeButton(btn,fileName)
{
	document["home"].src="Images/home-blak.gif"
	document["cruisepkg"].src="Images/cruise-packages-blak.gif"
	document["attract"].src="Images/attractions-blak.gif"
	document["feedback"].src="Images/clients-feedbal-blak.gif"
	document["contactus"].src="Images/contact-us-blak.gif"
	document["upnext"].src="Images/coming-up-next-blak.gif"										
	var txtInfo = ""
	switch(btn)
	{
		case 'home' :
			document[btn].src=fileName
			displayInfo(btn)				
			break	
		case 'cruisepkg' :
			document[btn].src=fileName
			displayInfo(btn)				
			break
		case 'attract' :
			document[btn].src=fileName
			displayInfo(btn)				
			break	
		case 'feedback' :
			document[btn].src=fileName
			displayInfo(btn)				
			break
		case 'contactus' :
			document[btn].src=fileName
			displayInfo(btn)				
			break
		case 'upnext' :
			document[btn].src=fileName
			displayInfo(btn)				
			break		
	}	
}

function displayInfo(about)
{
	switch(about)
	{
	case 'home' :
		var txtNewTabel = ""
		txtNewTabel = txtNewTabel + "<table width='400' border='0' id='tableid'>"
		txtNewTabel = txtNewTabel + "<tr valign='top'>"
		txtNewTabel = txtNewTabel + "<td width=400 align='justify' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ; color:#E8E8E8' >"

		var txtInfo = ""	
		txtInfo = txtInfo + "<BR>Situated in the backwaters of GOA-one of the most beautiful places in INDIA. "
		txtInfo = txtInfo + "You can sail down Siolim river. Enjoy the rustic stillness. Take in the bracing river breeze. "
		txtInfo = txtInfo + "Let mother nature calm your spirit as you cruise down the soothing river waters. Sail by lush "
		txtInfo = txtInfo + "greenery as you relax in the comforts of Just-A-Saiil."
		txtInfo = txtInfo + "<BR><BR>Just-A-Saiil is a luxurious House-Boat with two bedrooms. You can spend the night or even "
		txtInfo = txtInfo + "a few hours and savour the magical moments...."


		txtNewTabel = txtNewTabel + txtInfo
		txtNewTabel = txtNewTabel + "</td>"
		txtNewTabel = txtNewTabel + "</tr>"
		txtNewTabel = txtNewTabel + "</table>"

		document.getElementById("lyrTable").innerHTML = txtNewTabel
		break	
	case 'cruisepkg' :
		var txtNewTabel = ""
		txtNewTabel = txtNewTabel + "<table width='400' border='0' id='tableid'>"
		txtNewTabel = txtNewTabel + "<tr valign='top'>"
		txtNewTabel = txtNewTabel + "<td bgcolor=silver width=400 align='center' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' ><P style='background-color:#0000FF' >Cruise 1</P></td>"
		txtNewTabel = txtNewTabel + "<td bgcolor=silver width=400 align='center' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' ><P onMouseOver=cursorChange('hand') onMouseOut=cursorChange('Default') onClick=CruiseDisp('cruiseTwo') >Cruise 2</P></td>"
		txtNewTabel = txtNewTabel + "<td bgcolor=silver width=400 align='center' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' ><P onMouseOver=cursorChange('hand') onMouseOut=cursorChange('Default') onClick=CruiseDisp('cruiseThree')>Cruise 3</P></td>"
		txtNewTabel = txtNewTabel + "<td bgcolor=silver width=400 align='center' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' ><P onMouseOver=cursorChange('hand') onMouseOut=cursorChange('Default') onClick=CruiseDisp('cruiseFour')>Cruise 4</P></td>"
		txtNewTabel = txtNewTabel + "</tr>"
		txtNewTabel = txtNewTabel + "<tr valign='top'><td colspan=4 width=400 align='left' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' >"
		txtNewTabel = txtNewTabel + displayCruise1Info()
		txtNewTabel = txtNewTabel + "</td></tr>"		
		txtNewTabel = txtNewTabel + "</table>"		
		document.getElementById("lyrTable").innerHTML = txtNewTabel
		break 
	case 'attract' :
		var txtNewTabel = ""
		txtNewTabel = txtNewTabel + "<table width='400' border='0' id='tableid'>"
		txtNewTabel = txtNewTabel + "<tr valign='top'>"
		txtNewTabel = txtNewTabel + "<td width=400 align='justify' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' >"
	
		var txtInfo = ""
		txtInfo = txtInfo + "<BR><P align=right onMouseOver=cursorChange('hand') onMouseOut=cursorChange('Default') onClick=openWinImages() ><B><U><Font color=blue> Photo Gallery</Font></U></B></P>"
		txtInfo = txtInfo + "Enjoy a laid back sumptuous breakfast. Watch the rustic Goan villages as you sail past. " 
		txtInfo = txtInfo + "Travel back in time as you pass by Goan Churches. Halt at Morjim Beach. Go for a relaxing swim. "
		txtInfo = txtInfo + "Enjoy a few drinks from the well-stocked Just-A-Saiil bar, as you lounge on the sun bathing deck. "
		txtInfo = txtInfo + "Savour the delicious meals. Drop your fishing line and catch your own fish ; We’ll cook it for you " 
		txtInfo = txtInfo + "in our own way. Sip some refreshing tea. sail to sunset point. Take in the breath-taking, romantic "
		txtInfo = txtInfo + "sunset. Enjoy the music on board. Have a peaceful dinner. Early next morning the crew will take you "
		txtInfo = txtInfo + "on a bird watching sail. Then after a quick breakfast its time to say good-bye. " 
		txtInfo = txtInfo + "<BR><BR><P style='font-style:italic; font-family:Helvetica; font-size:17px; font-weight:bold ;color:#E8E8E8'> * A special attraction just for you -<BR> A speedboat ride!!! – keep an eye out for the dolphins!</P>"

		txtNewTabel = txtNewTabel + txtInfo
		txtNewTabel = txtNewTabel + "</td>"
		txtNewTabel = txtNewTabel + "</tr>"
		txtNewTabel = txtNewTabel + "</table>"

		document.getElementById("lyrTable").innerHTML = txtNewTabel
		break
	case 'feedback' :
		var txtNewTabel = ""
		txtNewTabel = txtNewTabel + "<table width='400' border='0' id='tableid'>"
		txtNewTabel = txtNewTabel + "<tr valign='top'>"
		txtNewTabel = txtNewTabel + "<td width=400 align='justify' valign='top' style='font-style:italic; font-family:Helvetica; font-size:11px; font-weight:bold ;color:#E8E8E8' >"
	
		var txtInfo = ""
		txtInfo = "LARGELY PATRONISED BY AN INTERNATIONAL CLIENTELE.<BR> HERE`S WHAT A FEW HAD TO SAY-------<BR>"
		txtInfo = txtInfo + "<BR>THIS IS HEAVEN ON EARTH. SELL THE HOUSE. BUY A RICE BARGE!!! <BR><font color=cyan> MICHAEL + JAREB KOENIGS   UK </Font><BR><BR>"

		txtInfo = txtInfo + "THOUSANDS OF MILES AWAY FROM HOME,BUT FELT LIKE MILLIONS!!THE BOAT WAS MUCH MORE LUXURIOUS THEN EXPECTED. THE CAPTAIN & THE CREW ARE VERY FRIENDLY,HELPFUL + INFORMATIVE. FOOD WAS GOOD & PLENTIFUL. GREAT TO EXPERIENCE THE SUNSET, THE SUNRISE & EARLY MORNING CALM. A VERY SPECIAL EXPERIENCE TO HOLD IN OUR HEARTS. <BR><font color=cyan> VICKY+TONY ENGLAND ( STOTFOLD )</font> <BR><BR>"

		txtInfo = txtInfo + "A TRULY REMARKABLE TRIP!! A FANTASTIC WAY TO CELEBRATE OUR ENGAGEMENT.VERY ROMANTIC & SPECIAL.THE CREW WERE REALLY HELPFUL & INFORMATIVE. EVERYTHING WAS SO PEACEFUL & CALM. ENJOYED WATCHING THE HUSTLE  OF VILLAGE LIFE AS WE SLOWLY SAIL BY. A TRULY AMAZING MEMORY. WE WILL REMEMBER FOREVER.<BR><font color=cyan>IAN-VUDITH GILDART UK.</font><BR><BR>"

		txtInfo = txtInfo + "WONDERFUL DAY SPENT WITH THE CREW. THE BOAT IS A PEACEFUL & HEAVENLY EXPERIENCE. TOTALLY DIFFERENT EXPERIENCE ONE SHOULD HAVE IN LIFE.THE DREAMS COME ALIVE.CREW IS EXTREMELY HELPFUL & FRIENDLY. HOPE HAVE A CHANCE TO VISIT AGAIN. <BR><font color=cyan> SATISH,NISHA,NITISH. INDIA ( BOMBAY) </font><BR><BR>"

		txtNewTabel = txtNewTabel + txtInfo
		txtNewTabel = txtNewTabel + "</td>"
		txtNewTabel = txtNewTabel + "</tr>"
		txtNewTabel = txtNewTabel + "</table>"

		document.getElementById("lyrTable").innerHTML = txtNewTabel
		break
	case 'contactus' :
		var txtNewTabel = ""
		txtNewTabel = txtNewTabel + "<table width='400' border='0' id='tableid'>"
		txtNewTabel = txtNewTabel + "<tr valign='top'>"
		txtNewTabel = txtNewTabel + "<td width=400 align='justify' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' >"
	
		var txtInfo = ""
		txtInfo = "<BR><P align=center >Just-A-Saiil ( The Leisure Cruise)</P>"
		txtInfo = txtInfo + "For Bookings - Contact"
		txtInfo = txtInfo + "<BR>955/2 Pequem Peddem,"
		txtInfo = txtInfo + "<BR>Flea Market Road,"
		txtInfo = txtInfo + "<BR>Anjuna, Bardez - Goa."
		txtInfo = txtInfo + "<BR>INDIA"
		txtInfo = txtInfo + "<BR><BR>Tel: 91 0832 3252850 / 3253397"
		txtInfo = txtInfo + "<BR>e-mail: <A HREF='mailto:leisure@justasaiil.com'> leisure@justasaiil.com"

		txtNewTabel = txtNewTabel + txtInfo
		txtNewTabel = txtNewTabel + "</td>"
		txtNewTabel = txtNewTabel + "</tr>"
		txtNewTabel = txtNewTabel + "</table>"
		document.getElementById("lyrTable").innerHTML = txtNewTabel

		break
	case 'upnext' :
		var txtNewTabel = ""
		txtNewTabel = txtNewTabel + "<table width='400' border='0' id='tableid'>"
		txtNewTabel = txtNewTabel + "<tr valign='top'>"
		txtNewTabel = txtNewTabel + "<td width=400 align='justify' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' >"
		var txtInfo = ""
		txtInfo = "<BR><P align=center >OUR FORTHCOMING VENTURE  </P>"
		txtInfo = txtInfo + "<P align=center ><B><font color=cyan> JOIE-DE-VIVRE</font></B><BR><BR></P>"
		txtInfo = txtInfo + "A boutique resort with rustic charm. Overlooking Anjuna beach, A scenic and serene place for all who want to be one with nature."

		txtNewTabel = txtNewTabel + txtInfo
		txtNewTabel = txtNewTabel + "</td>"
		txtNewTabel = txtNewTabel + "</tr>"
		txtNewTabel = txtNewTabel + "</table>"
		document.getElementById("lyrTable").innerHTML = txtNewTabel

		break
	}
}
function CruiseDisp(cruiseVal)
{
	var txtInfo =""
	switch(cruiseVal)
	{
		case 'cruiseOne' :
			var txtNewTabel = ""
			txtNewTabel = txtNewTabel + "<table width='400' border='0' id='tableid'>"
			txtNewTabel = txtNewTabel + "<tr valign='top'>"
			txtNewTabel = txtNewTabel + "<td bgcolor=silver width=400 align='center' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' ><P style='background-color:#0000FF' >Cruise 1</P></td>"
			txtNewTabel = txtNewTabel + "<td bgcolor=silver width=400 align='center' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' ><P onMouseOver=cursorChange('hand') onMouseOut=cursorChange('Default') onClick=CruiseDisp('cruiseTwo') >Cruise 2</P></td>"
			txtNewTabel = txtNewTabel + "<td bgcolor=silver width=400 align='center' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' ><P onMouseOver=cursorChange('hand') onMouseOut=cursorChange('Default') onClick=CruiseDisp('cruiseThree')>Cruise 3</P></td>"
			txtNewTabel = txtNewTabel + "<td bgcolor=silver width=400 align='center' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' ><P onMouseOver=cursorChange('hand') onMouseOut=cursorChange('Default') onClick=CruiseDisp('cruiseFour')>Cruise 4</P></td>"
			txtNewTabel = txtNewTabel + "</tr>"
			txtNewTabel = txtNewTabel + "<tr valign='top'><td colspan=4 width=400 align='left' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' >"
			txtNewTabel = txtNewTabel + displayCruise1Info()
			txtNewTabel = txtNewTabel + "</td></tr>"		
			txtNewTabel = txtNewTabel + "</table>"		
			document.getElementById("lyrTable").innerHTML = txtNewTabel
			break	
		case 'cruiseTwo' :

			var txtNewTabel = ""

			txtInfo = "<BR><P align=center style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:Cyan'>OVERNIGHT CRUISE </P>"					
			txtInfo = txtInfo + "<BR>* per couple,per bed-room."
			txtInfo = txtInfo + "<BR>5pm to 9am the next morning – Incl. Of tea, snacks, dinner and bed-tea."
			txtInfo = txtInfo + "<BR>2 bed-rooms available (  Exclusive of all taxes )"
			txtInfo = txtInfo + "<BR>( Food- authentic Goan cuisine, Indian or Chinese)"
			txtInfo = txtInfo + "<BR>Continental meals will be charged extra. All beverages to be bought from the Just-A-Saiil Bar."
			txtInfo = txtInfo + "<BR>Boat ride-5pm to 7pm then the boat is parked in the river overnight."
			txtInfo = txtInfo + "<BR>Bird watching cruise 7am to 8am."


			txtNewTabel = txtNewTabel + "<table width='400' border='0' id='tableid'>"
			txtNewTabel = txtNewTabel + "<tr valign='top'>"
			txtNewTabel = txtNewTabel + "<td bgcolor=silver width=400 align='center' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' ><P onMouseOver=cursorChange('hand') onMouseOut=cursorChange('Default') onClick=CruiseDisp('cruiseOne') >Cruise 1</P></td>"
			txtNewTabel = txtNewTabel + "<td bgcolor=silver width=400 align='center' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' ><P style='background-color:#0000FF'>Cruise 2</P></td>"
			txtNewTabel = txtNewTabel + "<td bgcolor=silver width=400 align='center' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' ><P onMouseOver=cursorChange('hand') onMouseOut=cursorChange('Default') onClick=CruiseDisp('cruiseThree')>Cruise 3</P></td>"
			txtNewTabel = txtNewTabel + "<td bgcolor=silver width=400 align='center' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' ><P onMouseOver=cursorChange('hand') onMouseOut=cursorChange('Default') onClick=CruiseDisp('cruiseFour')>Cruise 4</P></td>"
			txtNewTabel = txtNewTabel + "</tr>"

			txtNewTabel = txtNewTabel + "<tr valign='top'><td colspan=4 width=400 align='left' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' >"
			txtNewTabel = txtNewTabel + txtInfo
			txtNewTabel = txtNewTabel + "</td></tr>"		
			txtNewTabel = txtNewTabel + "</table>"		
			document.getElementById("lyrTable").innerHTML = txtNewTabel
			break			
		case 'cruiseThree' :
			var txtNewTabel = ""
			txtInfo = "<BR><P align=center style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:Cyan'>LEISURE CRUISES</P>"					
			txtInfo = txtInfo + "<BR>4 hour cruises (11am to 3pm or 4pm to 8pm)"
			txtInfo = txtInfo + "<BR>Group of minimum 10 people to 12 people."
			txtInfo = txtInfo + "<BR>(Exclusive of all taxes )"
			txtInfo = txtInfo + "<BR>Exclusive of food and beverages. All beverages to be bought from the Just-A-Saiil Bar."

			txtNewTabel = txtNewTabel + "<table width='400' border='0' id='tableid'>"
			txtNewTabel = txtNewTabel + "<tr valign='top'>"
			txtNewTabel = txtNewTabel + "<td bgcolor=silver width=400 align='center' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' ><P onMouseOver=cursorChange('hand') onMouseOut=cursorChange('Default') onClick=CruiseDisp('cruiseOne') >Cruise 1</P></td>"
			txtNewTabel = txtNewTabel + "<td bgcolor=silver width=400 align='center' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' ><P onMouseOver=cursorChange('hand') onMouseOut=cursorChange('Default') onClick=CruiseDisp('cruiseTwo')>Cruise 2</P></td>"
			txtNewTabel = txtNewTabel + "<td bgcolor=silver width=400 align='center' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' ><P style='background-color:#0000FF'>Cruise 3</P></td>"
			txtNewTabel = txtNewTabel + "<td bgcolor=silver width=400 align='center' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' ><P onMouseOver=cursorChange('hand') onMouseOut=cursorChange('Default') onClick=CruiseDisp('cruiseFour')>Cruise 4</P></td>"
			txtNewTabel = txtNewTabel + "</tr>"

			txtNewTabel = txtNewTabel + "<tr valign='top'><td colspan=4 width=400 align='left' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' >"
			txtNewTabel = txtNewTabel + txtInfo
			txtNewTabel = txtNewTabel + "</td></tr>"		
			txtNewTabel = txtNewTabel + "</table>"		
			document.getElementById("lyrTable").innerHTML = txtNewTabel
			break
		case 'cruiseFour' :
			var txtNewTabel = ""
			txtInfo = "<BR><P align=center style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:Cyan'>CORPORATE CRUISE</P>"					
			txtInfo = txtInfo + "Morning 10AM to 5PM"
			txtInfo = txtInfo + "<BR>Designed specially for Corporate Organisations – Just-A-Saiil - an informal meeting place."
			txtInfo = txtInfo + "<BR>For corporate organisations who like doing things differently,"
			txtInfo = txtInfo + "<BR>Ideate, discuss or just chill with the office gang as you sail down Siolim river (*Minimum 10 people)."
			txtInfo = txtInfo + "<BR>Inclusive of lunch."
			txtInfo = txtInfo + "<BR>( * Exclusive of all taxes )"


			txtNewTabel = txtNewTabel + "<table width='400' border='0' id='tableid'>"
			txtNewTabel = txtNewTabel + "<tr valign='top'>"
			txtNewTabel = txtNewTabel + "<td bgcolor=silver width=400 align='center' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' ><P onMouseOver=cursorChange('hand') onMouseOut=cursorChange('Default') onClick=CruiseDisp('cruiseOne') >Cruise 1</P></td>"
			txtNewTabel = txtNewTabel + "<td bgcolor=silver width=400 align='center' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' ><P onMouseOver=cursorChange('hand') onMouseOut=cursorChange('Default') onClick=CruiseDisp('cruiseTwo')>Cruise 2</P></td>"
			txtNewTabel = txtNewTabel + "<td bgcolor=silver width=400 align='center' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' ><P onMouseOver=cursorChange('hand') onMouseOut=cursorChange('Default') onClick=CruiseDisp('cruiseThree')>Cruise 3</P></td>"
			txtNewTabel = txtNewTabel + "<td bgcolor=silver width=400 align='center' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' ><P style='background-color:#0000FF'>Cruise 4</P></td>"
			txtNewTabel = txtNewTabel + "</tr>"

			txtNewTabel = txtNewTabel + "<tr valign='top'><td colspan=4 width=400 align='left' valign='top' style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:#E8E8E8' >"
			txtNewTabel = txtNewTabel + txtInfo
			txtNewTabel = txtNewTabel + "</td></tr>"		
			txtNewTabel = txtNewTabel + "</table>"		
			document.getElementById("lyrTable").innerHTML = txtNewTabel
			break		
	}	
}
function openWinImages()
{
		var v_height= (screen.height - 95)
		var v_width = (screen.width - 14)

		 window.open('photoGallery.htm','LeisureCruise','toolbar=no,menubar=no,status=yes,scrollbars=yes,target=_blank,top=0,left=0,resizable=yes,height=' + v_height + ',width=' + v_width)
		 return true	
}

function displayCruise1Info()
{
	var txtInfo = "<BR><P align=center style='font-style:italic; font-family:Helvetica; font-size:13px; font-weight:bold ;color:cyan' >24 HOUR CRUISE</P>"
	txtInfo = txtInfo + "* per couple, per bedroom. "
	txtInfo = txtInfo + "<BR>10 AM to next morning 9AM – Incl. of breakfast, lunch, tea, dinner and bed–tea"
	txtInfo = txtInfo + "<BR>(Food- authentic Goan cuisine, Indian or Chinese)"
	txtInfo = txtInfo + "<BR>2 bed-rooms available.(  Exclusive of all taxes )"
	txtInfo = txtInfo + "<BR>2 kids below 12yrs free. Children above 12 yrs will be charged."
	txtInfo = txtInfo + "<BR>Continental meals will be charged extra. All beverages to be bought from the Just-A-Saiil Bar."
	txtInfo = txtInfo + "<BR>Bird watching cruise 7am to 8am."
	return txtInfo

/*
var browsername=navigator.appName;
if (browsername.indexOf("Netscape")!=-1) {browsername="NS"}
else
{if (browsername.indexOf("Microsoft")!=-1) {browsername="IE"}
else {browsername="NA"}};
*/
}
