﻿var objdiv=document.getElementById("dqq");
	  objdiv.style.left= (document.body.clientWidth-objdiv.offsetWidth)+"px";
      objdiv.style.top=((document.documentElement.clientHeight-document.body.scrollTop)/2-objdiv.offsetHeight/2)+"px";
