// JavaScript Document
function show1(){
	 	 //$("#fragment-4").fadeOut("slow");
		 $("#fragment-1").fadeIn("slow");
	 	 //document.getElementById('fragment-1').style.display = 'block';
		 document.getElementById('fragment-2').style.display = 'none';
         document.getElementById('fragment-3').style.display = 'none';
        clearInterval(runit);
		runit = setInterval ("show2()", 3000 );
}	 
	 function show2(){
		 document.getElementById('fragment-1').style.display = 'none';
		 //$("#fragment-1").fadeOut("slow");
		 $("#fragment-2").fadeIn("slow");
		 //document.getElementById('fragment-2').style.display = 'block';
		 document.getElementById('fragment-3').style.display = 'none';
         clearInterval(runit);
		 runit = setInterval ("show3()", 3000 );
	 }
	 function show3(){
		 document.getElementById('fragment-1').style.display = 'none';
		 document.getElementById('fragment-2').style.display = 'none';
		 //$("#fragment-2").fadeOut("slow");
		 $("#fragment-3").fadeIn("slow");
         //document.getElementById('fragment-3').style.display = 'block';
		 clearInterval(runit);
		 runit = setInterval ("onLoadScroller()", 3000 );
	 }
	 function onLoadScroller()
	 {
	 	if(document.flagScroller >3){
			document.flagScroller = 1;
		}
		clearInterval(runit);
		runit = setInterval ("show1()", 3000 );
	}
	 function window1(){	     
         window.location = 'http://villa.dev.aplyca.com/Resorts/Royal-Island-Resort-Spa'
	 }
	 function window2(){
	     window.location = 'http://villa.dev.aplyca.com/Resorts/Paradise-Island-Resort-Spa'
	 }
	 function window3(){
         window.location = 'http://villa.dev.aplyca.com/Resorts/Sun-Island-Resort-Spa'  
	 }
	 function window4(){
         window.location = 'http://villa.dev.aplyca.com/Resorts/Holiday-Island-Resort-Spa' 
	 }