﻿/*
* @application_variables
*/
var appPath = new String("http://pousada.pharmaefe.com.br/");

/*
* @apousada_variables
*/
var appPousadaLength = 3;

/*
* @acomodacoes_variables
*/
var appAcomodacoesLength = 3;

/*
* @param        : page string
* @return       : void
* @description  : page to be redirected
*/
function pageRedirect (pStringRedirect) {
    window.location.href = appPath + pStringRedirect;
}

/*
* @param        : page string
* @return       : void
* @description  : page to be redirected
*/
function swapImage(pImage) {
    trace("Area id: " + pImage);
}