function genNewWindow(jobUrl){ newCCWindow = window.open(jobUrl,"job"+Math.round(Math.random()*1000),"width=800,height=800,toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes"); if(window.focus) { newCCWindow.focus(); } return false; } document.write("