// 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]="JW Marriott Phuket Resort";

//Hotel Class
hotelclass[0]=" <img src=\"http://www.fargotravel.com/image/5stars.gif\">";

// Hotel Image (path and filename)
hotelimg[0]="http://www.fargotravel.com/thailand/map/phuket/hotels/jwmarriott.jpg";

// Hotel Image Width
hotelwidth[0]="70";

// Hotel Image Height
hotelheight[0]="50";

// Hotel Rate From
hotelratefrom[0]="US 157";

// Hotel Details
hoteldetail[0]="<span lang=\"EN-US\" style=\"font-size: 8pt; font-family: Arial\">Phuket’s newest resort is a sanctuary for the senses. Enjoy seclusion and tranquility in this vast tropically landscaped paradise which overlooks the Andaman Sea.</font></span>";

// Hotel name
hotelname[1]="Arahmas Resort & Spa Phuket";

//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/phuket/hotels/arahmas.jpg";

// Hotel Image Width
hotelwidth[1]="70";

// Hotel Image Height
hotelheight[1]="50";

// Hotel Rate From
hotelratefrom[1]="US 104";

// Hotel Details
hoteldetail[1]="<span lang=\"EN-US\" style=\"font-size: 8pt; font-family: Arial\">The province of Phuket, in Southern Thailand's Andaman Sea, is the quintes sential tropical paradise and only an hour flight from Bangkok. </font></span>";

// Hotel name
hotelname[2]="Pearl Village";

//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/phuket/hotels/pearlvillage.jpg";

// Hotel Image Width
hotelwidth[2]="70";

// Hotel Image Height
hotelheight[2]="50";

// Hotel Rate From
hotelratefrom[2]="US 78";

// Hotel Details
hoteldetail[2]="<span lang=\"EN-US\" style=\"font-size: 8pt; font-family: Arial\">Pearl Village offers a wide array of outlets, from a fine dining experience to a casual outdoor poolside bar.</font></span>";

