var imageCountHome = 24; var imageCountLeft = 24; var imageCountRight = 22; var galleryImage = new Image(); var rndmImageNbrHome = (Math.round(Math.random()*(imageCountHome-1)+1)); if (rndmImageNbrHome<10) { rndmImageNbrHome = "0" + rndmImageNbrHome; } var rndmImageNbrLeft = (Math.round(Math.random()*(imageCountLeft-1)+1)); if (rndmImageNbrLeft<10) { rndmImageNbrLeft = "0" + rndmImageNbrLeft; } var rndmImageNbrRight = (Math.round(Math.random()*(imageCountRight-1)+1)); if (rndmImageNbrRight<10) { rndmImageNbrRight = "0" + rndmImageNbrRight; } function getHomeImageTop(){ document.write('Chandra Bali Villas'); } function getHomeImageBottom(){ document.write('Chandra Bali Villas'); } function getLevel2Images(){ document.write('Chandra Bali Villas'); document.write('Chandra Bali Villas'); } function loadGalleryImages(gallery) { if (document.images){ for (i=0;i<=11;i++){ galleryImage[i] = new Image(); if(i<9) { galleryImage[i].src = ('../' + gallery + '/0' + (i+1) + '.jpg'); } else { galleryImage[i].src = ('../' + gallery + '/' + (i+1) + '.jpg'); } } } } function swapGalleryImage(i) { if (document.getElementById("galleryImage")) { document.getElementById("galleryImage").src = galleryImage[i-1].src; } } function swapPostcardImage(imagePath) { if (document.getElementById("galleryImage")) { document.getElementById("galleryImage").src = imagePath; } } function showGalleryImage(title,imgNbr, width, height) { var imagePath = "../images_gallery/" + imgNbr + "_large.jpg"; largeImageWindow = window.open('','largeImage','width=' + width + ',height='+ height + ',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,background=black'); largeImageWindow.document.write('' + title + '
'); largeImageWindow.focus(); } function showTermsConditions() { largeImageWindow = window.open('','terms','width=700,height=700,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1'); largeImageWindow.document.write('Chandra Terms and Conditions

Chandra Terms and Conditions

These terms and conditions apply to all reservations and use of Chandra Bali Villas.

In making a reservation with Chandra, guests accept and agree to these terms and conditions.

- Reservations are confirmed only upon receipt by Chandra of the advised deposit amount. The deposit can be paid by credit card or EFT. Any bank charges for EFT transactions are to be covered by the guest.

- All rates are quoted in US dollars per night and are subject to a 21% government tax and service surcharge. The rates apply for single or double occupancy.

- Maximum capacity is two people per bedroom. No events or functions may be held at Chandra without prior approval. Limits on the total number of people that may attend any such event apply.

- A minimum stay of 7 nights applies to all reservations during high and peak seasons.

- Once confirmed, cancellation of a reservation will result in forfeiture of the deposit. Cancellations less than 30 days before arrival for reservations during high and peak seasons will result in forfeiture of 100% of the total reservation cost.

- Check-in time is 3:00pm and check-out time is 11:00am. Early check-in and late check-out is available on request at half the quoted daily rate. Check out after 8:00pm will be charged as an additional nights stay.

- Guests behaviour must be considerate of the amenity of other guests. Chandra reserves the right to require any guest to leave the premises on request despite having a confirmed reservation if their behavior is considered inappropriate.

- Guests are responsible for any damage caused by them during their stay, fair wear and tear accepted. All guests are required to sign a credit card authorization form at check-in to cover the cost of any damages caused by them during their stay.

- Chandra does not accept responsibility for any loss of property or for any injury or illness experienced by a guest during their stay. All guests are required to sign a waiver of liability form confirming same at check in.

- Chandra strongly recommends guests purchase comprehensive travel insurance after their reservation has been confirmed to cover against illness, injury, loss of property, theft, cancellation and so on.

'); largeImageWindow.focus(); } function showRates2010() { largeImageWindow = window.open('','rates','width=700,height=700,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1'); largeImageWindow.document.write('Chandra Rates

Chandra Bali Villas - 2010 Rates

Low Season (10 Jan - 14 Jul; 15 Sep - 20 Dec)

2 Bedroom Villa - USD 350
3 Bedroom Villa - USD 450

High Season (Chinese New Year 10 Feb - 17 Feb; Easter holiday 27 Mar - 6 Apr; 15 Jul - 14 Sep)

2 Bedroom Villa - USD 450
3 Bedroom Villa - USD 550

Peak Season (21 Dec - 9 Jan)

2 Bedroom Villa - USD 500
3 Bedroom Villa - USD 600

NOTES:

Rates are subject to 11% government tax and 10% service charge.
Rates are subject to change without prior notice.

'); largeImageWindow.focus(); } function showRates2011() { largeImageWindow = window.open('','rates','width=700,height=700,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1'); largeImageWindow.document.write('Chandra Rates

Chandra Bali Villas - 2011 Rates

Low Season (10 Jan - 14 Jul; 15 Sep - 20 Dec)

2 Bedroom Villa - USD 400
3 Bedroom Villa - USD 500

High Season (Chinese New Year 10 Feb - 17 Feb; Easter holiday 27 Mar - 6 Apr; 15 Jul - 14 Sep)

2 Bedroom Villa - USD 450
3 Bedroom Villa - USD 625

Peak Season (21 Dec - 9 Jan)

2 Bedroom Villa - USD 500
3 Bedroom Villa - USD 625

NOTES:

Rates are subject to 11% government tax and 10% service charge.
Rates are subject to change without prior notice.

'); largeImageWindow.focus(); } function showGreetingCardImage(imgNbr) { var imagePath = "images/ecards/fullsize/" + imgNbr ; largeImageWindow = window.open('','largeImage','width=900,height=500,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,background=black'); largeImageWindow.document.write('Chandra Villas - images
'); largeImageWindow.focus(); } function showConstructionImage(title, image) { var height = "480"; var width = "640"; largeImageWindow = window.open('',image,'width=' + width + ',height='+ height + ',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,background=black'); largeImageWindow.document.write('' + title + '
'); largeImageWindow.focus(); } function buildFinalURL(location) { var week_value = document.constructionPhotos.elements['constructionWeek'].value; var finalURL = "http://www.chandrabalivillas.com/phase2/phase2.php?week=" + week_value + "&location=" + location; window.location.href = finalURL; }