function
		footerwindows(info){
            openFooter= window.open(info,"information","width=564,height=664,left=0,top=100,screenX=0,screenY=100,resizable=no,scrollbars=yes,toolbar=no")
        openFooter.focus()
        }
		
function
		flashwindows(info){
            openFooter= window.open(info,"information","width=300,height=150,left=0,top=100,screenX=0,screenY=100,resizable=no,scrollbars=yes,toolbar=no")
        openFooter.focus()
        }
		
function 
		hide(){
			document.getElementById('imgCallout').style.display ="none";
		}

function 
		show(){
			document.getElementById('imgCallout').style.display ="inline";
		
		}
		
function 
		hideTwo(){
			document.getElementById('footerLegal').style.display ="none";
		}

function 
		showTwo(){
			document.getElementById('footerLegal').style.display ="inline";
		
		}