img5s_button=new Array ();
img5s_button[0]=new Image ();
img5s_button[1]=new Image ();
img5s_button[2]=new Image ();
img5s_button[3]=new Image ();
img5s_button[4]=new Image ();
img5s_button[5]=new Image ();
img5s_button[6]=new Image ();
img5s_button[7]=new Image ();
img5s_button[8]=new Image ();
img5s_button[9]=new Image ();
img5s_button[10]=new Image ();
img5s_button[11]=new Image ();
img5s_button[12]=new Image ();
img5s_button[13]=new Image ();
img5s_button[14]=new Image ();

img5s_button[0].src ="/i/btn-5steps-1.png";
img5s_button[1].src ="/i/btn-5steps-1a.png";
img5s_button[2].src ="/i/btn-5steps-1h.png";
img5s_button[3].src ="/i/btn-5steps-2.png";
img5s_button[4].src ="/i/btn-5steps-2a.png";
img5s_button[5].src ="/i/btn-5steps-2h.png";
img5s_button[6].src ="/i/btn-5steps-3.png";
img5s_button[7].src ="/i/btn-5steps-3a.png";
img5s_button[8].src ="/i/btn-5steps-3h.png";
img5s_button[9].src ="/i/btn-5steps-4.png";
img5s_button[10].src ="/i/btn-5steps-4a.png";
img5s_button[11].src ="/i/btn-5steps-4h.png";
img5s_button[12].src ="/i/btn-5steps-5.png";
img5s_button[13].src ="/i/btn-5steps-5a.png";
img5s_button[14].src ="/i/btn-5steps-5h.png";

img5s_window=new Array ();
img5s_window[0]=new Image ();
img5s_window[1]=new Image ();
img5s_window[2]=new Image ();
img5s_window[3]=new Image ();
img5s_window[4]=new Image ();

img5s_window[0].src ="/i/p-5steps-w1.png";
img5s_window[1].src ="/i/p-5steps-w2.png";
img5s_window[2].src ="/i/p-5steps-w3.png";
img5s_window[3].src ="/i/p-5steps-w4.png";
img5s_window[4].src ="/i/p-5steps-w5.png";

function onLoadComplete () {
	$('Button_5steps_1i').onmouseover = function(){this.src = img5s_button[2].src};
	$('Button_5steps_1i').onmouseout = function(){this.src = img5s_button[1].src};
	$('Button_5steps_2i').onmouseover = function(){this.src = img5s_button[5].src};
	$('Button_5steps_2i').onmouseout = function(){this.src = img5s_button[3].src};
	$('Button_5steps_3i').onmouseover = function(){this.src = img5s_button[8].src};
	$('Button_5steps_3i').onmouseout = function(){this.src = img5s_button[6].src};
	$('Button_5steps_4i').onmouseover = function(){this.src = img5s_button[11].src};
	$('Button_5steps_4i').onmouseout = function(){this.src = img5s_button[9].src};
	$('Button_5steps_5i').onmouseover = function(){this.src = img5s_button[14].src};
	$('Button_5steps_5i').onmouseout = function(){this.src = img5s_button[12].src};
}

window.addEvent('domready', function() {
	var el = $('Main_5steps_Window_IMG');
	
	$('Button_5steps_1').addEvent('click', function(e) {
		e.stop();
		var btn = $('Button_5steps_1i');
		myFunction_Fade0.delay(10, el);
		myFunction_Change_Button.delay(20, btn, '1');
		myFunction_Change.delay(500, el, '0');
		myFunction_Fade1.delay(500, el);
	});
	$('Button_5steps_2').addEvent('click', function(e) {
		e.stop();
		var btn = $('Button_5steps_2i');
		myFunction_Fade0.delay(10, el);
		myFunction_Change_Button.delay(20, btn, '4');
		myFunction_Change.delay(500, el, '1');
		myFunction_Fade1.delay(500, el);
	});
	$('Button_5steps_3').addEvent('click', function(e) {
		e.stop();
		var btn = $('Button_5steps_3i');
		myFunction_Fade0.delay(10, el);
		myFunction_Change_Button.delay(20, btn, '7');
		myFunction_Change.delay(500, el, '2');
		myFunction_Fade1.delay(500, el);
	});
	$('Button_5steps_4').addEvent('click', function(e) {
		e.stop();
		var btn = $('Button_5steps_4i');
		myFunction_Fade0.delay(10, el);
		myFunction_Change_Button.delay(20, btn, '10');
		myFunction_Change.delay(500, el, '3');
		myFunction_Fade1.delay(500, el);
	});
	$('Button_5steps_5').addEvent('click', function(e) {
		e.stop();
		var btn = $('Button_5steps_5i');
		myFunction_Fade0.delay(10, el);
		myFunction_Change_Button.delay(20, btn, '13');
		myFunction_Change.delay(500, el, '4');
		myFunction_Fade1.delay(500, el);
	});
});

var myFunction_Fade0 = function() {
	this.fade(0);
};

var myFunction_Fade1 = function() {
	this.fade(1);
};

var myFunction_Change = function(a) {
	this.src = img5s_window[a].src;
};

var myFunction_Change_Button = function(a) {
	myFunction_Clear_Button();
	this.src = img5s_button[a].src;
	this.onmouseout = function(){this.src = img5s_button[a].src};
};

var myFunction_Clear_Button = function() {
	$('Button_5steps_1i').src = img5s_button[0].src;
	$('Button_5steps_1i').onmouseout = function(){this.src = img5s_button[0].src};
	$('Button_5steps_2i').src = img5s_button[3].src;
	$('Button_5steps_2i').onmouseout = function(){this.src = img5s_button[3].src};
	$('Button_5steps_3i').src = img5s_button[6].src;
	$('Button_5steps_3i').onmouseout = function(){this.src = img5s_button[6].src};
	$('Button_5steps_4i').src = img5s_button[9].src;
	$('Button_5steps_4i').onmouseout = function(){this.src = img5s_button[9].src};
	$('Button_5steps_5i').src = img5s_button[12].src;
	$('Button_5steps_5i').onmouseout = function(){this.src = img5s_button[12].src};
};



