// JavaScript Document
	function Move_Out(what){
		what.style.background = '#E2C6A9';
	}
	function Move_Over(what){
		what.style.background = '#FFDD75';
	}
	function redirectUrl( url ){
		location = url;
	}
	function openWindow(url, w, h){
	teste  =	window.open(url,'contato','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=0,top=0,left=5,resizable=0,menubar=0,width=' + w +',height=' + h);	
	}