// Encore Interactions common procedures

window.onload = ActivateFlash 
//frametest();

function ActivateFlash() 
{ 
    var objects = document.getElementsByTagName("object"); 
    for (var i = 0; i < objects.length; i++) 
    { 
      objects[i].outerHTML = objects[i].outerHTML; 
    } 
} 

function MM_displayStatusMsg(msgStr) { //v1.0
  //status=msgStr;
  document.MM_returnValue = true;
}


function pagePrint(){
  parent.right.focus();
  parent.right.print();
}


function textcopy (ttitle) {
  //ttitle = "Executive Recruting<br>";
  parent.left.document.getElementById("ttitle").innerHTML = ttitle;
}


function titlecopy () {
  ttitle=parent.right.document.getElementsByTagName('title')[0].innerHTML;
  parent.left.document.getElementById("ttitle").innerHTML = ttitle;
}

function frametest () {
if (parent.location.href == self.location.href) {
  document.location.href = '/default.asp?' + self.location.pathname;
}
}

