/* <![CDATA[ */

(function($){
$(document).ready(function(){
	$('li.drawer ul:not(:first)').hide(); // hide all ULs inside LI.drawer except the first one
	$('h2.drawer-handle').click(function(){
		$('li.drawer ul:visible').slideUp().prev().removeClass('open');
		$(this).addClass('open').next().slideDown();
	});
});
})(jQuery);

function emailFriend(){
	var win=window.open('/emailFriend.asp?URI=' + document.location.href ,'emailFriend','resizable=1,scrollbars=1,statusbar=1,menubar=0,height=400,width=400');
}



/* ]]> */