<!--
// Store the date in a variable
d = new Date()
dateText = ""



// Get the current year; if it's before 2000, add 1900
if (d.getYear() < 2000)
    year = (1900 + d.getYear())
else
    year = (d.getYear())

dateText = year

//-->



function openAK(path) {
popAK=window.open(path,"popAK","height=570,width=550,scrollbars=yes,resizable=yes,location=0,screenx=0,screeny=0,left=0,top=0");
popAK.focus()
}
function openCB(path) {
popCB=window.open(path,"popCB","height=535,width=575,scrollbars=yes,resizable=yes,location=0,screenx=0,screeny=0,left=0,top=0");
popCB.focus()
}
function openMV(path) {
popMV=window.open(path,"popMV","height=475,width=550,scrollbars=yes,resizable=yes,location=0,screenx=0,screeny=0,left=0,top=0");
popMV.focus()
}
function openTELL(path) {
popTELL=window.open(path,"popTELL","height=570,width=550,scrollbars=yes,resizable=yes,location=0,screenx=0,screeny=0,left=0,top=0");
popTELL.focus()
}
function openBD(path) {
popBD=window.open(path,"popBD","height=570,width=550,scrollbars=yes,resizable=yes,location=0,screenx=0,screeny=0,left=0,top=0");
popBD.focus()
}
function openBP(path) {
popBP=window.open(path,"popBP","height=570,width=550,scrollbars=yes,resizable=yes,location=0,screenx=0,screeny=0,left=0,top=0");
popBP.focus()
}


function openLG(path) {
popLG=window.open(path,"popLG","height=570,width=550,scrollbars=yes,resizable=yes,location=0,screenx=0,screeny=0,left=0,top=0");
popLG.focus()
}

function openVid(path) {
popVid=window.open(path,"popVid","height=400,width=450,scrollbars=no,resizable=no,location=0,screenx=0,screeny=0,left=0,top=0");
popVid.focus()
}