if(typeof sIFR == "function"){
	sIFR.replaceElement(named({
		sSelector:"#content h1",
		sFlashSrc:"../shared/futura.swf",
		sColor:"#ba0300",
		sWmode:"transparent"
	}));
	sIFR.replaceElement(named({
		sSelector:"#content h2",
		sFlashSrc:"../shared/futura.swf",
		sColor:"#ba0300",
		sWmode:"transparent"
	}));
};

var popupProfiles = {
	appWin:
	{
		height:700,
		width:620,
		status:1,
		resizable:1,
		scrollbars:1,
		center:1
	},
	
	win_certDetail:
	{
		height:600,
		width:500,
		status:1,
		resizable:1,
		scrollbars:1,
		center:1
	},
	
	appDetailWindow:
	{
		height:700,
		width:620,
		status:1,
		resizable:0,
		scrollbars:1,
		center:1,
		createnew:1
	}
	
};

$(document).ready(function(){
	
	/*----- Navigation -----*/
	$('#menu').accordion({
		active: false,
		header: '.navitem',
		event: 'click',
		autoheight:false,
		navigation:true,
		showSpeed: 1200,
		hideSpeed: 1400
	});
	
	$(".popupWin").popupwindow(popupProfiles);

	/*----- remove box from links -----*/
	$("a").focus(function(){
		this.blur();
	});
});
