function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function janela(img,x,y)
{
	if (navigator.appName == 'Netscape')
	{
		y = y + 15; x = x + 15;
	};
window.open ('' + img,'','width=' + x +',height=' + y,'resizable=no');
};

function janelaris(img,x,y)
		{
		fotoWin = window.open ('','foto', 'width=' + x + ',height=' + y + 'screenX=30px, screenY=30px, left=30px, top=0px, resizable=no, scrollbars=no');
		fotoWin.document.write('<html><head><title>Ação Comunitária</title></head>');
	        fotoWin.document.write('<body topmargin=0 leftmargin=0 bottommargin=0 rightmargin=0>');
		fotoWin.document.write('<img src=' + img + ' width=350 height=250>');
	        fotoWin.document.write('</body>');
		fotoWin.document.write('</html>');
	        fotoWin.document.close();

		};
    function abreris()
        {
        strurl = "http://www.seac.santos.sp.gov.br/ris/html/inicio.html";
        window.open(strurl, "RIS", "toolbar=no,status=no,menubar=no,scrollbars=auto,resizable=no,width=790,height=500,top=50,left=0");
        }


