function divStyle(one)
	{document.getElementById(one).style.backgroundImage="url(http://www.humanize.com//images/div_bg2.gif)";}	
function divStylePrev(two)
	{document.getElementById(two).style.backgroundImage="url(http://www.humanize.com//images/div_bg1.gif)";}

