			
			window.addEvent('domready',function(){
		
				/* caja de creditos */
			
				/*var p1 = new mooSimpleBox({ width:430, height:350, closeBtn:'myBtn', btnTitle: 'cerrar',boxClass:'myBox', id:'myID', fadeSpeed:500, opacity:'0.9', addContentID:'myDiv', boxTitle:'cr&eacute;ditos', isDrag:'true'});*/
			
				/*$('showBox').addEvent('click',function(e){
					if (p1.isVisible == false){
						p1.fadeIn();
					}else{
						p1.fadeOut();
					}
				})*/
		
			})
			
			