function popUp(URL) {

day = new Date();

id = day.getTime();

eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=450,height=500,left = 362,top = 234');");

}

function openplayer(url)
{
window.open(url, "movieplayer", "fullscreen=yes,toolbar=0,location=no,menubar=0.directories=no,resizable=yes,scrollbars=no,status=0")
}
function clicked(linkname)
{
document.getElementById(linkname).style.color = "#FF0000"
}
function clear(page)
{
document.location.href= page
}

function onbutton(linkname, pic)
{
document.getElementById(linkname).src = (pic)
}
