// JavaScript Document
var hotelname=new Array();
var hotelclass=new Array();
var hotelimg=new Array();
var hotelwidth=new Array();
var hotelheight=new Array();
var hotelratefrom=new Array();
var hoteldetail=new Array();

// Hotel name
hotelname[0]="Pinnacle Samui Resort & Spa";

//Hotel Class
hotelclass[0]=" <img src=\"http://www.fargotravel.com/image/3stars.gif\">";

// Hotel Image (path and filename)
hotelimg[0]="http://www.fargotravel.com/thailand/map/koh samui/hotels/pinnacle.jpg";

// Hotel Image Width
hotelwidth[0]="70";

// Hotel Image Height
hotelheight[0]="50";

// Hotel Rate From
hotelratefrom[0]="US -";

// Hotel Details
hoteldetail[0]="<span lang=\"EN-US\" style=\"font-size: 8pt; font-family: Arial\">The Pinnacle Samui Resort & Spa on Koh Samui Island is a newly built, small resort on the Maenam Beach in the North of the island.</font></span>";

// Hotel name
hotelname[1]="Santiburi Resort";

//Hotel Class
hotelclass[1]=" <img src=\"http://www.fargotravel.com/image/5stars.gif\">";

// Hotel Image (path and filename)
hotelimg[1]="http://www.fargotravel.com/thailand/map/koh samui/hotels/santiburi.jpg";

// Hotel Image Width
hotelwidth[1]="70";

// Hotel Image Height
hotelheight[1]="50";

// Hotel Rate From
hotelratefrom[1]="US 212";

// Hotel Details
hoteldetail[1]="<span lang=\"EN-US\" style=\"font-size: 8pt; font-family: Arial\">The Santiburi Resort is a superb year round treasured paradise set amidst 23 acres of meticulously nurtured tropical gardens.</font></span>";

// Hotel name
hotelname[2]="Paradise Beach Resort";

//Hotel Class
hotelclass[2]=" <img src=\"http://www.fargotravel.com/image/4stars.gif\">";

// Hotel Image (path and filename)
hotelimg[2]="http://www.fargotravel.com/thailand/map/koh samui/hotels/pardisebeach.jpg";

// Hotel Image Width
hotelwidth[2]="70";

// Hotel Image Height
hotelheight[2]="50";

// Hotel Rate From
hotelratefrom[2]="US 118";

// Hotel Details
hoteldetail[2]="<span lang=\"EN-US\" style=\"font-size: 8pt; font-family: Arial\">The resort is a perfect paradise for relaxation and an idyllic escape from the hurly burly of everyday life, yet just 15 minutes drive from Chaweng.</font></span>";

