function clr(){
	document.selection.empty();
	return false;
}
document.onselectstart = clr;
document.onkeyup = clr;

function right(e){
	if(navigator.appName == 'Netscape' && (e.which == 3 

|| e.which == 2)) return false;else if (navigator.appName 

== 'Microsoft Internet Explorer' && (event.button == 2 || 

event.button == 3)){
		alert("Copyright@ 2003 - 2020 Titus Land Expedition");
		alert("www.tilandex.com");
		alert("Thanks for you visit to Titus Land Expedition & Tilandex.com");
		alert("Phome: 00 51 84 223863 (from overseas), 084 223863 (from in Peru), 9932888 (from in Cusco)");
		return false;
	}
	return true;
}
document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;

window.defaultStatus="Done";

function movr(){
	if (window.status != "Done") window.status = 

"Done";
	window.setTimeout("window.status = 'Done'", 10);
}
document.onmousemove=movr;

    var speed = 60 // decrease value to increase speed (must be positive)
    var pause = 2500 // increase value to increase pause
    var timerID = null
    var bannerRunning = false
    var ar = new Array()
    ar[0] = "Trekking and Hiking in Cusco"
    ar[1] = "Visit Cusco, Sacred Valley of the Incas and Machupicchu, Inca Trail"
    ar[2] = "00 5184 223863 (from overseas), 084 223863 (from in Peru), 9932888 (from in Cusco)"   
	ar[3] = "Titus Land Expeditions, Trekking and Hiking"
    var currentMessage = 0
    var offset = 0
    function stopBanner() {
            if (bannerRunning)
         clearTimeout(timerID)
            bannerRunning = false
    }
    function startBanner() {
            stopBanner()
            showBanner()
    }
    function showBanner() {
            var text = ar[currentMessage]
            if (offset < text.length) {
         if (text.charAt(offset) == " ")
      offset++  
         var partialMessage = text.substring(0, offset + 1) 
         window.status = partialMessage
         offset++ 
         timerID = setTimeout("showBanner()", speed)
         bannerRunning = true
            } else {
         offset = 0
         currentMessage++
         if (currentMessage == ar.length)
      currentMessage = 0
         timerID = setTimeout("showBanner()", pause)
         bannerRunning = true
            }
    }
     
    var speed = 60 // decrease value to increase speed (must be positive)
    var pause = 2500 // increase value to increase pause
    var timerID = null
    var bannerRunning = false
    var ar = new Array()
    ar[0] = "Smile! You are in Perú. The best way to travel to Perú - Cusco! Low Price and Best Quality - www.Tilandex.com"
    ar[1] = "Offers detailed Peru - Cusco travel service and tourist information, including group and individual Peru tour packages."
    ar[2] = ""   
	ar[3] = "www.tilandex.com - Your Best Guide to Travel Perú. Our lands are yours to discover!"  
    var currentMessage = 0
    var offset = 0
    function stopBanner() {
            if (bannerRunning)
         clearTimeout(timerID)
            bannerRunning = false
    }
    function startBanner() {
            stopBanner()
            showBanner()
    }
    function showBanner() {
            var text = ar[currentMessage]
            if (offset < text.length) {
         if (text.charAt(offset) == " ")
      offset++  
         var partialMessage = text.substring(0, offset + 1) 
         window.status = partialMessage
         offset++ 
         timerID = setTimeout("showBanner()", speed)
         bannerRunning = true
            } else {
         offset = 0
         currentMessage++
         if (currentMessage == ar.length)
      currentMessage = 0
         timerID = setTimeout("showBanner()", pause)
         bannerRunning = true
            }
    }
