	function specials(snum)
	{
		var s = snum;
		if(s==0){ document.getElementById("specials").className = "invisible";}
		if(s==1){ document.getElementById("specials").className = "visible";}
		if(s==2){ document.getElementById("container").className = "opaque2";}
		if(s==3){ document.getElementById("container").className = "visible";}
		if(s==4){ document.getElementById("specialshad").className = "invisible";}
		if(s==5){ document.getElementById("specialshad").className = "opaque3";}
	}
	function specialsPage1(){	window.open('RobertGoodSpecials/RGPeaster.html', 'easter', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no, width=620,height=810');}
	function specialsPage2(){	window.open('RobertGoodSpecials/RGPwedding.html', 'wedding','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no, width=650,height=820');}

	function changeUp()
	{
		setTimeout('clrChng(0)',100);
		setTimeout('clrChng(1)',200);
		setTimeout('clrChng(2)',300);
		setTimeout('clrChng(3)',400);
		setTimeout('clrChng(4)',500);
		setTimeout('clrChng(5)',600);
		setTimeout('clrChng(6)',700);
		setTimeout('changeDn()',700);
	}
	function changeDn()
	{
		
		setTimeout('clrChng(6)',100);
		setTimeout('clrChng(5)',200);
		setTimeout('clrChng(4)',300);
		setTimeout('clrChng(3)',400);
		setTimeout('clrChng(2)',500);
		setTimeout('clrChng(1)',600);
		setTimeout('clrChng(0)',700);
		setTimeout('changeUp()',700);
	}
	function changeUpN()
	{
		setTimeout('clrChng(7)',150);
		setTimeout('clrChng(8)',300);
		setTimeout('clrChng(9)',450);
		setTimeout('clrChng(10)',600);
		setTimeout('clrChng(11)',750);
		setTimeout('clrChng(12)',900);
		setTimeout('clrChng(13)',1050);
		setTimeout('changeDnN()',1050);
	}
	function changeDnN()
	{
		
		setTimeout('clrChng(13)',150);
		setTimeout('clrChng(12)',300);
		setTimeout('clrChng(11)',450);
		setTimeout('clrChng(10)',600);
		setTimeout('clrChng(9)',750);
		setTimeout('clrChng(8)',900);
		setTimeout('clrChng(7)',1050);
		setTimeout('changeUpN()',1050);
	}
		function clrChng(color)
		{
			var clr = color;
			if(clr == 0){document.getElementById("Vspecial").style.color = "#ffffff";}
			if(clr == 1){document.getElementById("Vspecial").style.color = "#ffcccc";}
			if(clr == 2){document.getElementById("Vspecial").style.color = "#ffaaaa";}
			if(clr == 3){document.getElementById("Vspecial").style.color = "#ff5555";}
			if(clr == 4){document.getElementById("Vspecial").style.color = "#ff3333";}
			if(clr == 5){document.getElementById("Vspecial").style.color = "#ff2222";}
			if(clr == 6){document.getElementById("Vspecial").style.color = "#ff0000";}
			if(clr == 7){document.getElementById("newsletter").style.color = "#ffffff";}
			if(clr == 8){document.getElementById("newsletter").style.color = "#ccccff";}
			if(clr == 9){document.getElementById("newsletter").style.color = "#aaaaff";}
			if(clr == 10){document.getElementById("newsletter").style.color = "#5555ff";}
			if(clr == 11){document.getElementById("newsletter").style.color = "#3333ff";}
			if(clr == 12){document.getElementById("newsletter").style.color = "#2222ff";}
			if(clr == 13){document.getElementById("newsletter").style.color = "#0000ff";}
		}