$(function() {
	$("#tabs").tabs();
});

function PageInit()
{
	jQuery("ul.jd_menu").jdMenu();
	
	jQuery("form.validate").validate();
}
