// JavaScript Document
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=100,0,statusbar=0,menubar=0,resizable=1,width=780,height=550');");
}

function popUp550(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=100,0,statusbar=0,menubar=0,resizable=1,width=550,height=520');");
}

function popUpProfile(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=100,0,statusbar=0,menubar=0,resizable=1,width=420,height=495');");
}

function popUpCourse(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=100,0,statusbar=0,menubar=0,resizable=1,width=420,height=300');");
}

function popUpSlideshow(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=100,0,statusbar=0,menubar=0,resizable=1,width=720,height=290');");
}

