function openWindow(url) {
popupWin = window.open(url, "m-learning", "width=617,height=478,left=150,top=0,z-lock=yes,location=no,menubar=no,resizable=no,dependent");
}

function newWindow(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes");
}

function surveyWin(url) {
popupWin = window.open(url, "survey", "width=750,height=300,left=150,top=0,z-lock=yes,location=no,menubar=no,resizable=no,scrollbars=yes,dependent");
}

function littleWindow(url) {
popupWin = window.open(url, "Movie File", "width=176,height=160,left=150,top=0,z-lock=yes,location=no,menubar=no,resizable=no,dependent");
}