	function abrir(){
		window.open('enquete/resultado1.asp','ENQUETE','toolbar=no, location=no, status=no, menubar=no, scrollbars=no, width=320, height=215, left=250, top=209');
		}
	function forum(){
		window.open('forum/forum.asp','FORUM','toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, width=540, height=450, top=50, left=125');
		}

	function foto(url){
		abrir = open(url,'foto','toolbar=no, location=no, status=no, menubar=no, scrollbars=no, width=650, height=535, top=0, left=75');
		}
		
	function avancar(url){
		abrir = open(url,'foto','toolbar=no, location=no, status=no, menubar=no, scrollbars=no, width=650, height=530');
		}
		
	function voltar(url){
		abrir = open(url,'foto','toolbar=no, location=no, status=no, menubar=no, scrollbars=no, width=650, height=530');
		}


	function fechar() { 
  		window.close();
	}
	

	function Comentario(url){
		abrir = open(url,'Comentario','toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, width=500, height=250, top=175, left=150');
		}

		
	function email(){
		window.open('email/email.htm','EMAIL','toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, width=400, height=150, top=225, left=180');
		}
		
function abreJanelaComentario(chave, largura, altura) {
  posleft = (((screen.width - largura)/2)-10);
  postop  = (screen.height - altura)/2;
  parametros = 'toolbar=no, location=no, directories=no, status=no, ';
  parametros += 'scrollbars=yes, resizable=yes, menubar=no, ';
  parametros += 'width='+largura+', height='+altura+', left='+posleft+', top='+postop;
  void(window.open('../bloggm/_objetos/frmComentario.asp?id='+chave, 'Comente', parametros));

}

function funcaoPrint(chave, largura, altura) {
  posleft = (((screen.width - largura)/2)-10);
  postop  = (screen.height - altura)/2;
  parametros = 'toolbar=no, location=no, directories=no, status=no, ';
  parametros += 'scrollbars=yes, resizable=yes, menubar=no, ';
  parametros += 'width='+largura+', height='+altura+', left='+posleft+', top='+postop;
  void(window.open('../bloggm/_objetos/postPrint.asp?id='+chave, 'Print', parametros));
}