// JavaScript Document

<!--
<!-- Hide script from old browsers

	if (document.images) {
		arrow1 = new Image
		arrow2 = new Image
		arrow3 = new Image
		arrow4 = new Image
		arrow5 = new Image
		arrow6 = new Image
		arrow7 = new Image
		
		arrow1.src = "images/art/1.jpg"
		arrow2.src = "images/art/2.jpg"
		arrow3.src = "images/art/3.jpg"
		arrow4.src = "images/art/4.jpg"
		arrow5.src = "images/art/5.jpg"
		arrow6.src = "images/art/6.jpg"
		arrow7.src = "images/art/7.jpg"
		
	}
	else {
		arrow1 = ""
		arrow2 = ""
		arrow3 = ""
		arrow4 = ""
		arrow5 = ""
		arrow6 = ""
		arrow7 = ""
		document.arrow = ""		
	}
	// End hiding script from old browsers -->

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->