// 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]="Sofitel Central Plaza Bangkok";

//Hotel Class
hotelclass[0]=" <img src=\"http://admin.calypsosystem.com/xml/images/4stars.gif\">";

// Hotel Image (path and filename)
hotelimg[0]="http://admin.calypsosystem.com/xml/hotel_img/hotel_sm/Thailand/CGPB.jpg";

// Hotel Image Width
hotelwidth[0]="70";

// Hotel Image Height
hotelheight[0]="50";

// Hotel Rate From
hotelratefrom[0]="THB 3,120";

// Hotel Details
hoteldetail[0]="<span lang=\"EN-US\" style=\"font-size: 8pt; font-family: Arial\">26-storey V-shaped tower providing 70% of the guestrooms with a magnificent view of Chatuchak Park, as well as the impressive Bangkok skyline. The 6-storey Central Department Store, Shopping Center, Cinema Theatres, Bangkok Convention Center and a 12-Storey Office Building accessible from The Mezzanine Floor via a walkway through the 7-storey car park.</font></span>";

// Hotel name
hotelname[1]="Elizabeth Hotel";

//Hotel Class
hotelclass[1]=" <img src=\"http://admin.calypsosystem.com/xml/images/4stars.gif\">";

// Hotel Image (path and filename)
hotelimg[1]="http://admin.calypsosystem.com/xml/hotel_img/hotel_sm/Thailand/NSVB.jpg";

// Hotel Image Width
hotelwidth[1]="70";

// Hotel Image Height
hotelheight[1]="50";

// Hotel Rate From
hotelratefrom[1]="THB 3,120";

// Hotel Details
hoteldetail[1]="<span lang=\"EN-US\" style=\"font-size: 8pt; font-family: Arial\">Elizabeth Hotel is located in the center of one of the business and shopping areas of Bangkok. From here you can conveniently get to every part of Bangkok in the short time and to the International Airport in only 15 minutes. You will be impressed by our well designed and tastefully decorated surroundings as soon as you step into Elizabeth Hotel.</font></span>";
