/*$(document).ready(function(){ \\var sb = $('#ctl00_txtsearch').val; });*/ // +------------------------------+ // | Preload | // +------------------------------+ function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i= 4) { win.window.focus(); } } function print_page() { if (navigator.appVersion.indexOf("Win")!=-1) { window.print(); } else if (MAC) { alert("You will have to use the print command from the file menu\n"); } else if (NS) { window.print(); } else if ((VERSION > 3) && (MAC < 0) ) { var WebBrowser = ''; document.body.insertAdjacentHTML('beforeEnd', WebBrowser); WebBrowser1.ExecWB(6, 1); //Use a 1 vs. a 2 for a prompting dialog box //WebBrowser1.outerHTML = ""; } else { alert("You will have to use the print command from the file menu\n"); } } function submitSearch() { var COUNTRY; COUNTRY = document.getElementById("COUN").value; var FAMILY; FAMILY = document.getElementById("CAT1").value; var url="/careers/careers_working/jobresult.htm?page=careers_search_detail&COUN=" + COUNTRY + "&CAT1=" + FAMILY; document.location.href=url; }