$(document).ready(function(){
	$("#spot").corner();							/** Angoli Arrotondati **/
	$(".box-sx,.box-cx,.box-dx").equalizeCols();	/** Colonne Altezza Uguale **/
	$(".box-sx dl").equalizeCols();					/** Colonne Altezza Uguale **/
});

$(function() {

	$(".flash-home").media({						/** Flash in Home Page **/
		width: 220, height: 165, autoplay:  true, src: "http://www.sipetecnologie.com/image/video-home.swf", caption: false
	});

	$("#flash-jet50").media({						/** Video Stream - Jet 50 **/
    	width: 425, height: 355, autoplay: false, src: "http://www.youtube.com/swf/l.swf?video_id=UuG3FRY3gbI&rel=0",
		caption: false, params: { allowFullScreen: 'true' }
	});

	$("#flash-kronos100").media({					/** Video Stream - Kronos 100 **/
    	width: 425, height: 355, autoplay: false, src: "http://www.youtube.com/swf/l.swf?video_id=CHc_fcUDbKE&rel=0",
		caption: false, params: { allowFullScreen: 'true' }
	});

	$("#flash-kronos200").media({					/** Video Stream - Kronos 200 **/
    	width: 425, height: 355, autoplay: false, src: "http://www.youtube.com/swf/l.swf?video_id=SPt9sUBm-G4&rel=0",
		caption: false, params: { allowFullScreen: 'true' }
	});

	$("#flash-spreadingsquares").media({			/** Video Stream - Spreading Squares **/
    	width: 425, height: 355, autoplay: false, src: "http://www.youtube.com/swf/l.swf?video_id=Md7aUXS0cRs&rel=0",
		caption: false, params: { allowFullScreen: 'true' }
	});

	$("#flash-tornado").media({						/** Video Stream - Tornado **/
    	width: 425, height: 355, autoplay: false, src: "http://www.youtube.com/swf/l.swf?video_id=-AqHYNaxqH4&rel=0",
		caption: false, params: { allowFullScreen: 'true' }
	});

	$("#flash-kronos200d").media({						/** Video Stream - Kronos 200 D **/
    	width: 425, height: 355, autoplay: false, src: "http://www.youtube.com/swf/l.swf?video_id=PYo82Zajmt8&rel=0",
		caption: false, params: { allowFullScreen: 'true' }
	});

	$("#flash-jet100ovattata").media({						/** Video Stream - JET 100 ovatta **/
    	width: 425, height: 355, autoplay: false, src: "http://www.youtube.com/swf/l.swf?video_id=hs-aUUIeLpI&rel=0",
		caption: false, params: { allowFullScreen: 'true' }
	});
});