// 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]="Grand China Princess";

//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/bangkok/hotels/grandchina.jpg";

// Hotel Image Width
hotelwidth[0]="70";

// Hotel Image Height
hotelheight[0]="50";

// Hotel Rate From
hotelratefrom[0]="THB 1,800";

// Hotel Details
hoteldetail[0]="<span lang=\"EN-US\" style=\"font-size: 8pt; font-family: Arial\">Grand China Princess Hotel is situated in the heart of Chinatown of Bangkok, Thailand. It is near to the riverfront of the Chao Phraya River.</font></span>";

// Hotel name
hotelname[1]="Bangkok Centre Hotel";

//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/bangkokcentre.jpg";

// Hotel Image Width
hotelwidth[1]="70";

// Hotel Image Height
hotelheight[1]="50";

// Hotel Rate From
hotelratefrom[1]="THB 841";

// Hotel Details
hoteldetail[1]="<span lang=\"EN-US\" style=\"font-size: 8pt; font-family: Arial\">We are a leading indepandent hotel situates on Rama 4 road at the most convenient location in town, surrounded by Bangkok 's central business area, great shopping venues.</font></span>";
