
var popupProfiles = {
	patientEd:
	{
		height:550,
		width:525,
		status:1,
		resizable:0,
		scrollbars:1,
		center:1
	}
};

jQuery(document).ready(function(){
	
	/* THIS REMOVE THE LINE FROM THE EMPTY <UL> ELEMENTS (NOTE: be sure there is NO space between the <ul></ul> elements) */
	jQuery("#navigation li ul:empty").remove();
	
	/** PNG fix for IE6 **/
	jQuery(this).pngFix();
	
	/* Activate all media */
	jQuery(".media").media();
	
	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});
	
});
