$(document).ready(function(){
	$("#FaqList").accordion({autoHeight: false, active: false});
	$("a.wrap-link").click(function(){
		window.open(this.href,'','');
		return false;
	});
});