﻿//Gifts.js
function initEcAdGQ() {
document.all.AdLayerGQ.style.visibility = 'visible';
document.all.AdLayerGQ.style.posTop =-200;//window.screen.availHeight;
setTimeout("MoveRightLayerGQ('AdLayerGQ');",10);
}

function MoveRightLayerGQ(layerName) {

var x=0;//document.body.scrollWidth/2-document.body.scrollWidth/2;
var y = window.screen.availHeight / 2+30;
var diff = (document.documentElement.scrollTop + y - document.all.AdLayerGQ.style.posTop)*.70;
var y = document.documentElement.scrollTop + y - diff;
eval("document.all." + layerName + ".style.posTop = y");
eval("document.all." + layerName + ".style.posRight = x");

setTimeout("MoveRightLayerGQ('AdLayerGQ');", 100);	
}

function hiddGQ()
{	
document.all.AdLayerGQ.style.visibility = 'hidden';
}

var str="";
        str+="<div id=\"AdLayerGQ\"  style='position: absolute;visibility:hiddGQen;z-index:2'>";
        str += "<img  src='http://www.yessd.cn/images/gifts.jpg' width='131' height='178' border='0' usemap='#MapGifts' />";
            str+="<map name='MapGifts' id='MapGifts'>";
            str += "<area shape='rect' coords='1,1,129,163' href='' onclick='OPERGQ();return false;'/>";
            str += "<area shape='rect' coords='93,163,130,177' href='' onclick='hiddGQ();return false;'/>";            
            str+="</map>";
            str+="</div>";
//document.write(str);

//initEcAdGQ();// JavaScript Document

function OPERGQ()
 {
 //hiddGQ();
    window.open("http://www.yessd.cn/?promotion=on");
}   
