$(document).ready(function(){$("body").append('<div id="helpframe">x</div>');$("#helpframe").hide();$("#helpframe").load("/arz/helpcontent");$("#hlp").replaceWith('<a href="#" id="quicklinkbtn"><img src="fileadmin/user_upload/icons/quicklinks.gif" /></a>');$("#quicklinkbtn").click(function(){$("#helpframe").toggle("drop",{},700);return false});$("#helpframe").click(function(){$("#helpframe").hide()})});

