jQuery(function() {
    $('#mail').click(function(){
    	window.open('./mail2/usermenu.html','','width=450,height=400');
	});
});
