function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}

jQuery().ready(function() {
	jQuery('#job').accordion({
	active: false,
	header: '.head',
	navigation: true,
	event: 'click',
	fillSpace: false,
	animated: 'easeslide'
	});
})