// 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]="Chaleena Princess Hotel Bangkok";

//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/bangkok/hotels/chaleenaprincess.jpg";

// Hotel Image Width
hotelwidth[0]="70";

// Hotel Image Height
hotelheight[0]="50";

// Hotel Rate From
hotelratefrom[0]="THB 600";

// Hotel Details
hoteldetail[0]="<span lang=\"EN-US\" style=\"font-size: 8pt; font-family: Arial\">Chaleena Princess is located near the Ramkamhaeng Shopping Street, just across the street from Huamark Stadium and 2 major universities.</font></span>";

// Hotel name
hotelname[1]="Chaleena Hotel Bangkok";

//Hotel Class
hotelclass[1]=" <img src=\"http://www.fargotravel.com/image/3stars.gif\">";

// Hotel Image (path and filename)
hotelimg[1]="http://www.fargotravel.com/thailand/map/bangkok/hotels/chaleena.jpg";

// Hotel Image Width
hotelwidth[1]="70";

// Hotel Image Height
hotelheight[1]="50";

// Hotel Rate From
hotelratefrom[1]="THB 720";

// Hotel Details
hoteldetail[1]="<span lang=\"EN-US\" style=\"font-size: 8pt; font-family: Arial\">Built by King Rama V. for military purposes, Saen Saeb Canal was soon turned to commercial use by the local population.</font></span>";

// Hotel name
hotelname[2]="Royal Princess Srinakarin Bangkok";

//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/bangkok/hotels/royalprincess_s.jpg";

// Hotel Image Width
hotelwidth[2]="70";

// Hotel Image Height
hotelheight[2]="50";

// Hotel Rate From
hotelratefrom[2]="THB 2,520";

// Hotel Details
hoteldetail[2]="<span lang=\"EN-US\" style=\"font-size: 8pt; font-family: Arial\">Royal Princess Srinakarin offers both business and leisure travellers 198 well-equipped guestrooms and suites.</font></span>";

// Hotel name
hotelname[3]="Novotel Bangna Bangkok";

//Hotel Class
hotelclass[3]=" <img src=\"http://www.fargotravel.com/image/4stars.gif\">";

// Hotel Image (path and filename)
hotelimg[3]="http://www.fargotravel.com/thailand/map/bangkok/hotels/novotelbangna.jpg";

// Hotel Image Width
hotelwidth[3]="70";

// Hotel Image Height
hotelheight[3]="50";

// Hotel Rate From
hotelratefrom[3]="THB 2,760";

// Hotel Details
hoteldetail[3]="<span lang=\"EN-US\" style=\"font-size: 8pt; font-family: Arial\">Novotel Bangna Bangkok is located In the heart of the fastest expanding suburb of Bangkok with several industrial parks and home to numerous international corporations.</font></span>";

