window.addEvent('domready', function(){


	
	//var myMenu = new ImageMenu($$('#imageMenu a'),{openWidth:310, border:2});//, onOpen:function(e,i){alert(e);}});
	var aleatorio = Math.round(Math.random()*1500);
	var myMenu = new ImageMenu($$('#imageMenu a'),
		{openWidth:500, border:1, 
		onOpen:function(e,i)
			{
				//MOOdalBox.open( 
				// e + "?h=" + aleatorio, // the link URL
				//"Some kind of caption", // the caption (link's title) - can be blank
				//"800 460" // width and height of the box - can be left blank
				//			);
				window.location=e;
			}
		});


});//fin window.addEvent			
