if (document.images) {

	img1 = new Image();

	img1.src = "../img/fundo_principal.jpg";
}

$(document).ready(function(){
	hideAll()
 	startAnimation()
 	//showAll()
 	
 	var infoOutFlag = 0;
 	
	$("#aboutUs").click(function () {	  
		$("#aboutUs").html("<b>ABOUT US</b>");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("COMMERCIAL");
		
		if($("#leftSubMenuTextAboutUs").css("marginLeft") == "150px"){
				$("#leftSubMenuTextAboutUs").animate({ 
				width: "284px",
				marginLeft: "0px",
				opacity:0
			}, 1500 );
			$("#leftSubMenuAboutUs").animate({ 
				width: "142px",
				opacity:0
			}, 1500 );

		}
		else {
	
			$("#leftSubMenuTextAboutUs").animate({ 
				width: "284px",
				marginLeft: "150px",
				opacity:1
			}, 1500 );
			$("#leftSubMenuAboutUs").animate({ 
				width: "284px",
				opacity:0.5
			}, 1500 );
				
			$("#leftSubMenuTextHospitality").animate({ 
				width: "142px",
				marginLeft: "0px",
				opacity:0
			}, 1500 );
			$("#leftSubMenuHospitality").animate({ 
				width: "142px",
				opacity: 0
			}, 1500 );
			
			$("#leftSubMenuTextPrivateVillas").animate({ 
				width: "142px",
				marginLeft: "0px",
				opacity:0
			}, 1500 );
			$("#leftSubMenuPrivateVillas").animate({ 
				width: "142px",
				opacity: 0
			}, 1500 );
			$("#leftSubMenuTextCommercial").animate({ 
				width: "142px",
				marginLeft: "0px",
				opacity:0
			}, 1500 );
			$("#leftSubMenuCommercial").animate({ 
				width: "142px",
				opacity: 0
			}, 1500 );
		}
	});


	$("#hospitality").click(function () {	  
		$("#hospitality").html("<b>HOSPITALITY</b>");
		$("#aboutUs").html("ABOUT US");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("COMMERCIAL");

		if($("#leftSubMenuTextHospitality").css("marginLeft") == "150px"){
				$("#leftSubMenuTextHospitality").animate({ 
				width: "284px",
				marginLeft: "0px",
				opacity:0
			}, 1500 );
			$("#leftSubMenuHospitality").animate({ 
				width: "142px",
				opacity:0
			}, 1500 );
		}
		else {	
			$("#leftSubMenuTextHospitality").animate({ 
				width: "284px",
				marginLeft: "150px",
				opacity:1
			}, 1500 );
			$("#leftSubMenuHospitality").animate({ 
				width: "284px",
				opacity:0.5
			}, 1500 );
			
			$("#leftSubMenuTextAboutUs").animate({ 
			width: "142px",
			marginLeft: "0px",
			opacity:0
			}, 1500 );
			$("#leftSubMenuAboutUs").animate({ 
				width: "142px",
				opacity: 0
			}, 1500 );		
			$("#leftSubMenuTextPrivateVillas").animate({ 
				width: "142px",
				marginLeft: "0px",
				opacity:0
			}, 1500 );
			$("#leftSubMenuPrivateVillas").animate({ 
				width: "142px",
				opacity: 0
			}, 1500 );
			$("#leftSubMenuTextCommercial").animate({ 
				width: "142px",
				marginLeft: "0px",
				opacity:0
			}, 1500 );
			$("#leftSubMenuCommercial").animate({ 
				width: "142px",
				opacity: 0
			}, 1500 );
		}
	});
	

	$("#privateVillas").click(function () {	  
		$("#privateVillas").html("<b>PRIVATE VILLAS</b>");
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("HOSPITALITY");
		$("#commercial").html("COMMERCIAL");

		if($("#leftSubMenuTextPrivateVillas").css("marginLeft") == "150px"){
				$("#leftSubMenuTextPrivateVillas").animate({ 
				width: "284px",
				marginLeft: "0px",
				opacity:0
			}, 1500 );
			$("#leftSubMenuPrivateVillas").animate({ 
				width: "142px",
				opacity:0
			}, 1500 );
		}
		else {	
			$("#leftSubMenuTextPrivateVillas").animate({ 
					width: "284px",
					marginLeft: "150px",
					opacity:1
				}, 1500 );
			$("#leftSubMenuPrivateVillas").animate({ 
					width: "284px",
					opacity:0.5
				}, 1500 );
				
			$("#leftSubMenuTextAboutUs").animate({ 
				width: "142px",
				marginLeft: "0px",
				opacity:0
			}, 1500 );
			$("#leftSubMenuAboutUs").animate({ 
				width: "142px",
				opacity: 0
			}, 1500 );
			
			$("#leftSubMenuTextHospitality").animate({ 
				width: "142px",
				marginLeft: "0px",
				opacity:0
			}, 1500 );
			$("#leftSubMenuHospitality").animate({ 
				width: "142px",
				opacity: 0
			}, 1500 );
			
			$("#leftSubMenuTextCommercial").animate({ 
				width: "142px",
				marginLeft: "0px",
				opacity:0
			}, 1500 );
			$("#leftSubMenuCommercial").animate({ 
				width: "142px",
				opacity: 0
			}, 1500 );
		}
	});
	
	
	$("#commercial").click(function () {	  
		$("#commercial").html("<b>COMMERCIAL</b>");
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("PRIVATE VILLAS");

		if($("#leftSubMenuTextCommercial").css("marginLeft") == "150px"){
				$("#leftSubMenuTextCommercial").animate({ 
				width: "284px",
				marginLeft: "0px",
				opacity:0
			}, 1500 );
			$("#leftSubMenuCommercial").animate({ 
				width: "142px",
				opacity:0
			}, 1500 );
		}
		else {	
	
			$("#leftSubMenuTextCommercial").animate({ 
					width: "284px",
					marginLeft: "150px",
					opacity:1
				}, 1500 );
			$("#leftSubMenuCommercial").animate({ 
					width: "284px",
					opacity:0.5
				}, 1500 );
				
				
			$("#leftSubMenuTextAboutUs").animate({ 
				width: "142px",
				marginLeft: "0px",
				opacity:0
			}, 1500 );
			$("#leftSubMenuAboutUs").animate({ 
				width: "142px",
				opacity: 0
			}, 1500 );
			
			$("#leftSubMenuTextHospitality").animate({ 
				width: "142px",
				marginLeft: "0px",
				opacity:0
			}, 1500 );
			$("#leftSubMenuHospitality").animate({ 
				width: "142px",
				opacity: 0
			}, 1500 );
			
			$("#leftSubMenuTextPrivateVillas").animate({ 
				width: "142px",
				marginLeft: "0px",
				opacity:0
			}, 1500 );
			$("#leftSubMenuPrivateVillas").animate({ 
				width: "142px",
				opacity: 0
			}, 1500 );
		}
	});
	
	
	
	$("#wymara").mouseover(function () {
		$("#img_wymara").fadeIn(1000);
	});
	$("#wymara").mouseout(function () {
		$("#img_wymara").fadeOut(50);
	});
	
	$("#westbayclub").mouseover(function () {
		$("#img_westbayclub").fadeIn(1000);
	});
	$("#westbayclub").mouseout(function () {
		$("#img_westbayclub").fadeOut(50);
	});
	
	$("#regentgrand").mouseover(function () {
		$("#img_regentgrand").fadeIn(1000);
	});
	$("#regentgrand").mouseout(function () {
		$("#img_regentgrand").fadeOut(50);
	});
	
	$("#ambergriscay").mouseover(function () {
		$("#img_ambergriscay").fadeIn(1000);
	});
	$("#ambergriscay").mouseout(function () {
		$("#img_ambergriscay").fadeOut(50);
	});
	
	$("#saltcay").mouseover(function () {
		$("#img_saltcay").fadeIn(1000);
	});
	$("#saltcay").mouseout(function () {
		$("#img_saltcay").fadeOut(50);
	});
	
	$("#villarenaissance").mouseover(function () {
		$("#img_villarenaissance").fadeIn(1000);
	});
	$("#villarenaissance").mouseout(function () {
		$("#img_villarenaissance").fadeOut(50);
	});
	
	$("#pointgrace").mouseover(function () {
		$("#img_pointgrace").fadeIn(1000);
	});
	$("#pointgrace").mouseout(function () {
		$("#img_pointgrace").fadeOut(50);
	});
	
	
	
	
	$("#amazinggrace").mouseover(function () {
		$("#img_amazinggrace").fadeIn(1000);
	});
	$("#amazinggrace").mouseout(function () {
		$("#img_amazinggrace").fadeOut(50);
	});
	
	$("#longbayhouse").mouseover(function () {
		$("#img_longbayhouse").fadeIn(1000);
	});
	$("#longbayhouse").mouseout(function () {
		$("#img_longbayhouse").fadeOut(50);
	});
	
	$("#kellyresidence").mouseover(function () {
		$("#img_kellyresidence").fadeIn(1000);
	});
	$("#kellyresidence").mouseout(function () {
		$("#img_kellyresidence").fadeOut(50);
	});
	
	$("#westcaicosvillas").mouseover(function () {
		$("#img_westcaicosvillas").fadeIn(1000);
	});
	$("#westcaicosvillas").mouseout(function () {
		$("#img_westcaicosvillas").fadeOut(50);
	});
	
	$("#bajacu").mouseover(function () {
		$("#img_bajacu").fadeIn(1000);
	});
	$("#bajacu").mouseout(function () {
		$("#img_bajacu").fadeOut(50);
	});
	
	$("#highlands").mouseover(function () {
		$("#img_highlands").fadeIn(1000);
	});
	$("#highlands").mouseout(function () {
		$("#img_highlands").fadeOut(50);
	});
	
	$("#bluecay").mouseover(function () {
		$("#img_bluecay").fadeIn(1000);
	});
	$("#bluecay").mouseout(function () {
		$("#img_bluecay").fadeOut(50);
	});
	
	$("#selectotherprivatevillas").add("#selectotherprivatevillas2").mouseover(function () {
		$("#img_selectotherprivatevillas").fadeIn(1000);
	});
	$("#selectotherprivatevillas").add("#selectotherprivatevillas2").mouseout(function () {
		$("#img_selectotherprivatevillas").fadeOut(50);
	});
	
	
	
	$("#regentvillage").mouseover(function () {
		$("#img_regentvillage").fadeIn(1000);
	});
	$("#regentvillage").mouseout(function () {
		$("#img_regentvillage").fadeOut(50);
	});
	
	$("#kpmgheadoffice").mouseover(function () {
		$("#img_kpmgheadoffice").fadeIn(1000);
	});
	$("#kpmgheadoffice").mouseout(function () {
		$("#img_kpmgheadoffice").fadeOut(50);
	});
	
	$("#venturehouse").mouseover(function () {
		$("#img_venturehouse").fadeIn(1000);
	});
	$("#venturehouse").mouseout(function () {
		$("#img_venturehouse").fadeOut(50);
	});
	
	$("#neptunecourt").mouseover(function () {
		$("#img_neptunecourt").fadeIn(1000);
	});
	$("#neptunecourt").mouseout(function () {
		$("#img_neptunecourt").fadeOut(50);
	});
	
	$("#gracewayhouse").mouseover(function () {
		$("#img_gracewayhouse").fadeIn(1000);
	});
	$("#gracewayhouse").mouseout(function () {
		$("#img_gracewayhouse").fadeOut(50);
	});
	
	$("#scotiabank").mouseover(function () {
		$("#img_scotiabank").fadeIn(1000);
	});
	$("#scotiabank").mouseout(function () {
		$("#img_scotiabank").fadeOut(50);
	});
	
	$("#selectothercommercial").mouseover(function () {
		$("#img_selectothercommercial").fadeIn(1000);
	});
	$("#selectothercommercial").mouseout(function () {
		$("#img_selectothercommercial").fadeOut(50);
	});

	$("#AD").click(function () {
		closeAllServices();
		$(this).animate({"left": "250px"}, 500, function() {
			$('#boxAD').css({"z-index" : 100});
			$('#boxAD').fadeIn(500);
			$(".scrollAD").fadeIn(500);
			$(".jScrollArrowDown").fadeIn(500);
			$(".jScrollArrowUp").fadeIn(500);
		});
	});
	$("#CCA").click(function () {
		closeAllServices();
		$(this).animate({"left": "250px"}, 500, function() {
			$('#boxCCA').css({"z-index" : 97});
			$('#boxCCA').fadeIn(500);
			$(".scrollCCA").fadeIn(500);
		});
	});
	$("#MP").click(function () {
		closeAllServices();
		$(this).animate({"left": "250px"}, 500, function() {
			$('#boxMP').css({"z-index" : 97});
			$('#boxMP').fadeIn(500);
			$(".scrollMP").fadeIn(500);
			$(".jScrollArrowDown").fadeIn(500);
			$(".jScrollArrowUp").fadeIn(500);
		});
	});
	$("#ENG").click(function () {
		closeAllServices();
		$(this).animate({"left": "250px"}, 500, function() {
			$('#boxENG').css({"z-index" : 97});
			$('#boxENG').fadeIn(500);
			$(".scrollENG").fadeIn(500);
		});
	});
	$("#ID").click(function () {
		closeAllServices();
		$(this).animate({"left": "250px"}, 500, function() {
			$('#boxID').css({"z-index" : 97});
			$('#boxID').fadeIn(500);
			$(".scrollID").fadeIn(500);
		});
	});
	$("#LAND").click(function () {
		closeAllServices();
		$(this).animate({"left": "250px"}, 500, function() {
			$('#boxLAND').css({"z-index" : 97});
			$('#boxLAND').fadeIn(500);
			$(".scrollLAND").fadeIn(500);
		});
	});
	$("#ES").click(function () {
		closeAllServices();
		$(this).animate({"left": "250px"}, 500, function() {
			$('#boxES').css({"z-index" : 97});
			$('#boxES').fadeIn(500);
			$(".scrollES").fadeIn(500);
			$(".jScrollArrowDown").fadeIn(500);
			$(".jScrollArrowUp").fadeIn(500);
		});
	});
	$("#profile").click(function () {
		$("#aboutUs").html("<b>ABOUT US</b>");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("COMMERCIAL");

		images = new Array(14);
		
		images[0] = "random	/about1.jpg";
		images[1] = "random/about2.jpg";
		images[2] = "random/about3.jpg";
		images[3] = "random/about4.jpg";
		images[4] = "random/about5.jpg";
		images[5] = "random/about6.jpg";
		images[6] = "random/about7.jpg";
		images[7] = "random/about8.jpg";
		images[8] = "random/about9.jpg";
		images[9] = "random/about10.jpg";
		images[10] = "random/about11.jpg";
		images[11] = "random/about12.jpg";
		images[12] = "random/about13.jpg";
		images[13] = "random/about14.jpg";
		
		index = Math.floor(Math.random() * images.length);

		closeAll()
		closeAllServices();
		$("#menuInfo").css({"display": "none"});
		$("#menuInfoText").css({"display": "none"});
		$("#principal").css({ background : 'none' });
		$("#imgBig").css("background","url(../img/swaLogoBack.jpg)" );
		$("#info").hide();
		$("#info2").html("PROFILE&nbsp;&nbsp;&nbsp;&nbsp;");
		$("#info2").show();
		$("#menuInfoText").html("");
		loadImage("", images[index], "", "", "", "", "", "", "");
		loadImageBig("", "", "", "", "", "", "", "");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigMenu").hide();
		$("#boxServices").show();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({opacity: 0.15});
		
		$('#boxBT').css({"z-index" : 97});
		$('#boxBT').fadeIn(500);
		$(".scrollBT").fadeIn(500);
		$(".jScrollArrowDown").fadeIn(500);
		$(".jScrollArrowUp").fadeIn(500);


	});
	
	$("#staff").click(function () {
		$("#aboutUs").html("<b>ABOUT US</b>");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("COMMERCIAL");


		closeAll()
		closeAllServices();
		$("#menuInfo").css({"display": "none"});
		$("#menuInfoText").css({"display": "none"});
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info").hide();
		$("#info2").html("PRINCIPAL STAFF&nbsp;&nbsp;&nbsp;&nbsp");
		$("#info2").show();
		$("#swaLogoBack").show();
	
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px;	font-family: Arial; '>02</div>");
		loadImage("staffswbig.jpg", "staffsw.jpg", "staffsh.jpg", "staffrs.jpg", "staffEL.jpg", "staffEH.jpg", "staffKW.jpg", "", "", "<span style='font-size: 16px;'><b>Simon Wood</b></span><br>BA (Hons), DipArch RIBA, ARB(UK), LEED AP<br><br>President and CEO<br><br>Simon Wood, completed his formal architectural education at The University of Sheffield, England in 1987.  He has concentrated his professional career within the tourism and resort development markets in and around the Caribbean ever since. Gathering experience primarily in resort hotel design and development, Simon has been involved with work in Florida, Bahamas, Mexico, Cuba, St. Lucia, Jamaica, Panama, St. Kitts, Grenada, Mustique, Martinique and Turks and Caicos. <br> <br> Simon moved with his family to the Turks and Caicos islands in 1990 and established LPW Architects. He successfully managed this company until incorporating Simon Wood Associates Ltd. (SWA) in November 1995.");
		loadImageBig( "staffswbig.jpg", "staffshbig.jpg", "staffrsbig.jpg", "staffELbig.jpg", "staffEHbig.jpg", "staffKWbig.jpg");
		loadTextStaff("<span style='font-size: 16px;'><b>Simon Wood</b></span><br>BA (Hons), DipArch RIBA, ARB(UK), TCASE<br><br>President and CEO<br><br>Simon Wood, completed his formal architectural education at The University of Sheffield, England in 1987.  He has concentrated his professional career within the tourism and resort development markets in and around the Caribbean ever since. Gathering experience primarily in resort hotel design and development, Simon has been involved with work in Florida, Bahamas, Mexico, Cuba, St. Lucia, Jamaica, Panama, St. Kitts, Grenada, Mustique, Martinique and Turks and Caicos. <br> <br> Simon moved with his family to the Turks and Caicos islands in 1990 and established LPW Architects. He successfully managed this company until incorporating Simon Wood Associates Ltd. (SWA) in November 1995.", 
		"<span style='font-size: 16px;'><b>Simon Hutchings</b></span><br>BA(Hons), DipArch, MArch, RIBA, TCASE.<br><br>Director<br><br>An SWA director and UK qualified architect, Simon completed his formal education at the University of Huddersfield in 1993. After spending a year with London based practice Landmark Architecture Ltd he successfully completed his professional practice exams in 1995 and became a registered member of the Royal Institute of Architects (RIBA) in 1996. After gaining further experience working on leisure, residential and commercial projects with Luminar Leisure Plc and The Louis de Soissons Partnership, Simon was recruited by SWA and moved to the Turks & Caicos Islands in 1998.<br> <br>Since joining SWA Simon has performed the role of design and project architect for The Villa Renaissance, The Regent Grand, Graceway House and several bespoke private villas. He is excited about the future and particularly the challenge of developing innovative design solutions drawing on the traditional regional architectural styles influenced by new materials and technologies creating sustainable, eco-sensitive, stylized environments for contemporary living in the Caribbean.", 
		"<span style='font-size: 16px;'><b>Rory Stevens</b></span><br>BA(Hons) DipArch RIBA LEED<br>Director - Brasil<br><br>Rory is our resident director of SWA Brasil where he will shortly be officially opening an office in Florianopolis a booming island city at the southern end of Brasil's stunning Costa Verde (Green Coast).<br>A RIBA architect educated at Sheffield University, Rory spent 14 years working in the islands for Simon Wood Associates before his move to Brasil, and has been an important part of the design team for many of SWA's most prestigious projects most recently taking the lead design and directors role for Gansevoort TCI.<br>Rory is a LEED accredited professional able to guide clients who wish to apply for LEED certification for their developments or simply apply his knowledge to improve the sustainability, energy efficiency and environmental impact of their project. Rory believes that a successful project is the result of a combination of knowledge; technical skill; a sensitive appreciation of local topographical, climatic and social conditions; teamwork; and an appreciation that client's dreams are temporarily ours to take care of but theirs forever.<br><br>rory@swa.tc",  
		"<span style='font-size: 16px;'><b>Elry Lightbourne</b></span><br>BArch MArch TCASE<br><br>Architect<br><br>Quinten Elry Lightbourne completed his Masters degree in Architectural studies at Florida International University in Miami. Elry is among an elite handful of Turks and Caicos Islanders to reach such a high level of education in the field of architecture. Since joining SWA from school over 10 years ago Elry has worked both full time and part time whilst training, learning all aspects of life as an architect through a wide range of experience on many projects.", 
		"<span style='font-size: 16px;'><b>Edith A. Humphrey</b></span><br>Justice of the Peace / Notary Public<br><br>Company Secretary / Accounts officer<br><br>Edith Humphrey joined the firm in 1997 after ten years in the legal industry. She progressed from Receptionist / Bookkeeper to Office Manager. In 2006 she was appointed Company Secretary / Accounts Manager", "<span style='font-size: 16px;'><b>Kathleen McNary Wood</b></span><br>BSc<br><br>Environmental Consultant<br><br>Kathleen is an Environmental Scientist and Master Gardener with over 20 years experience in the field. Kathleen attended the University of Miami and Florida International University where she completed courses in Biochemistry and Environmental Science graduating Magna cum Laudi.<br> <br>Kathleen has worked extensively in the Bahamas, the Turks and Caicos Islands, Florida and western United States preparing baseline terrestrial ecological assessments, comprehensive environmental impact assessments and environmental educational programs, advising on environmentally sustainable development and landscaping and working in association with private and public sector entities to develop environmental legislation. Kathleen is the author of numerous publications and has produced several field guides.");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );

	});
	
	$("#services").click(function () {
		$("#aboutUs").html("<b>ABOUT US</b>");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("COMMERCIAL");


		images = new Array(14);
		
		images[0] = "random/about1.jpg";
		images[1] = "random/about2.jpg";
		images[2] = "random/about3.jpg";
		images[3] = "random/about4.jpg";
		images[4] = "random/about5.jpg";
		images[5] = "random/about6.jpg";
		images[6] = "random/about7.jpg";
		images[7] = "random/about8.jpg";
		images[8] = "random/about9.jpg";
		images[9] = "random/about10.jpg";
		images[10] = "random/about11.jpg";
		images[11] = "random/about12.jpg";
		images[12] = "random/about13.jpg";
		images[13] = "random/about14.jpg";
		
		index = Math.floor(Math.random() * images.length);
	
		closeAll()
		closeAllServices();
		$("#menuInfo").css({"display": "none"});
		$("#menuInfoText").css({"display": "none"});
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info").hide();
		$("#info2").html("SERVICES&nbsp;&nbsp;&nbsp;&nbsp");
		$("#info2").show();
		$("#menuInfoText").html("");
		loadImage("", images[index], "", "", "", "", "", "", "");
		loadImageBig("", "", "", "", "", "", "", "");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").show();
		$("#boxServices").show();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#news").click(function () {
		$("#aboutUs").html("<b>ABOUT US</b>");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("COMMERCIAL");


		closeAll()
		closeAllServices();
		$("#menuInfo").css({"display": "none"});
		$("#menuInfoText").css({"display": "none"});
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info").hide();
		$("#info2").html("NEWS&nbsp;&nbsp;&nbsp;&nbsp");
		$("#info2").show();
		$("#menuInfoText").html("");
		loadImage("", "", "", "", "", "", "", "", "");
		loadImageBig("", "", "", "", "", "", "", "");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").show();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#press").click(function () {
		$("#aboutUs").html("<b>ABOUT US</b>");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("COMMERCIAL");

	
		closeAll()
		closeAllServices();
		$("#menuInfo").css({"display": "none"});
		$("#menuInfoText").css({"display": "none"});
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info2").hide();
		$("#info").html("PRESS&nbsp;&nbsp;&nbsp;&nbsp<a href='#'>other</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>more press at:</b><br><br><a href='http://www.pointgrace.com/resort/onpointmedia.htm' target='_blank'>www.pointgrace.com/resort/onpointmedia.htm</a><br><br><a href='http://www.wymara.com/wymara-turks-caicos-press.php' target='_blank'>www.wymara.com/wymara-turks-caicos-press.php</a><br><br><a href='http://www.gansevoortturksandcaicos.com/gansevoort-turks-caicos-press-room.php' target='_blank'>http://www.gansevoortturksandcaicos.com/gansevoort-turks-caicos-press-room.php</a></div>");
		loadImage("", "", "", "", "", "", "", "", "");
		loadImageBig("", "", "", "", "", "", "", "");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").show();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#contact").click(function () {
		$("#aboutUs").html("<b>ABOUT US</b>");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("COMMERCIAL");

	
		closeAll()
		closeAllServices();
		$("#menuInfo").css({"display": "none"});
		$("#menuInfoText").css({"display": "none"});
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info").hide();
		$("#info2").html("CONTACT&nbsp;&nbsp;&nbsp;&nbsp");
		$("#info2").show();
		$("#menuInfoText").html("");
		loadImage("", "", "", "", "", "", "", "", "");
		loadImageBig("", "", "", "", "", "", "", "");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").show();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#wymara").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("<b>HOSPITALITY</b>");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("COMMERCIAL");

		closeAll()
		closeAllServices();
		$("#principal").css({ background : 'none' });
		$("#imgBig").css("background","url(../img/swaLogoBack.jpg)" );
		$("#info2").hide();
		$("#info").html("<a href='#' id='teste' style=' z-index: 100;'>WYMARA&nbsp;&nbsp;&nbsp;&nbsp; info</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>Client:</b> Apollo Developments Ltd<br><b>Built:</b> Jaca TCI Ltd<br><b>Interior design:</b> D'Amico design Assoc.<br><b>Completed:</b> 2009<br><br>Promoted by the Gansevoort team as &quot;the new standard for intimate Turks and Caicos luxury resorts... this delightfully nuanced Turks and Caicos luxury hotel offers superb five-star accommodations and amenities in an artfully sophisticated setting.&quot; Wymara is an example of SWA's passion for exploring a contemporary take on Turks and Caicos architecture that combines traditional texture and colour with contemporary forms and materials to produce a 'classic' island architecture for today.<br><br><a href='http://www.wymara.com' target='_blank'>www.wymara.com</a><br><a href='http://www.gansevoortturksandcaicos.com' target='_blank'>www.gansevoortturksandcaicos.com</a><br><a href='http://www.dadausa.com' target='_blank'>www.dadausa.com</a></div>");
		loadImage("hospWYaptsbig.jpg", "hospWYapts.jpg", "hospWYbldg.jpg", "hospWYclouds.jpg",  "hospWYboug.jpg", "hospWYpool.jpg", "hospWYsail.jpg", "hospWYsuite.jpg", "hospWYbath.jpg");
		loadImageBig("hospWYaptsbig.jpg", "hospWYbldgbig.jpg", "hospWYcloudsbig.jpg",  "hospWYbougbig.jpg", "hospWYpoolbig.jpg", "hospWYsailbig.jpg", "hospWYsuitebig.jpg", "hospWYbathbig.jpg");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );

	});
	$("#westbayclub").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("<b>HOSPITALITY</b>");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("COMMERCIAL");

		closeAll()
		closeAllServices();
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info2").hide();
		$("#info").html("<a href='#' id='Infom'>WEST BAY CLUB&nbsp;&nbsp;&nbsp;&nbsp; info</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>Client:</b> 720 Ltd<br><b>Built:</b> TDMG Concordia<br><b>Completed:</b> 2008<br><br>A boutique hotel, West Bay Club is cleverly designed to allow each one of the 46 suites an ocean view in luxurious accommodations. Simple and efficient use of locally appropriate materials (cedar shingles, limed timber, render and stone) paint a vernacular appropriate exterior palette whilst cool contemporary styled interiors showcase SWA's typical attention to detail. <br><br><a href='http://www.thewestbayclub.com' target='_blanl'>www.thewestbayclub.com</a></div>");
		loadImage("hospWBChotelbig.jpg", "hospWBChotel.jpg", "hospWBCpatio.jpg", "hospWBCfntn.jpg", "hospWBCbath.jpg", "hospWBCpool.jpg", "hospWBCentry.jpg", "hospWBCnight.jpg", "hospWBClamp.jpg", "");
		loadImageBig("hospWBChotelbig.jpg", "hospWBCpatiobig.jpg", "hospWBCfntnbig.jpg", "hospWBCbathbig.jpg", "hospWBCpoolbig.jpg", "hospWBCentrybig.jpg", "hospWBCnightbig.jpg", "hospWBClampbig.jpg", "");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#regentgrand").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("<b>HOSPITALITY</b>");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("COMMERCIAL");

		closeAll()
		closeAllServices();
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info2").hide();
		$("#info").html("<a href='#' id='Infom'>REGENT GRAND&nbsp;&nbsp;&nbsp;&nbsp; info</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>Client:</b> HAB Ltd<br><b>Built:</b> Jaca TCI Ltd<br><b>Completed:</b> 2008<br><br>In the style of Villa Renaissance, an earlier SWA/HAB collaboration, the Regent Grand extended HAB's desire to develop a luxury Mediterranean villa community on the shores of Grace Bay.  &quot;Inspired by neo-classical Italian, and Caribbean architecture, it has evolved into a classic of its own. Using Renaissance-style details that include grand staircases, arches and columns, fountains, covered walkways, moldings and shutters, SWA have captured the essence of old Roman architecture and blended it to suit modern Caribbean living.&quot;  (HAB Ltd) <br><br><a href='http://www.theregentgrand.com' target='_blanl'>www.theregentgrand.com</a> </div>");
		loadImage("hospRGpoolbig.jpg", "hospRGpool.jpg", "hospRGfount.jpg", "hospRGbldg.jpg", "hospRGchairs.jpg", "hospRGlamps.jpg", "hospRGstar.jpg", "hospRGtwr.jpg", "hospRGarch.jpg", "");
		loadImageBig("hospRGpoolbig.jpg", "hospRGfountbig.jpg", "hospRGbldgbig.jpg", "hospRGchairsbig.jpg", "hospRGlampsbig.jpg", "hospRGstarbig.jpg", "hospRGtwrbig.jpg", "hospRGarchbig.jpg", "");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#ambergriscay").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("<b>HOSPITALITY</b>");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("COMMERCIAL");

		closeAll()
		closeAllServices();
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info2").hide();
		$("#info").html("<a href='#' id='Infom'>AMBERGRIS CAY&nbsp;&nbsp;&nbsp;&nbsp; info</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>Client:</b> DPS SPORTING CLUB DEVELOPMENT COMPANY<br><b>Built:</b> JACA TCI / TDMG Concordia<br><b>Completed:</b> Ongoing<br><br>SWA has a continuing design relationship with the Ambergris Cay Sporting Club team who have appointed the firm to design a number of villas for their Calico Jack collection. Already built and pictured is the Calico Jack pavilion bar and restaurant whose architecture reflects the Sporting Club mandate to encourage a locally appropriate built product throughout the Cay. SWA are also proud to be involved in the early stages of a number of private villas for land owners of this prestigious project.<br><br> <a href='http://www.tcsportingclub.com' target='_blanl'>www.tcsportingclub.com</a> </div>");
		loadImage("hospACpoolbig.jpg", "hospACpool.jpg", "hospACcott.jpg", "hospACpass.jpg", "hospAClounge.jpg", "hospACtrellis.jpg", "hospACtwr.jpg", "hospAChouses.jpg", "hospACbar.jpg", "");
		loadImageBig("hospACpoolbig.jpg", "hospACcottbig.jpg", "hospACpassbig.jpg", "hospACloungebig.jpg", "hospACtrellisbig.jpg", "hospACtwrbig.jpg", "hospAChousesbig.jpg", "hospACbarbig.jpg", "");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#saltcay").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("<b>HOSPITALITY</b>");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("COMMERCIAL");

		closeAll()
		closeAllServices();
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info2").hide();
		$("#info").html("<a href='#' id='Infom'>SALT CAY RESORT&nbsp;&nbsp;&nbsp;&nbsp; info</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>Client:</b> Salt Cay Dev Co.<br><b>Built:</b> Under design<br><b>Completed:</b> Ongoing<br><br>Salt Cay is a small island at the South East tip of the Turks and Caicos archipelago which presents a showcase of local vernacular architecture set against a backdrop of stunning natural beauty. <br><br>SWA were instrumental in laying the foundations of a high end low density hotel and villa project for this gem of an island. SWA developed the concepts, introduced all parties and brought together all the ingredients to bring life to this project. Subsequently commissioned to work with Government departments, Engineers, Golf Course Designers and other Architects, SWA injected their local and environmental knowledge to create a master plan and an appropriate architectural signature for the project as it grew from a 60 acre project to a 1000 acre project. </div>");
		loadImage("hospSCaerialbig.jpg", "hospSCaerial.jpg", "hospSCfront.jpg", "hospSCbeach.jpg", "hospSCbath.jpg", "hospSCbed.jpg", "hospSCelev.jpg", "hospSCvilla.jpg", "hospSCsand.jpg", "");
		loadImageBig("hospSCaerialbig.jpg", "hospSCfrontbig.jpg", "hospSCbeachbig.jpg", "hospSCbathbig.jpg", "hospSCbedbig.jpg", "hospSCelevbig.jpg", "hospSCvillabig.jpg", "hospSCsandbig.jpg", "");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#villarenaissance").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("<b>HOSPITALITY</b>");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("COMMERCIAL");

		closeAll()
		closeAllServices();
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info2").hide();
		$("#info").html("<a href='#' id='Infom'>VILLA RENAISSANCE&nbsp;&nbsp;&nbsp;&nbsp; info</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>Client:</b> HAB Ltd<br><b>Built:</b> Coxco Ltd<br><b>Completed:</b> 2001<br><br>Villa Renaissance, named in &quot;Travellers Choice&quot; Top 100 luxury resorts of the world and Top 10 top luxury resorts in Caribbean/Latin America is styled from the grand villas of the Italian and French Riviera. Formally balanced yet elegantly relaxed with warm renders and stone detailing the architecture presents a quietly distinguished backdrop to life away from the ordinary. <br><br><a href='http://www.villarenaissance.com' target='_blank'>www.villarenaissance.com</a></div>");
		loadImage("hospVRpoolbig.jpg", "hospVRpool.jpg", "hospVRceiling.jpg", "hospVRtwr.jpg", "hospVRbar.jpg", "hospVRpatio.jpg", "hospVRstairs.jpg", "hospVRbldg.jpg", "hospVRwalkway.jpg", "");
		loadImageBig("hospVRpoolbig.jpg", "hospVRceilingbig.jpg", "hospVRtwrbig.jpg", "hospVRbarbig.jpg", "hospVRpatiobig.jpg", "hospVRstairsbig.jpg", "hospVRbldgbig.jpg", "hospVRwalkwaybig.jpg", "");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#pointgrace").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("<b>HOSPITALITY</b>");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("COMMERCIAL");

		closeAll()
		closeAllServices();
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info2").hide();
		$("#info").html("<a href='#' id='Infom'>POINT GRACE&nbsp;&nbsp;&nbsp;&nbsp; info</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>Client:</b> GBP Developments Ltd<br><b>Built:</b> TDMG Concordia<br><b>Interior design:</b> D'Amico design Assoc.<br><b>Completed:</b> 1999<br><br>Inspired by West Indian plantation architecture Point Grace is designed to create an atmosphere of true Caribbean living in ultimate luxury.  From the rustically elegant garden suites to the ultra luxurious 7000 sqft two storey &quot;non-such&quot; penthouse.  Attention to the smallest details in both design and performance are the hallmark of this premier property. &quot;POINT GRACE is the grand diva of resorts on Provo. It's an elegant Caribbean retreat where the eclectic and exceptional find enlightening refuge from the world&quot; - Caribbean Travel 2002 &quot;This boutique hotel, the most charming and atmospheric on the island...&quot; Frommers travel guide 2001<br><br> <a href='http://www.pointgrace.com' target='_blanl'>www.pointgrace.com</a><br><a href='http://www.dadausa.com' target='_blank'>www.dadausa.com</a></div>");
		loadImage("hospPGbldgbig.jpg", "hospPGbldg.jpg", "hospPGpool.jpg", "hospPGchaise.jpg", "hospPGcotpool.jpg", "hospPGterr.jpg", "hospPGkiosk.jpg", "hospPGrolls.jpg", "hospPGplbldg.jpg", "");
		loadImageBig("hospPGbldgbig.jpg", "hospPGpoolbig.jpg", "hospPGchaisebig.jpg", "hospPGcotpoolbig.jpg", "hospPGterrbig.jpg", "hospPGkioskbig.jpg", "hospPGrollsbig.jpg", "hospPGplbldgbig.jpg", "");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#amazinggrace").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("<b>PRIVATE VILLAS</b>");
		$("#commercial").html("COMMERCIAL");

		closeAll()
		closeAllServices();
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info2").hide();
		$("#info").html("<a href='#' id='Infom'>AMAZING GRACE - Leeward Beach&nbsp;&nbsp;&nbsp;&nbsp; info</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>Completed:</b> 2006<br><br>Derived from the architecture of the traditional Barbadian plantation houses and boasting only the finest materials, Amazing Grace is clad in real Barbadian stone, each piece carefully templated, site cut and posi tioned under the direction of the architect. Limed timber ceilings, pastel painted mahogany fenestration and select European marble complete the textures for a loosely intertwined plan of structures and landscaping that form a home of relaxed sanctuaries dressed down in genuine West Indian chic.</div>");
		loadImage("privAGhousebig.jpg", "privAGhouse.jpg", "privAGpool.jpg", "privAGboug.jpg", "privAGkiosk.jpg", "privAGwindow.jpg", "privAGstair.jpg", "privAGterr.jpg", "privAGdoor.jpg", "");
		loadImageBig("privAGhousebig.jpg", "privAGpoolbig.jpg", "privAGbougbig.jpg", "privAGkioskbig.jpg", "privAGwindowbig.jpg", "privAGstairbig.jpg", "privAGterrbig.jpg", "privAGdoorbig.jpg", "");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#longbayhouse").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("<b>PRIVATE VILLAS</b>");
		$("#commercial").html("COMMERCIAL");

		closeAll()
		closeAllServices();
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info2").hide();
		$("#info").html("<a href='#' id='Infom'>LONG BAY HOUSE - Long Bay&nbsp;&nbsp;&nbsp;&nbsp; info</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>Completed:</b> 2008<br><br>Overlooking the dunes of Long Bay beach, this residence has a natural cool minimalist interior and a traditional exterior that mimic the colours and textures of the beach itself. Naturally ventilated indoor outdoor spaces that maximise the views and cooling breeze are the key to this design for elegant beachfront living. Covered dining by the pool, a double height entry that is overlooked by the upper level living room are all interconnected in a manner to maximise control of the ample natural ventilation throughout.</div>");
		loadImage("privLBHhousebig.jpg", "privLBHhouse.jpg", "privLBHentry.jpg", "privLBHkitch.jpg", "privLBHstairs.jpg", "privLBHliving.jpg", "privLBHpool.jpg", "privLBHwater.jpg", "privLBHtrellis.jpg", "");
		loadImageBig("privLBHhousebig.jpg", "privLBHentrybig.jpg", "privLBHkitchbig.jpg", "privLBHstairsbig.jpg", "privLBHlivingbig.jpg", "privLBHpoolbig.jpg", "privLBHwaterbig.jpg", "privLBHtrellisbig.jpg", "");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#kellyresidence").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("<b>PRIVATE VILLAS</b>");
		$("#commercial").html("COMMERCIAL");

		closeAll()
		closeAllServices();
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info2").hide();
		$("#info").html("<a href='#' id='Infom'>KELLY RESIDENCE - Thompson Cove&nbsp;&nbsp;&nbsp;&nbsp; info</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>Completed:</b> 2008<br><br>On Thompson Cove beach this courtyard design uses the natural habitat to maintain privacy from the beach whilst allowing the cool breezes to flow through every internal space. The courtyard serves as an adaptable outdoor room served directly by all other spaces in the house and allowing intimacy for parties or just family dining under the stars. With a design philosophy of environmentally aware architecture the extra high cathedral ceilings in the living areas along with the multitude of opening options minimise the need for artificial cooling on all but the hottest and stillest days of the year.</div>");
		loadImage("privKRhousebig.jpg", "privKRhouse.jpg", "privKRpool.jpg", "privKRpoolside.jpg", "privKRpatio.jpg", "privKRroom.jpg", "privKRroof.jpg", "privKRsea.jpg", "privKRterr.jpg", "");
		loadImageBig("privKRhousebig.jpg", "privKRpoolbig.jpg", "privKRpoolsidebig.jpg", "privKRpatiobig.jpg", "privKRroombig.jpg", "privKRroofbig.jpg", "privKRseabig.jpg", "privKRterrbig.jpg", "");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#westcaicosvillas").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("<b>PRIVATE VILLAS</b>");
		$("#commercial").html("COMMERCIAL");

		closeAll()
		closeAllServices();
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info2").hide();
		$("#info").html("<a href='#' id='Infom'>WEST CAICOS VILLAS - West Caicos&nbsp;&nbsp;&nbsp;&nbsp; info</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>Under design</b><br><br>Designed for two great friends with very different personalities these villas exemplify how different styles can co-exist in harmony with a common language of colour, texture  materials and scale. Incorporating this site specific vernacular palette we encouraged each client to help us paint their dreams... one a contemporary play of heavy and light forms with reflecting planes of glass/water and floating timber decks, the other a calmer collection of spaces in a more traditional and casual tropical attire.</div>");
		loadImage("privWCVmorentrbig.jpg", "privWCVmorentr.jpg", "privWCVmoraerial.jpg", "privWCVmorbed.jpg", "privWCVmorsect.jpg", "privWCVmasdeck.jpg", "privWCVmasroom.jpg", "privWCVmassite.jpg", "privWCVmasbed.jpg", "");
		loadImageBig("privWCVmorentrbig.jpg", "privWCVmoraerialbig.jpg", "privWCVmorbedbig.jpg", "privWCVmorsectbig.jpg", "privWCVmasdeckbig.jpg", "privWCVmasroombig.jpg", "privWCVmassitebig.jpg", "privWCVmasbedbig.jpg", "");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#bajacu").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("<b>PRIVATE VILLAS</b>");
		$("#commercial").html("COMMERCIAL");

		closeAll()
		closeAllServices();
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info2").hide();
		$("#info").html("<a href='#' id='Infom'>BAJACU - Ocean Drive&nbsp;&nbsp;&nbsp;&nbsp; info</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>Completed:</b> 2002<br><br>With a design conceived by the famous Mexican architect Marco Aldaco the owner commissioned SWA to develop the design from a set of Aldaco's hand sketches into a set of compliant working drawings allowing the contractor to transform Aldaco's inspirations into reality. The open design, sculptural use of concrete, hand painting, traditional palm thatching and loving carpentry displays Aldaco's artistic genius while SWA enjoyed their part in interpreting and contributing to a design which is one of the most original villa designs in the Turks and Caicos. We are delighted that the owner has requested our design services for further alterations and additions.<br><br>See <a href='http://www.bajacu.com' target='_blank'>www.bajacu.com</a></div>");
		loadImage("privBAhousebig.jpg", "privBAhouse.jpg", "privBAstairs.jpg", "privBAinfinity.jpg", "privBAtable.jpg", "privBAroom.jpg", "privBApool.jpg", "privBAbedroom.jpg", "privBAveranda.jpg", "");
		loadImageBig("privBAhousebig.jpg", "privBAstairsbig.jpg", "privBAinfinitybig.jpg", "privBAtablebig.jpg", "privBAroombig.jpg", "privBApoolbig.jpg", "privBAbedroombig.jpg", "privBAverandabig.jpg", "");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#highlands").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("<b>PRIVATE VILLAS</b>");
		$("#commercial").html("COMMERCIAL");

		closeAll()
		closeAllServices();
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info2").hide();
		$("#info").html("<a href='#' id='Infom'>HIGHLANDS - Thompson Cove&nbsp;&nbsp;&nbsp;&nbsp; info</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>Completed:</b> 2002<br><br>Highlands is located on arguably one of the most spectacular residential sites in the Turks and Caicos Islands. Hours spent with the owner on site assessing precise viewing and wind angles whilst considering the detailed topography directed an organic marriage of landscape and building design resulting in a residence that appears to grow from the hillside. The house is naturally ventilated throughout, and combines open living, dining and bathing experiences with all natural materials, including exposed rock faces of the hill as interior decoration.</div>");
		loadImage("privHIhousebig.jpg", "privHIhouse.jpg", "privHItrellis.jpg", "privHIdown.jpg", "privHIkiosk.jpg", "privHIbalcony.jpg", "privHIpool.jpg", "privHItable.jpg", "privHIcellar.jpg", "");
		loadImageBig("privHIhousebig.jpg", "privHItrellisbig.jpg", "privHIdownbig.jpg", "privHIkioskbig.jpg", "privHIbalconybig.jpg", "privHIpoolbig.jpg", "privHItablebig.jpg", "privHIcellarbig.jpg");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#bluecay").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("<b>PRIVATE VILLAS</b>");
		$("#commercial").html("COMMERCIAL");

		closeAll()
		closeAllServices();
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info2").hide();
		$("#info").html("<a href='#' id='Infom'>BLUE CAY - Thompson Cove&nbsp;&nbsp;&nbsp;&nbsp; info</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>Completed:</b> 1999<br><br>A West Indian style house with a multilevel plan that takes advantage of prevailing winds and the topography of a steeply sloping site. Wrapping around the concave curve of the hill the house focuses on a magnificent ocean view and the private beach below. A combination of fenestration techniques allows comfort throughout the open plan house to accommodate changes in the shoreline climate without the need for mechanical cooling devices.</div>");
		loadImage("privBChousebig.jpg", "privBChouse.jpg", "privBCpool.jpg", "privBCstairs.jpg", "privBChouse2.jpg", "privBCporch.jpg", "privBCterrace.jpg", "privBCentry.jpg", "privBCview.jpg", "");
		loadImageBig("privBChousebig.jpg", "privBCpoolbig.jpg", "privBCstairsbig.jpg", "privBChouse2big.jpg", "privBCporchbig.jpg", "privBCterracebig.jpg", "privBCentrybig.jpg", "privBCviewbig.jpg", "");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#selectotherprivatevillas").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("<b>PRIVATE VILLAS</b>");
		$("#commercial").html("COMMERCIAL");

		closeAll()
		closeAllServices();
		$("#menuInfo").css({"display": "none"});
		$("#menuInfoText").css({"display": "none"});
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info").hide();		
		$("#info2").html("CAULET RESIDENCE");
		$("#info2").show();
		$("#menuInfoText").html("");
		loadImage("privSOcaul1big.jpg", "privSOcaul1.jpg", "privSOcaul2.jpg", "privSOcaul3.jpg", "privSOsunny.jpg", "privSOterr1.jpg", "privSOterr2.jpg", "privSOterr3.jpg", "privSOsims.jpg", "");
		loadImageBig("privSOcaul1big.jpg", "privSOcaul2big.jpg", "privSOcaul3big.jpg", "privSOsunnybig.jpg", "privSOterr1big.jpg", "privSOterr2big.jpg", "privSOterr3big.jpg", "privSOsimsbig.jpg");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#selectotherprivatevillas2").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("<b>PRIVATE VILLAS</b>");
		$("#commercial").html("COMMERCIAL");

		closeAll()
		closeAllServices();
		$("#menuInfo").css({"display": "none"});
		$("#menuInfoText").css({"display": "none"});
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info").hide();
		$("#info2").html("LUNASEA");
		$("#info2").show();
		$("#menuInfoText").html("");
		loadImage("privSOluna1big.jpg", "privSOluna1.jpg", "privSOluna2.jpg", "privSObam1.jpg", "privSObam2.jpg", "privSOols1.jpg", "privSOols2.jpg", "privSOsunr1.jpg", "privSOsunr2.jpg", "");
		loadImageBig("privSOluna1big.jpg", "privSOluna2big.jpg", "privSObam1big.jpg", "privSObam2big.jpg", "privSOols1big.jpg", "privSOols2big.jpg", "privSOsunr1big.jpg", "privSOsunr2big.jpg");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#regentvillage").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("<b>COMMERCIAL</b>");

		closeAll()
		closeAllServices();
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info2").hide();
		$("#info").html("<a href='#' id='Infom'>REGENT VILLAGE&nbsp;&nbsp;&nbsp;&nbsp; info</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>Completed:</b> 2009<br><br>SWA were appointed by Turks and Caicos largest commercial property developer (HAB Ltd) to create a master plan of commercial space to compliment their beachfront product of Villa Renaissance and The Regent Grand.  We found an opportunity to define the immediate area along Grace Bay Road by encouraging a reduced building set back and pedestrian friendly streetscape.  The result is the start of a new urban centre for Providenciales and one that favours the pedestrian as browser and curious tourist. The Italianesque tendencies of the architecture mimic the beachfront developments making this the largest but most cohesive master plan in the islands.</div>");
		loadImage("commRVarcbig.jpg", "commRVarc.jpg", "commRVfront.jpg", "commRVmstr.jpg", "commRVpalms.jpg", "commRVreg.jpg", "commRVshops.jpg", "commRVsign.jpg", "commRVtop.jpg", "");
		loadImageBig("commRVarcbig.jpg", "commRVfrontbig.jpg", "commRVmstrbig.jpg", "commRVpalmsbig.jpg", "commRVregbig.jpg", "commRVshopsbig.jpg", "commRVsignbig.jpg", "commRVtopbig.jpg");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#kpmgheadoffice").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("<b>COMMERCIAL</b>");

		closeAll()
		closeAllServices();
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info2").hide();
		$("#info").html("<a href='#' id='Infom'>KPMG HEAD OFFICE&nbsp;&nbsp;&nbsp;&nbsp; info</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>Completed:</b> 2009<br><br>Part of a larger master plan also by SWA, KPMG's head office and associated street side commercial real estate forms the cornerstone of a square that breaks the street facade at the entrance to Grace Bay village. A contemporary building with traditional tendencies the architecture plays with varied forms which appear as multiple appropriately scaled island buildings that have been internally combined to house a large contemporary corporate office space. The materials maintain a cohesive and elegant facade. </div>");
		loadImage("commKPMG1big.jpg", "commKPMG1.jpg", "commKPMG2.jpg", "commKPMG3.jpg", "commKPMG4.jpg", "commKPMG5.jpg", "commKPMG6.jpg", "commKPMGplan1.jpg", "commKPMGplan2.jpg", "");
		loadImageBig("commKPMG1big.jpg", "commKPMG2big.jpg", "commKPMG3big.jpg", "commKPMG4big.jpg", "commKPMG5big.jpg", "commKPMG6big.jpg", "commKPMGplan1big.jpg", "commKPMGplan2big.jpg");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#venturehouse").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("<b>COMMERCIAL</b>");

		closeAll()
		closeAllServices();
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info2").hide();
		$("#info").html("<a href='#' id='Infom'>VENTURE HOUSE&nbsp;&nbsp;&nbsp;&nbsp; info</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>Completed:</b> 2009<br><br>Designed to reflect the Bermudian heritage of the client as well as the island; Venture house is one of the many commercial ventures that has helped form a new urban landscape along Grace Bay road. The rounded street corner catches the eye and directs one to the shaded feature display windows. Once inside; the double height office with winding stair and fully glazed upper level conference room forms a playful yet professional space. </div>");
		loadImage("commVH1big.jpg", "commVH1.jpg", "commVH2.jpg", "commVH3.jpg", "commVH4.jpg", "commVH5.jpg", "commVH6.jpg", "commVH7.jpg", "commVH8.jpg", "");
		loadImageBig("commVH1big.jpg", "commVH2big.jpg", "commVH3big.jpg", "commVH4big.jpg", "commVH5big.jpg", "commVH6big.jpg", "commVH7big.jpg", "commVH8big.jpg");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#neptunecourt").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("<b>COMMERCIAL</b>");

		closeAll()
		closeAllServices();
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info2").hide();
		$("#info").html("<a href='#' id='Infom'>NEPTUNE COURT&nbsp;&nbsp;&nbsp;&nbsp; info</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>Phase I - Completed 2005</b><br><br>Home of SWA's offices Neptune court has evolved from the original Neptune Plaza with the addition of two new structures and refurbishment of the existing two. A blend of traditional and modern SWA see the design as a collective part of the future townscape of Grace Bay where appropriately styled modern and traditional architecture will line the streets and squares in a timeless Caribbean urban collage.</div>");
		loadImage("commNCbldgbig.jpg", "commNCbldg.jpg", "commNCtrep.jpg", "commNCfloors.jpg", "commNCgarden.jpg", "commNCtrellis.jpg", "commNCbldg1.jpg", "commNCstairs.jpg", "commNCboug.jpg", "");
		loadImageBig("commNCbldgbig.jpg", "commNCtrepbig.jpg", "commNCfloorsbig.jpg", "commNCgardenbig.jpg", "commNCtrellisbig.jpg", "commNCbldg1big.jpg", "commNCstairsbig.jpg", "commNCbougbig.jpg", "");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#gracewayhouse").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("<b>COMMERCIAL</b>");

		closeAll()
		closeAllServices();
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info2").hide();
		$("#info").html("<a href='#' id='Infom'>GRACEWAY PLAZA&nbsp;&nbsp;&nbsp;&nbsp; info</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>Raleigh House (Completed 2002); Graceway House (Completed 2004) Drake House (Completed 2006).</b><br><br>SWA were commissioned to design the mixed use 75 acre Graceway master plan in 2000. Graceway house (bldg A and B), the principal anchor building to the master plan was designed by SWA and set the theme and standards for the commercial architecture for the development to come. In the design of Graceway house SWA have drawn on the local vernacular style, stripped down the traditional details and by incorporating clean line forms and modern detailing, created an architecture that is contemporary while still maintaining a historically respectful sense of place. The buildings that boast retail at ground level and offices above meet very strict client net to gross requirements and have become a thriving commercial district that is currently being added to.</div>");
		loadImage("commGHbackbig.jpg", "commGHback.jpg", "commGHfront.jpg", "commGHshades.jpg", "commGHpalms.jpg", "commGHbldg.jpg", "commGHside.jpg", "commGHwindow.jpg", "commGHbkst.jpg", "");
		loadImageBig("commGHbackbig.jpg", "commGHfrontbig.jpg", "commGHshadesbig.jpg", "commGHpalmsbig.jpg", "commGHbldgbig.jpg", "commGHsidebig.jpg", "commGHwindowbig.jpg", "commGHbkstbig.jpg", "");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#scotiabank").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("<b>COMMERCIAL</b>");

		closeAll()
		closeAllServices();
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info2").hide();
		$("#info").html("<a href='#' id='Infom'>SCOTIABANK&nbsp;&nbsp;&nbsp;&nbsp; info</a>");
		$("#info").show();
		$("#menuInfoText").html("<div style='color: #FFF; z-index:100; font-size: 11px; font-family: Arial; text-align: justify; padding: 10px 5px 10px 5px;'><b>Completed:</b> 2003<br><br>The Scotiabank design illustrates SWA Ltd's belief that TCI has a definitive architectural style derived from a fusion of Bermudian and West Indian salt trade architecture. SWA has used these historical references to create an appropriate modern architectural vocabulary. Coined as 'Turks Island Modern' there are an increasing number of developers who are catching on to this truly unique TCI style.</div>");
		loadImage("commSBfrontbig.jpg", "commSBfront.jpg", "commSBrftop.jpg", "commSBcactus.jpg", "commSBlogo.jpg", "commSBbldg.jpg", "commSBshade.jpg", "commSB5.jpg", "commSB6.jpg", "");
		loadImageBig("commSBfrontbig.jpg", "commSBrftopbig.jpg", "commSBcactusbig.jpg", "commSBlogobig.jpg", "commSBbldgbig.jpg", "commSBshadebig.jpg", "commSB5big.jpg", "commSB6big.jpg", "");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({ 
			opacity: 0.15
		}, 1500 );
	});
	
	$("#selectothercommercial").click(function () {
		$("#aboutUs").html("ABOUT US");
		$("#hospitality").html("HOSPITALITY");
		$("#privateVillas").html("PRIVATE VILLAS");
		$("#commercial").html("<b>COMMERCIAL</b>");

		closeAll()
		closeAllServices();
		$("#menuInfo").css({"display": "none"});
		$("#menuInfoText").css({"display": "none"});
		$("#principal").css({ background : 'none' });
		$("#imgBig").css({ background : '#2B2B2B' });
		$("#info").hide();
		$("#info2").html("MISICK AND STANBROOK LAW OFFICE");
		$("#info2").show();
		$("#menuInfoText").html("");
		loadImage("commSO1big.jpg", "commSO1.jpg", "commSO2.jpg", "commSO3.jpg", "commSO4.jpg", "commSO5.jpg", "commSO6.jpg", "commSO7.jpg", "commSO8.jpg", "");
		loadImageBig("commSO1big.jpg", "commSO2big.jpg", "commSO3big.jpg", "commSO4big.jpg", "commSO5big.jpg", "commSO6big.jpg", "commSO7big.jpg", "commSO8big.jpg");
		loadTextStaff("", "", "", "", "", "", "", "");
		loadBigText("");
		$("#bigText").hide();
		$("#bigMenu").hide();
		$("#boxServices").hide();
		$("#boxContact").hide();
		$("#boxPress").hide();
		$("#boxNews").hide();
		$("#swaLogoBack").css({opacity: 0.15});
	});
	var i;
	var x;
	x = 0;
	i = 0;	
	function loadImage(img0, img1, img2, img3, img4, img5, img6, img7, img8, img9) {
		$("#texto0").html(img9); 
		if (img9 != "undefined") {
			i++
		}
		if (i > 0) {	
			if (x <= 0) {
				$("#texto0").show();
				x++;
			}
			i=0;
		}
		if (img0) {
			$("#imgBig").html("<img src='img/"+img0+"'> ");	
		} else {
			$("#imgBig").html("<div style=' border: none; text-decoration: none;'></div>");	
		}
		if (img1) {
			$("#img0").html("<img src='img/"+img1+"' style='position: absolute; margin: -8px 0px 0px -127px; border: none; text-decoration: none; z-index: 150;'> ");
			$("#img0").show();	
		} else {
			$("#img0").html("<div style='position: absolute; margin: -8px 0px 0px -127px; border: none; text-decoration: none;'> </div> ");
			$("#img0").show();
		}
		if (img2) {
			$("#img1").html("<img src='img/"+img2+"' style='position: absolute; margin: -8px 0px 0px 5px; border: none; text-decoration: none;'> ");
			$("#img1").show();	
		} else {
			$("#img1").html("<div style='position: absolute; margin: -8px 0px 0px 5px; border: none; text-decoration: none; width: 120px; height: 120px; background: transparent;'> </div> ");
			$("#img1").show();
		}
		if (img3) {
			$("#img2").html("<img src='img/"+img3+"' style='position: absolute; margin: -3px 0px 0px -127px; border: none; text-decoration: none;'> ");
			$("#img2").show();	
		} else {
			$("#img2").html("<div style='position: absolute; margin: -3px 0px 0px -7px; border: none; text-decoration: none; width: 120px; height: 120px; background: transparent;'> </div> ");
			$("#img2").show();
		}
		if (img4) {
			$("#img3").html("<img src='img/"+img4+"' style='position: absolute; margin: -3px 0px 0px 5px; border: none; text-decoration: none;'> ");
			$("#img3").show();	
		} else {
			$("#img3").html("<div style='position: absolute; margin: -3px 0px 0px 5px; border: none; text-decoration: none; width: 120px; height: 120px; background: transparent;'> </div> ");
			$("#img3").show();
		}
		if (img5) {
			$("#img4").html("<img src='img/"+img5+"' style='position: absolute; margin: 3px 0px 0px -127px; border: none; text-decoration: none;'> ");
			$("#img4").show();	
		} else {
			$("#img4").html("<div style='position: absolute; margin: 3px 0px 0px -7px; border: none; text-decoration: none; width: 120px; height: 120px; background: transparent;'> </div> ");
			$("#img4").show();
		}
		if (img6) {
			$("#img5").html("<img src='img/"+img6+"' style='position: absolute; margin: 3px 0px 0px 5px; border: none; text-decoration: none;'> ");
			$("#img5").show();	
		} else {
			$("#img5").html("<div style='position: absolute; margin: 3px 0px 0px 5px; border: none; text-decoration: none; width: 120px; height: 120px; background: transparent;'> </div> ");
			$("#img5").show();
		}
		if (img7) {
			$("#img6").html("<img src='img/" + img7 + "' style='position: absolute; margin: 10px 0px 0px -127px; border: none; text-decoration: none;'> ");
			$("#img6").show();
		} else {
			$("#img6").html("<div style='position: absolute; margin: 10px 0px 0px -7px; border: none; text-decoration: none; width: 120px; height: 120px; background: transparent;'> </div>");
			$("#img6").show();
		}
		if (img8) {
			$("#img7").html("<img src='img/" + img8 + "' style='position: absolute; margin: 10px 0px 0px 5px; border: none; text-decoration: none;'> ");
			$("#img7").show();
		} else {
			$("#img7").html("<div style='position: absolute; margin: 10px 0px 0px 5px; border: none; text-decoration: none; width: 120px; height: 120px; background: transparent;'> </div>");
			$("#img7").show();
		}
	}
	
	function loadImageBig(imgBig0, imgBig1, imgBig2, imgBig3, imgBig4, imgBig5, imgBig6, imgBig7, imgBig8){
		$("#imgBig0").html("<img src='img/"+imgBig0+"'> ");
		$("#imgBig1").html("<img src='img/"+imgBig1+"'> ");
		$("#imgBig2").html("<img src='img/"+imgBig2+"'> ");
		$("#imgBig3").html("<img src='img/"+imgBig3+"'> ");
		$("#imgBig4").html("<img src='img/"+imgBig4+"'> ");
		$("#imgBig5").html("<img src='img/"+imgBig5+"'> ");
		$("#imgBig6").html("<img src='img/"+imgBig6+"'> ");
		$("#imgBig7").html("<img src='img/"+imgBig7+"'> ");		
	}
	
	function loadTextStaff(text0, text1, text2, text3, text4, text5) {
		$("#texto0").html(text0); 
		$("#texto1").html(text1);
		$("#texto2").html(text2);
		$("#texto3").html(text3);
		$("#texto4").html(text4);
		$("#texto5").html(text5);
	}
	
	function loadBigText(texto) {
		$("#bigText").html(texto);
		$("#bigText").show();
	}
	
	function loadMenuText(texto) {
		$("#bigMenu").html(texto);
		$("#bigMenu").show();
	}
	
	function showFirstImage() {
		closeAllText();
		closeAllBigImage();
		$("#imgBig0").show();
		$("#texto0").show();		
	}
	
	$("#link0").click(function() {
		closeAllText();
		closeAllBigImage();
		$("#imgBig0").show();
		$("#texto0").show();
		
		var theText = $("#imgBig0").html();
		if (theText.indexOf("privSOcaul1big") != -1){
			$("#info2").hide();
			$("#info").html("CAULET RESIDENCE");
			$("#info").show();
		}
		if (theText.indexOf("privSOluna1big") != -1){
			$("#info2").hide();
			$("#info").html("LUNASEA");
			$("#info").show();
		}
		if (theText.indexOf("commSO1big.jpg") != -1){
			$("#info2").hide();
			$("#info").html("MISICK AND STANBROOK LAW OFFICE");
			$("#info").show();
		}


	});
	
	$("#link1").click(function() {
		closeAllText();
		closeAllBigImage();
		$("#imgBig1").show();
		$("#texto1").show();

		var theText = $("#imgBig1").html();
		if (theText.indexOf("privSOcaul2big") != -1){
			$("#info2").hide();
			$("#info").html("CAULET RESIDENCE");
			$("#info").show();
		}
		if (theText.indexOf("privSOluna2") != -1){
			$("#info2").hide();
			$("#info").html("LUNASEA");
			$("#info").show();
		}
		if (theText.indexOf("commSO2big.jpg") != -1){
			$("#info2").hide();
			$("#info").html("MISICK AND STANBROOK LAW OFFICE");
			$("#info").show();
		}

	});
	
	$("#link2").click(function() {
		closeAllText();
		closeAllBigImage();
		$("#imgBig2").show();
		$("#texto2").show();
		
		var theText = $("#imgBig2").html();

		if (theText.indexOf("privSOcaul3big") != -1){
			$("#info2").hide();
			$("#info").html("CAULET RESIDENCE");
			$("#info").show();
		}
		if (theText.indexOf("privSObam1big") != -1){
			$("#info2").hide();
			$("#info").html("BAMBOO HOUSE");
			$("#info").show();
		}
		if (theText.indexOf("commSO3big.jpg") != -1){
			$("#info").hide();
			$("#info2").html("CASABLANCA CASINO");
			$("#info2").show();
		}

		
	});
	
	$("#link3").click(function() {
		closeAllText();
		closeAllBigImage();
		$("#imgBig3").show();
		$("#texto3").show();

		var theText = $("#imgBig3").html();

		if (theText.indexOf("privSOsunnybig.jpg") != -1){
			$("#info2").hide();
			$("#info").html("SUNNYSIDE");
			$("#info").show();
		}
		if (theText.indexOf("privSObam2big") != -1){
			$("#info2").hide();
			$("#info").html("BAMBOO HOUSE");
			$("#info").show();
		}
		if (theText.indexOf("commSO4big.jpg") != -1){
			$("#info").hide();
			$("#info2").html("CASABLANCA CASINO");
			$("#info2").show();
		}


	});
	
	$("#link4").click(function() {
		closeAllText();
		closeAllBigImage();
		$("#imgBig4").show();
		$("#texto4").show();
		
		var theText = $("#imgBig4").html();
		if (theText.indexOf("privSOterr1big.jpg") != -1){
			$("#info2").hide();
			$("#info").html("TERRAPIN VILLA");
			$("#info").show();
		}
		if (theText.indexOf("privSOols1big.jpg") != -1){
			$("#info2").hide();
			$("#info").html("OLSEN RESIDENCE");
			$("#info").show();
		}
		if (theText.indexOf("commSO5big.jpg") != -1){
			$("#info").hide();
			$("#info2").html("PORTS OF CALL COMMERCIAL COMPLEX");
			$("#info2").show();
		}

	});
	
	$("#link5").click(function() {
		closeAllText();
		closeAllBigImage();
		$("#imgBig5").show();
		$("#texto5").show();
		
		var theText = $("#imgBig5").html();
		if (theText.indexOf("privSOterr2big.jpg") != -1){
			$("#info2").hide();
			$("#info").html("TERRAPIN VILLA");
			$("#info").show();
		}
		if (theText.indexOf("privSOols2big.jpg") != -1){
			$("#info2").hide();
			$("#info").html("OLSEN RESIDENCE");
			$("#info").show();
		}
		if (theText.indexOf("commSO6big.jpg") != -1){
			$("#info").hide();
			$("#info2").html("PORTS OF CALL COMMERCIAL COMPLEX");
			$("#info2").show();
		}
		
		
	});
	
	$("#link6").click(function() {
		closeAllText();
		closeAllBigImage();
		$("#imgBig6").show();
		
		var theText = $("#imgBig6").html();
		if (theText.indexOf("privSOterr3big.jpg") != -1){
			$("#info2").hide();
			$("#info").html("TERRAPIN VILLA");
			$("#info").show();
		}
		if (theText.indexOf("privSOsunr1big.jpg") != -1){
			$("#info2").hide();
			$("#info").html("SUNRISE VILLA");
			$("#info").show();
		}
		if (theText.indexOf("commSO7big.jpg") != -1){
			$("#info").hide();
			$("#info2").html("PROVO GOLF AND COUNTRY CLUB CLUB HOUSE");
			$("#info2").show();
		}
		
		
	});
	
	$("#link7").click(function() {
		closeAllText();
		closeAllBigImage();
		$("#imgBig7").show();
		
		var theText = $("#imgBig7").html();
		if (theText.indexOf("privSOsimsbig.jpg") != -1){
			$("#info2").hide();
			$("#info").html("SIMS RESIDENCE");
			$("#info").show();
		}
		if (theText.indexOf("privSOsunr2big.jpg") != -1){
			$("#info2").hide();
			$("#info").html("SUNRISE VILLA");
			$("#info").show();
		}
		if (theText.indexOf("commSO8big.jpg") != -1){
			$("#info").hide();
			$("#info2").html("PROVO GOLF AND COUNTRY CLUB CLUB HOUSE");
			$("#info2").show();
		}

		
	});
/*	
	var c;
	c = 0;
	if (c == 0) {
		$("#info").click(function () {
			$("#menuInfo").animate({ 
				height: "519px",
				opacity: 0.7
			}, 1500);
			$("#menuInfoText").animate({ 
				height: "499px",
				opacity: 1
			}, 1500);
			c = 1;	
		});
	} else if (c == 1) {
		alert(c)
		$("#info").click(function () {
			$("#menuInfo").animate({
				height: "0px",
				opacity: 0
			}, 1500);
			$("#menuInfoText").animate({
				height: "0px",
				opacity: 0
			}, 1500);
		});
		c = 0;
	}
		*/
		
	$("#info").mouseover(function () {
		$("#menuInfo").slideToggle("slow");
		$("#menuInfoText").slideToggle("slow");
	});
	
/*
	$("#menuInfoText").mouseover(function () {
		if (infoOutFlag == 0) {
			$("#menuInfo").slideUp("slow");
			$("#menuInfoText").slideUp("slow");
		}
	});
*/

	
	function closeAllText() {
		$("#texto0").hide();
		$("#texto1").hide();
		$("#texto2").hide();
		$("#texto3").hide();
		$("#texto4").hide();
		$("#texto5").hide();

		$("#menuInfo").slideUp("fast");
		$("#menuInfoText").slideUp("fast");
	}
	
	function closeAllBigImage() {
		$("#imgBig").hide();
		$("#imgBig0").hide();
		$("#imgBig1").hide();
		$("#imgBig2").hide();
		$("#imgBig3").hide();
		$("#imgBig4").hide();
		$("#imgBig5").hide();
		$("#imgBig6").hide();
		$("#imgBig7").hide();
		
		$("#menuInfo").slideUp("fast");
		$("#menuInfoText").slideUp("fast");

	}
	
	function closeAllServices() {
		$("#AD").animate({"left": "596px"}, 500);

		$("#CCA").animate({"left": "475px"}, 500);

		$("#MP").animate({"left": "641px"}, 500);

		$("#ENG").animate({"left": "663px"}, 500);

		$("#ID").animate({"left": "641px"}, 500);

		$("#LAND").animate({"left": "660px"}, 500);

		$("#ES").animate({"left": "579px"}, 500);
		
		$('#boxAD').css({"z-index" : 60});
		$('#boxCCA').css({"z-index" :60});
		$('#boxMP').css({"z-index" : 60});
		$('#boxENG').css({"z-index" :60});
		$('#boxID').css({"z-index" :60});
		$('#boxLAND').css({"z-index" : 60});
		$('#boxES').css({"z-index" :60});
		$('#boxBT').css({"z-index" : 60});
		
		$(".scrollAD").hide();
		$(".scrollCCA").hide();
		$(".scrollMP").hide();
		$(".scrollENG").hide();
		$(".scrollID").hide();
		$(".scrollLAND").hide();
		$(".scrollES").hide();
		$(".scrollBT").hide();
		
		$(".jScrollArrowDown").hide();
		$(".jScrollArrowUp").hide();

		$("#menuInfo").slideUp("fast");
		$("#menuInfoText").slideUp("fast");
	}
	
	function closeAll() {
		showFirstImage()

		$("#leftSubMenuTextAboutUs").animate({ 
			width: "142px",
			marginLeft: "0px",
			opacity:0
		}, 1500 );
		$("#leftSubMenuAboutUs").animate({ 
			width: "142px",
			opacity: 0
		}, 1500 );
		
		$("#leftSubMenuTextHospitality").animate({ 
			width: "142px",
			marginLeft: "0px",
			opacity:0
		}, 1500 );
		$("#leftSubMenuHospitality").animate({ 
			width: "142px",
			opacity: 0
		}, 1500 );
		
		$("#leftSubMenuTextPrivateVillas").animate({ 
			width: "142px",
			marginLeft: "0px",
			opacity:0
		}, 1500 );
		$("#leftSubMenuPrivateVillas").animate({ 
			width: "142px",
			opacity: 0
		}, 1500 );
		$("#leftSubMenuTextCommercial").animate({ 
			width: "142px",
			marginLeft: "0px",
			opacity:0
		}, 1500 );
		$("#leftSubMenuCommercial").animate({ 
			width: "142px",
			opacity: 0
		}, 1500 );
		
		$("#menuInfo").slideUp("fast");
		$("#menuInfoText").slideUp("fast");

	}
	
	function hideAll(){
		// HIDE ALL
		$("#principal").css({ 
			opacity: 0
		});
		$("#rodape").css({ 
			opacity: 0
		});
		$("#swaLogoBack").css({ 
			opacity: 0.15
		});
		$("#swaLogo").css({ 
			opacity: 0
		});
    	$("#menuLeft").css({ 
			opacity: 0
		});
    	$("#menuLeftText").css({ 
			opacity: 0
		});
		$("#leftSubMenuTextAboutUs").css({ 
			opacity:0
		});
		$("#leftSubMenuAboutUs").css({ 
			opacity: 0
		});
		$("#leftSubMenuTextHospitality").css({ 
			opacity:0
		});
		$("#leftSubMenuHospitality").css({ 
			opacity: 0
		});
		$("#leftSubMenuTextPrivateVillas").css({ 
			opacity:0
		});
		$("#leftSubMenuPrivateVillas").css({ 
			opacity: 0
		});
		$("#leftSubMenuTextCommercial").css({ 
			opacity:0
		});
		$("#leftSubMenuCommercial").css({ 
			opacity: 0
		});					
		$("#rodapeFinal").css({ 
			opacity: 0
		});			
	
		$("#menuInfo").slideUp("fast");
		$("#menuInfoText").slideUp("fast");

	}
	
	function startAnimation(){
			
		// SHOW
		$("#swaLogoBack").css({opacity: 0.15});

		$("#principal").animate({ 
			opacity: 1
		}, 3000 );
		
		$("#rodape").animate({ 
			opacity: 1
		}, 3000, function(){
				$("#rodape").animate({ 
					opacity: 0
				}, 1000);
		    	$("#menuLeft").animate({ 
					opacity: 0.5
				}, 3000 );
				$("#menuLeftText").animate({ 
					opacity: 1
				}, 3000 );
				$("#swaLogo").animate({ 
					opacity: 1
				}, 5000, endAnimation());
		} );
	}
	
	function endAnimation() {
		
		$("#rodapeFinal").animate({ 
			opacity: 1
		}, 5000);
	}
	
	function showAll(){
	
		// SHOW
		$("#principal").css({ 
			opacity: 1
		});
		
		$("#rodape").css({ 
			opacity: 1
		});
	
		$("#rodape").css({ 
			opacity: 0
		});
		$("#menuLeft").css({ 
			opacity: 0.5
		});
		$("#menuLeftText").css({ 
			opacity: 1
		});
		$("#swaLogo").css({ 
			opacity: 1
		});
		$("#rodapeFinal").css({ 
			opacity: 1
		});

	}

});
