function visualcom(){
	window.open( "http://www.visualcom.com.br" , "_blank" );
}

function hideFloater(){
	$( 'div#floaters' ).fadeOut();
}