$( function(){ 
	//$('#header').innerfade({ speed: 'slow', timeout: 8000, type: 'sequence', containerheight: '147px' });
	$(".haccordion").haccordion();
    $('#menu a.currentpage, #menu a.activeparent').parent().find('ul').show();
	
}); 

function winPop(sLocation,sWidth,sHeight,sScrollbars)
{
	window.open(sLocation, '', 'toolbar=0,resizable=1,scrollbars=' + sScrollbars + ',left=2,top=2,width=' + sWidth + ',height=' + sHeight);
}
