// JavaScript Document

$(function() {
		   
	// NAVIGATION	  
	$('#nav li').hover(function() {
		$(this).addClass('current').find('ul').show();									
	},function() {
		$(this).removeClass('current').find('ul').hide();
	});
	
	// FIND A LOCATION
	$('#loc1 li').hover(function() {
		$(this).addClass('current').find('ul').show();									
	},function() {
		$(this).find('ul').hide();
	});
});

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

url = window.location+"";
//alert(url);
if(url.indexOf("jobSearch.jsp")>-1) {
	var th = document.getElementsByTagName("head")[0];	
	var s = document.createElement('script');
	s.setAttribute('type','text/javascript');
	s.setAttribute('src',"http://portraitinnovations.com/resources/taleo.js");
	//th.appendChild(s);
}
