var imageSelector = 1;


var imageRotate = new Array();
imageRotate[0] = "<img style=\"border: solid #000000; border-width: 1px\" src=\"../web images/presbill.gif\" />";
imageRotate[1] = "<img style=\"border: solid #000000; border-width: 1px\" src=\"../web images/treasury.gif\" />";
imageRotate[2] = "<img style=\"border: solid #000000; border-width: 1px\" src=\"../web images/onedollar.gif\" />";
imageRotate[3] = "<img style=\"border: solid #000000; border-width: 1px\" src=\"../web images/sidetoside.gif\" />";




function rotateImage()
{
	var topImage = document.getElementById('topImage');
	topImage.innerHTML = imageRotate[imageSelector];
	imageSelector += 1;
	if(imageSelector == 4)
		imageSelector = 0;
}

setInterval('rotateImage()',6000);




document.write("<table >\
						<tr>\
							<td id=\"topImage\"><img style=\"border: solid #000000; border-width: 1px\" src=\""+url+"/web images/presbill.gif\" /></td>\
						<tr>\
						<tr>\
							<td id=\"aboutRightChoices\" onMouseOver=\"backgroundChange(this,'#000066','#ffffff');\" onMouseOut=\"backgroundChange(this,'#990000','#ffffff');\" onClick=\"window.location='"+url+"/about us/aboutwelcome.html';\">WELCOME</td>\
						</tr>\
						<tr>\
							<td id=\"aboutRightChoices\" onMouseOver=\"backgroundChange(this,'#000066','#ffffff');\" onMouseOut=\"backgroundChange(this,'#990000','#ffffff');\" onClick=\"window.location='"+url+"/about us/abouthours.html';\">HOURS</td>\
						</tr>\
						<tr>\
							<td id=\"aboutRightChoices\" onMouseOver=\"backgroundChange(this,'#000066','#ffffff');\" onMouseOut=\"backgroundChange(this,'#990000','#ffffff');\" onClick=\"window.location='"+url+"/about us/aboutlocations.html';\">BRANCH LOCATIONS</td>\
						</tr>\
						<tr>\
							<td id=\"aboutRightChoices\" onMouseOver=\"backgroundChange(this,'#000066','#ffffff');\" onMouseOut=\"backgroundChange(this,'#990000','#ffffff');\" onClick=\"window.location='"+url+"/about us/aboutatm.html';\">ATM LOCATIONS</td>\
						</tr>\
						<tr>\
							<td id=\"aboutRightChoices\" onMouseOver=\"backgroundChange(this,'#000066','#ffffff');\" onMouseOut=\"backgroundChange(this,'#990000','#ffffff');\" onClick=\"window.location='"+url+"/about us/aboutconbank.html';\">CONVENIENCE BANKING</td>\
						</tr>\
						<tr>\
							<td id=\"aboutRightChoices\" onMouseOver=\"backgroundChange(this,'#000066','#ffffff');\" onMouseOut=\"backgroundChange(this,'#990000','#ffffff');\" onClick=\"window.location='"+url+"/about us/aboutaccounts.html';\">ACCOUNT SERVICES</td>\
						</tr>\
						<tr>\
							<td id=\"aboutRightChoices\" onMouseOver=\"backgroundChange(this,'#000066','#ffffff');\" onMouseOut=\"backgroundChange(this,'#990000','#ffffff');\" onClick=\"window.location='"+url+"/about us/aboutcontact.html';\">CONTACT US</td>\
						</tr>\
						<tr>\
                                                        <td id=\"aboutRightChoices\" onMouseOver=\"backgroundChange(this,'#000066','#ffffff');\" onMouseOut=\"backgroundChange(this,'#990000','#ffffff');\" onClick=\"window.location='"+url+"/about us/aboutnews.html';\">NEWS</td>\
						</tr>\
						<tr>\
							<td id=\"aboutRightChoices\" onMouseOver=\"backgroundChange(this,'#000066','#ffffff');\" onMouseOut=\"backgroundChange(this,'#990000','#ffffff');\" onClick=\"window.location='"+url+"/about us/custinfo.html';\">IMPORTANT INFORMATION</td>\
						</tr>\
						<tr>\
							<td id=\"aboutRightChoices\" onMouseOver=\"backgroundChange(this,'#000066','#ffffff');\" onMouseOut=\"backgroundChange(this,'#990000','#ffffff');\" onClick=\"window.location='"+url+"/about us/employ.html';\">EMPLOYMENT</td>\
						</tr>\
						<tr>\
							<td id=\"rightMenuFooter\" style=\"font-size: 14px;text-align: center;height: 100px;border: solid #ffffff;color: #ffffff;border-width: 1px\">"+checkOrder+"</td>\
					</table>");