function externalLinks() {
  if (!document.getElementsByTagName) return;
  var anchors = document.getElementsByTagName("a");
  for (var i=0; i<anchors.length; i++) {
    var anchor = anchors[i];
    if (anchor.getAttribute("href") &&
        anchor.getAttribute("rel") == "external")
      anchor.target = "_blank";
    }
}
window.onload = externalLinks;

function popLV() {
window.open('logovideo/index.html','newwin10','width=600,height=450,left=30,top=30,screenX=30,screenY=30');
}

function popGH() {
window.open('portfolio/Ghost.htm','newwin','width=550,height=480,left=30,top=30,screenX=30,screenY=30');
}

function popTS(){
window.open('portfolio/tricks.htm','newwin2','width=640,height=480,left=30,top=30,screenX=30,screenY=30');
}

function popMR(){
window.open('portfolio/moverooms.htm','newwin12','width=520,height=542,left=30,top=30,screenX=30,screenY=30');
}

function popSG(){
window.open('portfolio/bersg.htm','newwin11','width=643,height=520,left=30,top=30,screenX=30,screenY=30');
}

function popDH(){
window.open('portfolio/berdh.htm','newwin3','width=471,height=520,left=30,top=30,screenX=30,screenY=30');
}

function popPC(){
window.open('portfolio/berpc.htm','newwin4','width=461,height=460,left=30,top=30,screenX=30,screenY=30');
}

function popBG(){
window.open('portfolio/bugs.htm','newwin5','width=505,height=502,left=30,top=30,screenX=30,screenY=30');
}

function popBP(){
window.open('portfolio/bposter.htm','newwin6','width=568,height=520,left=30,top=30,screenX=30,screenY=30');
}

function popRP(){
window.open('portfolio/rposter.htm','newwin7','width=575,height=520,left=30,top=30,screenX=30,screenY=30');
}

function popRD(){
window.open('portfolio/riddick.htm','newwin8','width=520,height=520,left=30,top=30,screenX=30,screenY=30');
}

function popCA(){
window.open('portfolio/clipart.htm','newwin9','width=405,height=420,left=30,top=30,screenX=30,screenY=30');
}

function popBC(){
window.open('portfolio/berbc.htm','newwin13','width=679,height=520,left=30,top=30,screenX=30,screenY=30');
}

function popBO(){
window.open('portfolio/booth.htm','newwin14','width=520,height=438,left=30,top=30,screenX=30,screenY=30');
}

function popWT(){
window.open('portfolio/watch.htm','newwin15','width=631,height=520,left=30,top=30,screenX=30,screenY=30');
}

function popCR(){
window.open('portfolio/copyright.htm','newwin16','width=400,height=400,left=30,top=30,screenX=30,screenY=30');
}