	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', "The new release of the most popular AutoCAD application program for infrastructure design.");
	  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', "A complete software for topography with an engine compatible with 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. Roundabout Capacity");
		$('simple_tip3').store('tip:text', "A sw to calculate capacity, LOS and queue delay and length.");
	  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', "An AutoCAD Civil 3D 2009 Extension to check italian standard for road design.");
	  var SimpleTip4 = new Tips($('simple_tip4'), {showDelay: 300, hideDelay: 0, offsets: {x: 13, y: 13}, fixed: false});
	  
	});

