// JavaScript Document

jump = new Array ("index0.html","index1.html","index2.html","index3.html","index4.html");
img_url = new Array ('image/bg/botton/image0.jpg', 'image/bg/botton/image1.jpg','image/bg/botton/image2.jpg','image/bg/botton/image3.jpg','image/bg/botton/image4.jpg');
img_url2 = new Array ('image/img_bg-bottan.png', 'image/img_bg-bottan.png','image/img_bg-bottan.png','image/img_bg-bottan.png','image/img_bg-bottan.png');



function Swap(n){
	
document.getElementById("backstretch").innerHTML ='<img src="'+img_url[n]+'" style=" min-width:500px; width:100%; height: 100%; " />';
//document.getElementById("Lyid").innerHTML ='<A href='+jump[n]+'><IMG src="'+img_url2[n]+'" width="150" height="50" border="0" name="myIMG"></A>';
}


