Address: Avd. del Fener, 14 Escaldes, Andorra la Vella MAIN NAVIGATION ONLINE BOOKING INTERNET RATES IN 2008/2009 Ahotels Prisma Ahotel Prisma is a hotel-suite located in the town of Escaldes, well known for its thermal waters. The hotel Prisma enjoys a privileged location, near the shopping centre and the ski slopes. This Escaldes Hotel is ideal for those in a ski vacation as well as for a business trip. Ahotel Prisma boasts 55 spacious guestrooms and leisure facilities such as fitness centre, bar, parking, wi-fi area and Ski storage service. Ahotels Prisma , Avd. del Fener, 14 Escaldes, Andorra la Vella Powered by CentralR.com © 2008 CentralR. All Rights Reserved function getMonthNumber(input){ // **************************************************************** // *Description: converts month string from form into number for use later // **************************************************************** if (input == Jan) {return 1} if (input == Feb) {return 2} if (input == Mar) {return 3} if (input == Apr) {return 4} if (input == May) {return 5} if (input == Jun) {return 6} if (input == Jul) {return 7} if (input == Aug) {return 8} if (input == Sep) {return 9} if (input == Oct) {ret...