<!-- Função para chamar o flash do header sem as linhas pentelhas do IE -->
function runFlash(){
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="870" height="900" id="index" align="middle" />\n');
document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
document.write('<param name="movie" value="../home/index.swf" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('<embed src="../home/index.swf" quality="high" width="870" height="900" name="index" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" />\n');
document.write('</embed>\n');
document.write('</object>\n');
}

<!-- Chamando páginas externas -->

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

function chamagarfield(){
  window.open("http://www.canvas.com.br/portfolio/hotsites/telecine/garfield/promocao/index.html", "garfield", "toolbar=no,directories=no,menubar=no,status=yes,scrollbars=no,resizable=no,maximized=no,width=750, height=550");
}

function chamastarwars3(){
  window.open("http://www.canvas.com.br/portfolio/hotsites/telecine/starwars3/index.html", "sw3", "toolbar=no,directories=no,menubar=no,status=yes,scrollbars=no,resizable=no,maximized=no,width=760, height=500");
}

function chamakingkong(){
  window.open("http://globosat.globo.com/telecine/webflights/kingkong/index.asp", "kk", "toolbar=no,directories=no,menubar=no,status=yes,scrollbars=no,resizable=no,maximized=no,width=800, height=600");
}

function chamacasseta(){
  window.open("http://www.alexduarte.org/portfolio/casseta_planeta/index.html", "casseta", "toolbar=no,directories=no,menubar=no,status=yes,scrollbars=no,resizable=no,maximized=no,width=790, height=380");
}

function chamaiceage2(){
  window.open("http://globosat.globo.com/telecine/webflights/eradogelo2/index.html", "iceage2", "toolbar=no,directories=no,menubar=no,status=yes,scrollbars=no,resizable=no,maximized=no,width=750, height=550");
}

<!-- http://www.canvas.com.br/portfolio/hotsites/telecine/madagascar/abre_navegacao.html -->