<!-- Begin
function logo() {
document.write('<a href='+ni+'index.html><img src='+ni+'fotos/logo.gif border=0 align=left widht="265" height="60"></a>');	

//document.write('<a href="http://www.greenpeace.org.ar/cyberacciones/bosques.html" target="_blank"><img src="http://www.greenpeace.org.ar/ley_de_bosques/468x60_logo.jpg" border=0 align=right widht="265" height="60"></a>');	
	



}
window.name='lno';
function mOvr(src) {
	if (!src.contains(event.fromElement)) {
		src.style.cursor = 'hand';
		src.bgColor = '#009b9B'
	}
}
function mOut(src) {
	if (!src.contains(event.toElement)) {
		src.style.cursor = 'default';
		src.bgColor = '#006666'
	}
}
function mClk(src) {
	if(event.srcElement.tagName=='TD'){
		src.children.tags('A')[0].click()
	}
}

var title = 'BuenaSiembra La Revista de Acuario';
var url=this.location.href;
function addBookmark() {
    if (window.sidebar) {
        window.sidebar.addPanel(title, url,"");
    } else if( document.all ) {
        window.external.AddFavorite( url, title);
    } else if( window.opera && window.print ) {
        return true;
    }
}


function Fecha()

{

    var Hoy = new Date();

    var strdiasemana = new Array("Domingo","Lunes","Martes","Mi&eacute;rcoles","Jueves","Viernes","S&aacute;bado");

    var strmes = new Array("enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre");

    var strfecha ="<b>" + strdiasemana[Hoy.getDay()] + "</b>&nbsp;&nbsp;&nbsp;I&nbsp;&nbsp;&nbsp;&nbsp; " + Hoy.getDate() + " de " + strmes[Hoy.getMonth()] + " del " + Hoy.getFullYear();

 

document.write( strfecha);

/*document.write( strfecha+' <a href="'+ni+'_herramientas/recomendar.php?pagina=' +  this.location.href +'" class="recomendar"><img src="'+ni+'/fotos/10px.gif" border="0">Recomed&aacute; esta P&aacute;gina</a>');*/

}

/*
function pop_up(destino,alto,ancho,izquierda,arriba,resizable,barra){
   var cadena;
   cadena="width="+ancho+" innerwidth="+ancho+" height="+alto+" innerheight="+alto+"  left="+izquierda+" top="+arriba+" resizable="+resizable+" scrollbars="+barra;
   window.open(destino,"",cadena);
}*/


function pop_up(mypage, h, w,izquierda,arriba,resizable, scroll, myname) {
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
	win = window.open(mypage, myname, winprops)
	if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}





function flash(f,w,h,estilo){
	document.write("<object ");
	if (estilo == "true"){ 
		document.write(" class=img ");} 
	
	else {
		document.write("  ");
	}
	document.write(' classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0 width='+w+' height='+h+'><param name=movie value="'+ni+f+'.swf" ><param name=quality value=high><embed src="'+ni+f+'.swf" quality=high pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash type=application/x-shockwave-flash  width='+w+' height='+h+'></embed> </object>');
}

//  End -->
