function popup(url) {
	var wnd = window.open(url);
    return typeof(wnd) == 'object';
}

$("a.al").live("click", function () {
                $.netteAjax(this.href, "post");
                return false;
});

$(document).ready(function(){
		$("div[id^='detail_']").hide();
});