swfobject.registerObject("homeFlash", "9.0.115");
$(function() {
	// Initialize menus
	$('ul#primaryNav').superfish({ 
		animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
		speed:       'fast',                          // faster animation speed 
		autoArrows:  false,                           // disable generation of arrow mark-up 
		dropShadows: false,                            // disable drop shadows 
		disableHI:	 true
	});
	$('#homeColumnPortfolio a').nyroModal({
		width: 980, // default Width If null, will be calculate automatically
		height: 580, // default Height If null, will be calculate automatically
		minWidth: 980, // Minimum width
		minHeight: 540, // Minimum height
		resizable: false
	});
	$(".tipTrigger").tooltip({position: "top center", offset: [20,88]});
});

