$(document).ready(function(){
//$("#menubar").css("display","none");
//$("#welcome").css("margin-top","45px");

var opts = { align: 'left' //default
	 , size: 64 //default
 	 , distance: 54 //default
	 , coefficient : 1.5 //default
	 , labels: false //default
	 , duration: 500 //default
	 //for menu1 and menu7, set a function to use the 'alt' attribute if present, else construct a PNG path from the 'src'...
	 , source: false //default
 };

$("#dockMenu").jqDock(opts);
});
