window.objSIRImageArray    = new Array(
    "Images/images/woman1.jpg",
    "Images/images/man1.jpg",
    "Images/images/worker1.jpg",
    "Images/images/woman2.jpg",
    "Images/images/woman3.jpg",
    "Images/images/man3.jpg",
    "Images/images/woman4.jpg",
    "Images/images/worker3.jpg",
    "Images/images/man4.jpg",
	"Images/images/woman5.jpg",
	"Images/images/man5.jpg",
	"Images/images/worker4.jpg",
	 "Images/images/man7.jpg",
	"Images/images/man6.jpg"
);
window.strSIRImage         = "myImage";

window.intSIRTimedelay     = 2; // seconds



function SIRInit() {
    if (document.images && document.images[strSIRImage]) {
        window.intSIRTimedelay = parseInt(window.intSIRTimedelay, 10) * 1000;
        setTimeout("SIRintImageArrayIndexresh(0)", window.intSIRTimedelay);
    }
    else {
        window.status = "Could not start the image refresher; unable to find 'img' tag with name and/or id: \"" + strSIRImage + "\"";
    }
}
function SIRImgSwap() {
    document.images[window.strSIRImage].src = window.objSIRNewImg.src;
}
function SIRintImageArrayIndexresh(intImageArrayIndex) {
    window.objSIRNewImg = new Image();
    if ((typeof window.objSIRNewImg.onload).toString().toLowerCase() != "undefined") {
        window.objSIRNewImg.onload = window.SIRImgSwap;
        window.objSIRNewImg.src    = window.objSIRImageArray[intImageArrayIndex];
    }
    else {
        document.images[window.strSIRImage].src = window.objSIRImageArray[intImageArrayIndex];
    }
    setTimeout("SIRintImageArrayIndexresh(" + (++intImageArrayIndex < window.objSIRImageArray.length ? intImageArrayIndex : 0) + ")", window.intSIRTimedelay);
}
window.onload = SIRInit;

	var new_window
	
	function open_window1(){
	    if (new_window) new_window.close()
		new_window = window.open("step1.htm", "myNewWindow", "height=500,width=650")
		new_window.focus()
	}
		
		function open_window2(){
		if (new_window) new_window.close()
		new_window = window.open("step2.htm", "myNewWindow", "height=500,width=650")
		new_window.focus()
	}
		
		function open_window3(){
		if (new_window) new_window.close()
		new_window = window.open("step3.htm", "myNewWindow", "height=500,width=650")
		new_window.focus()
	}
	
	function open_window4(){
		if (new_window) new_window.close()
		new_window = window.open("step4.htm", "myNewWindow", "height=500,width=650")
		new_window.focus()
	}
	
	function open_window5(){
		if (new_window) new_window.close()
		new_window = window.open("step5.htm", "myNewWindow", "height=500,width=650")
		new_window.focus()
	}
	
	function open_window6(){
		if (new_window) new_window.close()
		new_window = window.open("step6.htm", "myNewWindow", "height=500,width=650")
		new_window.focus()
	}

 	function open_window7(){
		if (new_window) new_window.close()
		new_window = window.open("step7.htm", "myNewWindow", "height=500,width=650")
		new_window.focus()
	}
	
	function open_window8(){
		if (new_window) new_window.close()
		new_window = window.open("step8.htm", "myNewWindow", "height=500,width=650")
		new_window.focus()
	}
	
	function open_window9(){
		if (new_window) new_window.close()
		new_window = window.open("step9.htm", "myNewWindow", "height=500,width=650")
		new_window.focus()
	}
	
	function open_window10(){
		if (new_window) new_window.close()
		new_window = window.open("step10.htm", "myNewWindow", "height=500,width=650")
		new_window.focus()
	}
	function open_window11(){
		if (new_window) new_window.close()
		new_window = window.open("step11.htm", "myNewWindow", "height=500,width=650")
		new_window.focus()
	}
	function open_window12(){
		if (new_window) new_window.close()
		new_window = window.open("step12.htm", "myNewWindow", "height=500,width=650")
		new_window.focus()
		}






