

if (document.images)

	{

		infoimagedefault = new Image();

        infoimagedefault.src = "../../images/subtitles/blanktext.gif";



        image1on = new Image();

        image1on.src = "../../images/sectionrolls/sec_1_ov.gif";



        image1off = new Image();

        image1off.src = "../../images/sectionrolls/sec_1_up.gif";



        infoimage1 = new Image();

        infoimage1.src = "../../images/subtitles/a2_s1.gif";



        image2on = new Image();

        image2on.src = "../../images/sectionrolls/sec_2_ov.gif";



        image2off = new Image();

        image2off.src = "../../images/sectionrolls/sec_2_up.gif";



        infoimage2 = new Image();

        infoimage2.src = "../../images/subtitles/a2_s2.gif";



		image3on = new Image();

        image3on.src = "../../images/sectionrolls/sec_3_ov.gif";



        image3off = new Image();

        image3off.src = "../../images/sectionrolls/sec_3_up.gif";



        infoimage3 = new Image();

        infoimage3.src = "../../images/subtitles/a2_s3.gif";



		image4on = new Image();

        image4on.src = "../../images/sectionrolls/sec_4_ov.gif";



        image4off = new Image();

        image4off.src = "../../images/sectionrolls/sec_4_up.gif";



        infoimage4 = new Image();

        infoimage4.src = "../../images/subtitles/a2_s4.gif";





}



function changeImages() 

{

    if (document.images)

          {

           for (var i=0; i<changeImages.arguments.length; i+=2)

                 { document[changeImages.arguments[i]].src = eval (changeImages.arguments[i+1] +

                    ".src");

                 }

          }

}



function s1ar2c1Window(pagevar) {

		s1ar2c1Window = window.open(pagevar, 's1ar2c1varWin', 'width=295,height=224')

		s1ar2c1Window.focus()



}



function s1ar2c2Window(pagevar) {

		s1ar2c2Window = window.open(pagevar, 's1ar2c2varWin', 'width=500,height=500')

		s1ar2c2Window.focus()



}



function s2ar2c2Window(pagevar) {

		s2ar2c2Window = window.open(pagevar, 's2ar2c2varWin', 'width=325,height=585')

		s2ar2c2Window.focus()



}



function s3ar2Window(pagevar) {

		s3ar2Window = window.open(pagevar, 's3ar2varWin', 'width=250,height=344')

		s3ar2Window.focus()



}



function s4ar2Window(pagevar) {

		s4ar2Window = window.open(pagevar, 's4ar2varWin', 'width=513,height=402')

		s4ar2Window.focus()



}
