		$(function(){
			// Accordion
			$("#accordion").accordion({ header: "h3" });	
			//hover states on the static widgets
			$('#dialog_link, ul#icons li').hover(
			function() { $(this).addClass('ui-state-hover'); }, 
			function() { $(this).removeClass('ui-state-hover'); }
		);
	});
	
		document.write('<style type="text/css"/>.tabber{display:none;}</style>');
		function NewWindow(url, id){
			window.open(url,id,'height=680,width=750,left=0,top=0,resizable=no,scrollbars=yes,toolbar=no,status=no');
			}
		function showa(a){
			document.getElementById(a).style.display="inline";
		}

		document.write('<style type="text/css"/>.tabber{display:none;}</style>');
		function NewWindow2(url, id){
			window.open(url,id,'height=780,width=750,left=0,top=0,resizable=yes,scrollbars=yes,toolbar=no,status=no');
			}
		function showa(a){
			document.getElementById(a).style.display="inline";
		}
		

