// JavaScript Document


function openWindow(url) { popupWin = window.open(url, 'openWin', "width=405, height=250, scrollbars=yes"); }

<!--
function opentlc()
{
window.open("tlc.htm","tlc","resizable=no,menubar=no,scrollbars=no,width=480,height=330");
}
function openmascara()
{
window.open("mascara.htm","mascara","resizable=no,menubar=no,scrollbars=no,width=240,height=190");
}
function opencircozero()
{
window.open("circo.htm","circo","resizable=no,menubar=no,scrollbars=no,width=320,height=250");
}
