var SetCurrentTab = function (tabname) {
	var theTab = document.getElementById(tabname);
	if(theTab) {
    	theTab.className+=theTab.className ? ' currenttab':'currenttab';
	}
}

var validateJobs = function() {
	
}