// JavaScript Document
$(function(){
		
		if($.browser.msie)
		{
			$('.banner_centro ul').jshowoff({
				speed:1800,
				effect:'fade',
				changeSpeed:800,
				hoverPause:true,
				controls:false,
				links:false
			})
		}
		else
		{
			$('.banner_centro ul').jshowoff({
				speed:1800,
				effect:'fade',
				changeSpeed:800,
				hoverPause:true,
				controls:false,
				links:true
			})
		}
		
			
			$("#video").click(function(){
					var arquivo = $("#video").attr('longdesc')
					window.open("http://www.drogal.saude.ws/videos.php?video="+arquivo, 'Pagina', 'STATUS=NO, TOOLBAR=NO, LOCATION=NO, DIRECTORIES=NO, RESISABLE=NO, SCROLLBARS=YES, TOP=50%, LEFT=50%, WIDTH=325, HEIGHT=270')
					return false;
				})
	})
