function roll_over(img_name, img_src){
   document[img_name].src = img_src;
   }


function showhideCPDiv(theItem) {
	if (typeof(theItem) != "undefined") {
		if (document.getElementById(theItem).style.display == 'none') {
			document.getElementById(theItem).style.display = 'block'; }
		else {
			document.getElementById(theItem).style.display = 'none'; }
		}}
function hideCPDiv(theItem) {
	if (typeof(theItem) != "undefined") {
		if (document.getElementById(theItem).style.display == 'block') {
			document.getElementById(theItem).style.display = 'none'; }
		else {
			document.getElementById(theItem).style.display = 'none'; }
		}}
		

function openSite(){
	window.open("http://hagen.hannahpromotions.com/", "Acrobate", "top=20,left=20,location=yes,directories=no,menubar=no,scrollbars=yes,resizable=no,toolbar=no,status=yes,width=800,height=650");
}
function openSite2(){
	window.open("http://www.nutriencerewards.com/", "Acrobate", "top=25,left=25,location=yes,directories=no,menubar=yes,scrollbars=yes,resizable=no,toolbar=yes,status=yes,width=785,height=550");
}