function navigate() {
  var menuIndex = document.formExplore.selectMenu.selectedIndex;
  document.location = document.formExplore.selectMenu.options[menuIndex].value;
}

// Rotate images
function imageSwap(imgName, imgSource) {
  document.images[imgName].src = imgSource;
}

function openRecruitsoft(identifier){
	var win=window.open('http://dupont.recruitsoft.com/servlets/CareerSection?art_ip_action=FlowDispatcher&flowTypeNo=13&pageSeq=1&art_servlet_language=en&csNo=2' + identifier+'&ctx=1','','width=640 height=550');
	win.focus();
}

function openRecruitsoftPure(identifier){
	var win=window.open(identifier,'','width=640,height=550,scrollbars=yes');
	win.focus();
}
function openRecruitsoftPure2(identifier){
	var win=window.open('','dupontrecruitsoft','width=640 height=550');
	var d=win.document;
	d.writeln('<html><head><title>DuPont.com: Careers: Search Jobs @ DuPont</title></head>');
	d.writeln('<frameset rows="70,*">');
	d.writeln('<frame src="recruit_header.html" noresize scrolling=no border=0 frameborder=0>');
	d.writeln('<frame src="' + identifier +'" name=main noresize border=0 frameborder=0>');
	d.writeln('</frameset>');
	d.writeln('</html>');
	win.focus();
}

function openRecruitsoftAP(identifier){
	var win=window.open('','dupontrecruitsoft','width=640 height=550');
	var d=win.document;
	d.writeln('<html><head><title>DuPont.com: Careers: Search Jobs @ DuPont</title></head>');
	d.writeln('<frameset rows="70,*">');
	d.writeln('<frame src="recruit_header_ap.html" noresize scrolling=no border=0 frameborder=0>');
	d.writeln('<frame src="' + identifier +'" name=main noresize border=0 frameborder=0>');
	d.writeln('</frameset>');
	d.writeln('</html>');
	win.focus();
}

function openRecruitsoftCategory(identifier){
	var win=window.open('http://dupont.recruitsoft.com/servlets/CareerSection?art_ip_action=FlowDispatcher&flowTypeNo=13&pageSeq=1&art_servlet_language=en&csNo=' + identifier +'&ctx=1','','width=640 height=550');
	win.focus();
}  

//for default european
function openRecruitsoftEuro(){
	var win=window.open('/Career_Center/en_US/jobs_by_region/recruitsoftwindow_euro.html','','width=640 height=550 resizable=yes');
	win.focus();

}  
function openRecruitsoftEuroProfiler(){
	var win=window.open('/Career_Center/en_US/jobs_by_region/recruitsoftwindow_euro_profiler.html','','width=640 height=550 resizable=yes');
	win.focus();

}  


function openfaq(identifier){
	var win=window.open('FPfaq/' + identifier + '.html','dupontFPFAQ','width=400 height=200 scrollbars=1');
	win.focus();
}