window.addEvent('domready', function(){

	if($('imageMenu')){var myMenu = new ImageMenu(

							   $$('#imageMenu a'),

							   {openWidth:229, border:0, onOpen:function(e,i){alert(e);}}

							   );

	}

	if($("Logo"))$("Logo").reflect({height:0.6,opacity:0.5});

	if($("Content-Filosofia")) {var tabs = new SimpleTabs('Content-Filosofia', {

		selector: 'h4'

	});

	}



});



function InitSlideshow(Id,Photos){

	 var myShow = new Slideshow(Id, Photos, { height: 480,controller: false, resize :length,hu:'',thumbnails: true, width: 424 });

	}

function InitTansshow(Id,Photos){

	 var myShow = new Slideshow(Id, Photos, { height: 480,controller: false, resize :length,hu:'',thumbnails: false, width: 424 });

	}



