function SuiteTerrace(){
	var img = {player: 'img',content: '/images/suiteterrace1.jpg',title: 'Suite Terrace'};
	var img2 = {player: 'img',content: '/images/suiteterrace2.jpg',title: 'Suite Terrace'};
	var img3 = {player: 'img',content: '/images/suiteterrace3.jpg',title: 'Suite Terrace'};
	var img4 = {player: 'img',content: '/images/suiteterrace4.jpg',title: 'Suite Terrace'};
	Shadowbox.open([img,img2,img3,img4],{continuous: true});
};
function SuitePlage(){
	var img = {player: 'img',content: '/images/grandsuitepalace1.jpg',title: 'Grand Suite Plage'};
	var img2 = {player: 'img',content: '/images/grandsuitepalace1.jpg',title: 'Grand Suite Plage'};
	var img3 = {player: 'img',content: '/images/grandsuitepalace1.jpg',title: 'Grand Suite Plage'};
	var img4 = {player: 'img',content: '/images/grandsuitepalace1.jpg',title: 'Grand Suite Plage'};
	Shadowbox.open([img,img2,img3,img4],{continuous: true});
};
function VillaVueMer(){
	var img = {player: 'img',content: '/images/vvm1.jpg',title: 'Villa Vue Mer'};
	var img2 = {player: 'img',content: '/images/vvm2.jpg',title: 'Villa Vue Mer'};
	var img3 = {player: 'img',content: '/images/vvm3.jpg',title: 'Villa Vue Mer'};
	var img4 = {player: 'img',content: '/images/vvm4.jpg',title: 'Villa Vue Mer'};
	Shadowbox.open([img,img2,img3,img4],{continuous: true});
};
function VillaDuPecheur(){
	var img = {player: 'img',content: '/images/vdp1.jpg',title: 'Villa du Pecheur'};
	var img2 = {player: 'img',content: '/images/vdp2.jpg',title: 'Villa du Pecheur'};
	var img3 = {player: 'img',content: '/images/vdp3.jpg',title: 'Villa du Pecheur'};
	var img4 = {player: 'img',content: '/images/vdp4.jpg',title: 'Villa du Pecheur'};
	Shadowbox.open([img,img2,img3,img4],{continuous: true});
};
function SpaGym(){
	var img = {player: 'img',content: '/images/gym1.jpg',title: 'Spa & Gym'};
	var img2 = {player: 'img',content: '/images/gym2.jpg',title: 'Spa & Gym'};
	var img3 = {player: 'img',content: '/images/gym3.jpg',title: 'Spa & Gym'};
	Shadowbox.open([img,img2,img3],{continuous: true});
};
function rates(){
	var img = {player: 'img',content: '/images/rates_2010_2011.jpg',title: 'Rates 2011/2012'};
	Shadowbox.open(img);
};
function floorplan(plan){
	if(plan=="st") imgx = {player: 'img',content: '/images/floorPlan3.jpg',title: 'Floor Plan: Suite Terrace'};
	if(plan=="vdp") imgx = {player: 'img',content: '/images/floorPlan4.jpg',title: 'Floor Plan: Villa du Pecheur'};
	if(plan=="vvm") imgx= {player: 'img',content: '/images/floorPlan2.jpg',title: 'Floor Plan: Villa Vue Mer'};
	if(plan=="gsp") imgx = {player: 'img',content: '/images/floorPlan1.jpg',title: 'Floor Plan: Grand Suite Plage'};
	Shadowbox.open(imgx);
};
function packages(){
	var popup = {player: 'iframe', width: 900, height: 540,content: '/popup_offers/package_09032010/package.htm' };
	Shadowbox.open(popup);
}
function map(){
	var popup = {player: 'iframe', width: 676, height: 480,content: '/map.htm' };
	Shadowbox.open(popup);
}
