
function contactFrame(url){
  newWindow = window.open(url,"Linked","top=10,screenx=300,left=10,screeny=300,width=800,height=600,buttons=no,scrollbars=yes,location=no,menubar=no,resizable=yes,status=no,directories=no,toolbar=no");
  newWindow.focus();
}

function pdfFrame(url){
  newWindow = window.open(url,"Linked","top=10,screenx=300,left=10,screeny=300,width=800,height=700,buttons=no,scrollbars=yes,location=no,menubar=no,resizable=yes,status=no,directories=no,toolbar=no");
  newWindow.focus();
}
function contactFrame(url){
  newWindow = window.open(url,"Linked","top=10,screenx=300,left=10,screeny=300,width=800,height=600,buttons=no,scrollbars=yes,location=no,menubar=no,resizable=yes,status=no,directories=no,toolbar=no");
  newWindow.focus();
}