// JavaScript Document
function disclaimerPop() {
window.open("disclaimer.html", "disclaimer", "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=350,height=200");
}
function policyPop() {
window.open("policy.html", "policy", "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=300");
}

/*
All this variables are being call from the SWFObject (whre you insert the flash object on the page), ejem:
so.addVariable("currentPageVar", PickUpwhatPage_home);
*/
var PickUpwhatPage_home ="home"
var PickUpwhatPage_theCountryClub = "theCountryClub"
var PickUpwhatPage_activities = "activities"
var PickUpwhatPage_clubHouse = "clubHouse"
var PickUpwhatPage_esplanade = "esplanade"
var PickUpwhatPage_gardensLocation = "gardensLocation"
var PickUpwhatPage_golf = "golf"
var PickUpwhatPage_index = "index"
var PickUpwhatPage_inventoryHomes = "inventoryHomes"
var PickUpwhatPage_locator = "locator"
var PickUpwhatPage_masterSitePlan = "masterSitePlan"
var PickUpwhatPage_featuredHome = "featuredHome"
var PickUpwhatPage_membership = "membership"
var PickUpwhatPage_residentialChoices = "residentialChoices"
var PickUpwhatPage_taylorWoodrow = "taylorWoodrow"
var PickUpwhatPage_autoresponder = "autoresponder"
var PickUpwhatPage_contact = "contact"
var PickUpwhatPage_realtors = "realtors"
var PickUpwhatPage_builders = "builders"
var PickUpwhatPage_builderCasto = "builderCasto"
var PickUpwhatPage_builderCourchene = "builderCourchene"
var PickUpwhatPage_builderFrankel = "builderFrankel"
var PickUpwhatPage_builderMustapick = "builderMustapick"
var PickUpwhatPage_builderPinetree = "builderPinetree"
var PickUpwhatPage_builderTaylorMorrison = "builderTaylorMorrison"



/*
I code is here just for reference, on how having the tile of every page on one file.
This is an array for all the title of each page on the website so that you can have to acces one place to make the change
to use this script just have to type on the page: <SCRIPT>document.title = (myTitleArray[0])</SCRIPT>

var myTitleArray=new Array()
myTitleArray[0]="Mirisol Country Club - Welcome"
myTitleArray[1]="Volvo"

*/