<!--
function PopUpAK (url) {
window.open (url, "AK", "width=450,height=380,screenX=330,screenY=50,left=330,top=150,resizable=no,status=no,toolbar=no,scrollbars=no");
}
function PopUpSend (url) {
window.open (url, "SEND", "width=400,height=430,screenX=330,screenY=50,left=330,top=150,resizable=no,status=no,toolbar=no,scrollbars=no");
}
function PopUpTeachers (url) {
window.open (url, "TEACHERS", "width=470,height=400,screenX=190,screenY=50,left=190,top=150,resizable=no,status=no,toolbar=no,scrollbars=no");
}
function PopUpRelated (url) {
window.open (url, "RELATED", "width=230,height=530,screenX=490,screenY=50,left=490,top=100,resizable=no,status=no,toolbar=no,scrollbars=yes");
}
function PopUpBuy (url) {
window.open (url, "BUY", "width=420,height=470,screenX=330,screenY=50,left=330,top=150,resizable=no,status=no,toolbar=no,scrollbars=no");
}
function PopUpPrivacy (url) {
window.open (url, "PRIVACY", "width=470,height=370,screenX=190,screenY=50,left=190,top=150,resizable=no,status=no,toolbar=no,scrollbars=no");
}
function PopUpNewsflash (url) {
window.open (url, "NEWSFLASH", "width=616,height=420,screenX=80,screenY=100,left=80,top=100,resizable=no,status=no,toolbar=no,scrollbars=yes");
}
//-->
