imgPath = new Array;
SiClickGoTo = new Array;
version = navigator.appVersion.substring(0,1);
if (version >= 3)
	{
	i0 = new Image;
	i0.src = '../images/SSQAR1.jpg';
	SiClickGoTo[0] = "../zoom/p_ssqar.htm";
	imgPath[0] = i0.src;
	i1 = new Image;
	i1.src = '../images/SSQAR2.jpg';
	SiClickGoTo[1] = "../zoom/p_ssqar1.htm";
	imgPath[1] = i1.src;
	i2 = new Image;
	i2.src = '../images/SSQAR3.jpg';
	SiClickGoTo[2] = "../zoom/p_ssqar2.htm";
	imgPath[2] = i2.src;
	i3 = new Image;
	i3.src = '../images/SSQAR4.jpg';
	SiClickGoTo[3] = "../zoom/p_ssqar3.htm";
	imgPath[3] = i3.src;
	i4 = new Image;
	i4.src = '../images/SSQAR5.jpg';
	SiClickGoTo[4] = "../zoom/p_ssqar4.htm";
	imgPath[4] = i4.src;
	}
a = 0;
function StartAnim()
	{
	if (version >= 3)
		{
		document.write('<A HREF="javascript:ImgDest()" onFocus="if(this.blur)this.blur()"><IMG SRC="../images/SSQAR1.jpg" BORDER=0 ALT=Menu NAME=defil></A>');
		defilimg()
		}
	else
		{
		document.write('<A HREF="../zoom/p_ssqar.htm"><IMG SRC="../images/SSQAR1.jpg" BORDER=0></A>')
		}
	}
function ImgDest()
	{
	window.parent.principalSSQAR.location.href = SiClickGoTo[a-1];
	}
function defilimg()
	{
	if (a == 5)
		{
		a = 0;
		}
	if (version >= 3)
		{
		document.defil.src = imgPath[a];
		tempo3 = setTimeout("defilimg()",3000);
		a++;
		}
	}