
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_openBrWindow2(theURL,winName,features) { //v2.0
  alert('The PDF is now downloading, this may take a little while.\nPlease click OK to continue the download.');
  window.open(theURL,winName,features);
}

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

function errorAlert() {
	alert('Sorry there was some missing information from your submission.\nPlease see the full details on the page in red.');
}

function refer(){
	emailurl = "http://www.xbhr.com";
	emailaddr = escape("Your colleagues email address");
	emailsubject = escape("Take a look at the XBHR web site");
	emailbody = escape("I recommend you check out the website for XBHR, the multi-disciplinary, global forum for professional advisors expert in cross-border human resources issues.\n\n")+emailurl+escape("\n\nIf you like what you see click below to subscribe\n")+"http://www.xbhr.com/pages/join.php";
	emailinfo = "?subject="+emailsubject+"&body="+emailbody;
	parent.location.href = "mailto:"+emailaddr+emailinfo;
}


