	window.addEvent('domready', function(){
	  var data = {
	    '1.jpg': { caption: 'Slide 1' },
		'1b.jpg': { caption: 'Slide 1b' }, 
	    '2.jpg': { caption: 'Slide 2' }, 
	    '3.jpg': { caption: 'Slide 3' },
	    '4.jpg': { caption: 'Slide 4' },
		'5.jpg': { caption: 'Slide 5' }		
	  };
	  var myShow = new Slideshow('show', data, {controller: false, delay: 4000, duration: 1000, width: 744, height: 269, hu: 'images/', thumbnails: false});
	  
	  $('simple_tip1').store('tip:title', "CIVIL DESIGN 8");
		$('simple_tip1').store('tip:text', "La nuova versione del pił diffuso programma per la progettazione sul territorio in ambiente AutoCAD.");
	  var SimpleTip1 = new Tips($('simple_tip1'), {showDelay: 300, hideDelay: 0, offsets: {x: 13, y: 13}, fixed: false});
	  $('simple_tip2').store('tip:title', "CAD&Pillar 4");
		$('simple_tip2').store('tip:text', "Topografia, Catasto, Strade, Computi e Raster con motore compatibile con AutoCAD 2008!");
	  var SimpleTip2 = new Tips($('simple_tip2'), {showDelay: 300, hideDelay: 0, offsets: {x: 13, y: 13}, fixed: false});
	  $('simple_tip3').store('tip:title', "CA.R. Capacitą Rotatorie");
		$('simple_tip3').store('tip:text', "Il software sviluppato da DIGICORP Ingegneria per le verifiche funzionali delle intersezioni a raso di tipo rotatorio.");
	  var SimpleTip3 = new Tips($('simple_tip3'), {showDelay: 300, hideDelay: 0, offsets: {x: 13, y: 13}, fixed: false});
	  $('simple_tip4').store('tip:title', "+ Strade");
		$('simple_tip4').store('tip:text', "Extension per AutoCAD Civil 3D 2009 con le funzionalitą necessarie a verificare le normative italiane della progettazione stradale.");
	  var SimpleTip4 = new Tips($('simple_tip4'), {showDelay: 300, hideDelay: 0, offsets: {x: 13, y: 13}, fixed: false});
	  
	});
