function hidd5c() {
    document.all.Ad5c.style.visibility = 'hidden';
}
function Dialog5c() {
    hidd5c();
    window.open("http://www.5cedu.cn/html/Admissions.html");
}
function initEcAd5c() {
    document.all.Ad5c.style.visibility = 'visible';
    document.all.Ad5c.style.posTop = -400;
    setTimeout("MoveRightLayer5c('Ad5c');", 3000);
}
function MoveRightLayer5c(layerName) {

    var x = document.body.scrollWidth / 2 - document.body.scrollWidth / 2;
    var y = window.screen.availHeight / 2 + 25;
    var diff = (document.documentElement.scrollTop + y - document.all.Ad5c.style.posTop) * .40;
    var y = document.documentElement.scrollTop + y - diff;
    eval("document.all." + layerName + ".style.posTop = y");
    eval("document.all." + layerName + ".style.posRight = x");

    setTimeout("MoveRightLayer5c('Ad5c');", 100);
}
var str = "";
str += "<div id=\"Ad5c\" style='position: absolute;visibility:hidden;z-index:0'>";
str += "<img src='images/5C_AdmissionsAD_03.gif' width='153' height='218' border='0' usemap='#Map' />";
str += "<map name='Map' id='Map'>";
str += "<area shape='rect' coords='111,11,141,25' href='#' onclick=\"hidd5c()\" />";
str += "<area shape='rect' coords='22,184,132,206' href='#' onclick=\"Dialog5c()\" />";
str += "</map>";
str += "</div>";
document.write(str);
initEcAd5c();






