// 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]="Banburee Resort & Spa";

//Hotel Class
hotelclass[0]=" <img src=\"http://www.fargotravel.com/image/4stars.gif\">";

// Hotel Image (path and filename)
hotelimg[0]="http://www.fargotravel.com/thailand/map/koh samui/hotels/banburee.jpg";

// Hotel Image Width
hotelwidth[0]="70";

// Hotel Image Height
hotelheight[0]="50";

// Hotel Rate From
hotelratefrom[0]="US 95";

// Hotel Details
hoteldetail[0]="<span lang=\"EN-US\" style=\"font-size: 8pt; font-family: Arial\">Banburee offers a private and relaxing atmosphere to its guests and at the same time provides the guest with an appreciation with the endless beauty of the nature on Samui Island.</font></span>";

// Hotel name
hotelname[1]="Orchid Suites Resort";

//Hotel Class
hotelclass[1]=" <img src=\"http://www.fargotravel.com/image/2stars.gif\">";

// Hotel Image (path and filename)
hotelimg[1]="http://www.fargotravel.com/thailand/map/koh samui/hotels/orchid.jpg";

// Hotel Image Width
hotelwidth[1]="70";

// Hotel Image Height
hotelheight[1]="50";

// Hotel Rate From
hotelratefrom[1]="US -";

// Hotel Details
hoteldetail[1]="<span lang=\"EN-US\" style=\"font-size: 8pt; font-family: Arial\">Dotted with coconut palms some more than 50 years old our traditional thatched cottages stand among revealing stunning views of the sparkling sea,the swimming pool or the reopical gardens.</font></span>";

// Hotel name
hotelname[2]="Centara Villas, Samui";

//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/centralvillage.jpg";

// Hotel Image Width
hotelwidth[2]="70";

// Hotel Image Height
hotelheight[2]="50";

// Hotel Rate From
hotelratefrom[2]="US 80";

// Hotel Details
hoteldetail[2]="<span lang=\"EN-US\" style=\"font-size: 8pt; font-family: Arial\">The Central Samui Village is therefore an exceptional choice for the modern traveller searching to get away from it all.</font></span>";

