$(function() {
	$("#dhtmlLinkLogin, #dhtmlLayerLogin a.close, #dhtmlLayerLogin input[type='reset']").click(
		function() {
			$("#dhtmlLayerLogin").toggle();
			return false;
		}
	);
})