function briefCaseAdd(sessionid,overviewid){ briefcase = window.open('/briefcase/?documents=1&add='+escape(window.location.pathname)+escape(window.location.search)+'&overviewid='+overviewid+'&PHPSESSID='+sessionid,'briefcase','left=100,top=100,width=618,height=536,status=1'); briefcase.focus(); } function briefCaseView(sessionid){ briefcase = window.open('/briefcase/?documents=1&PHPSESSID='+sessionid,'briefcase','left=100,top=100,width=618,height=536,status=1'); briefcase.focus(); } function briefCaseHelp(sessionid){ briefcase = window.open('/briefcase/?help=1&PHPSESSID='+sessionid,'briefcase','left=100,top=100,width=618,height=536,status=1'); briefcase.focus(); } function checkLogin(referrer){ allcookies = document.cookie; var pos = allcookies.indexOf("refno="); if (pos!=-1){ var start=pos+6; var end = allcookies.indexOf(";",start); if (end==-1){ end=allcookies.length; } var value=allcookies.substring(start,end); } if (!value && window.location.pathname!='/beyourownboss/register.php'){ window.location.replace('https://www.shell-livewire.org/beyourownboss/register.php?requiresLogin=1&referrer='+referrer); } } function linkPopup(url,extras){ window.open(url,"link",'left=100,top=100,'+extras); } 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; i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i0) ? true : false; if(!isArray) { if(field.value=='') { //field.style.backgroundColor = '#FFD9D9'; fieldName.style.color = '#FF0000'; fieldName.innerHTML += " *"; if(doFocus) { field.focus(); field.select(); } doFocus = false; missing = true; } else { //field.style.backgroundColor = ''; } } else { // Determine if field is a select box or a group of checkboxes/radio buttons if(field.options==undefined) { var numChecked = 0; for(var j=0; j