
function updateControl(distance){
			if (distance == 0) { $("#controls").html("<a href='javascript:move(0)'><img src='homePage/images/sqButtonOn.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-602)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-1204)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-1806)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-2408)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-3010)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>"); }
			
            if (distance == -602) { $("#controls").html("<a href='javascript:move(0)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-602)'><img src='homePage/images/sqButtonOn.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-1204)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-1806)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-2408)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-3010)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>"); }
			
            if (distance == -1204) { $("#controls").html("<a href='javascript:move(0)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-602)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-1204)'><img src='homePage/images/sqButtonOn.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-1806)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-2408)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-3010)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>"); }
			
			if (distance == -1806) { $("#controls").html("<a href='javascript:move(0)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-602)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-1204)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-1806)'><img src='homePage/images/sqButtonOn.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-2408)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-3010)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>"); }
			
			if (distance == -2408) { $("#controls").html("<a href='javascript:move(0)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-602)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-1204)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-1806)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-2408)'><img src='homePage/images/sqButtonOn.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-3010)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>"); }
			
			if (distance == -3010) { $("#controls").html("<a href='javascript:move(0)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-602)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-1204)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-1806)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-2408)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-3010)'><img src='homePage/images/sqButtonOn.jpg' width='15' height='15' border='0' /></a>"); }
			/*
            if (distance == 0) { $("#controls").html("<a href='javascript:move(0)'><img src='homePage/images/sqButtonOn.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-602)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-1204)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-1800)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-2400)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>&nbsp;<a href='javascript:move(-3000)'><img src='homePage/images/sqButtonOff.jpg' width='15' height='15' border='0' /></a>"); }
			*/
            return;
}
function move(distance){
            clearTimeout(delay);
            $("#pictures").animate({left: distance }, 500,"swing");
            updateControl(distance);
}
function autoplay(distance){
            updateControl(distance);
            $("#pictures").animate({left: distance }, 500,"swing");
            if (distance == -3010){ distance = 0; } else { distance = distance - 602; }
           
            delay = setTimeout('autoplay('+distance+')', 4000);
}

  

