function custom_navigation(id,p){ $.get(dle_root+"engine/ajax/custom.php",{id:id,page:p},function(d){ $("#"+id).html(d).show("slow"); }); return false; }
onclick="custom_navigation('10',".10.");return false;"