function ver(imagem){
var novo;
novo=window.open('','teste','menubar=no, resizable=yes, width=550, height=500');
novo.document.write('<html><head><style type="text/css"><!--.unnamed1 {cursor: hand;}--></style><title>ExpoIjuí Fenadi 2004</title></head><body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0"><img src="'+imagem+'" alt="Clique para Fechar" class="unnamed1" id="foto" onClick="window.close();" onLoad="window.resizeTo(foto.width+12,foto.height+31);window.focus();"></body></html>');
novo.document.close()
}
function vercavalo(imagem){
var novo;
novo=window.open('','teste','menubar=no, resizable=yes, width=550, height=500');
novo.document.write('<html><head><style type="text/css"><!--.unnamed1 {cursor: hand;}--></style><title>ExpoIjuí Fenadi 2004</title></head><body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0"><img src="cavalo/'+imagem+'.gif" alt="Clique para Fechar" class="unnamed1" id="foto" onClick="window.close();" onLoad="window.resizeTo(foto.width+12,foto.height+31);window.focus();"></body></html>');
novo.document.close()
}
function verprog(){
var novo2;
novo2=window.open('','teste','menubar=no, resizable=yes, width=220, height=320');
novo2.document.write('<html><head><style type="text/css"><!--.unnamed1 {cursor: hand;}--></style><title>Programação 2004</title></head><body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0"><img src="layout/prog.jpg" alt="Clique para Fechar" class="unnamed1" id="foto" onClick="opener.location.href(\'http://www.expoijuifenadi.com.br/?ver=programacao\');window.close();"></body></html>');
novo2.document.close()
}
function video(video){
novo=window.open('video.htm','video','menubar=no, resizable=yes, width=300, height=270');
}