function nav(param){$("#"+param).html("Caricamento..."); $("#"+param).load('page/'+param+'.php');	scroll(0,0);$("#"+param).dialog({ 			modal: true,			show: 'clip',			hide: 'clip',			resizable: false,			width: 600,			close: function(event, ui) { $("#"+param).html("") }		});	}$(document).ready(function(){	$(".col").fadeIn(3000);	$('#portfolio').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '250px' }); 		});
