var lwin=document.getElementById("winfd1");
var rwin=document.getElementById("winfd2");
var lwinh=document.getElementById("gg2bhrefl");
var rwinh=document.getElementById("gg2bhrefr");
if(screen.width<1024){
	bwin=false;	WinCloseLeft();	WinCloseRight();
}else{
	var bwin=true;
	if(lwinh.href=="" || lwinh.href=="#") WinCloseLeft();
	if(rwinh.href=="" || rwinh.href=="#") WinCloseRight();
	rwin.style.left=screen.width-130;
	function ggclose() {
		bwin=false;	WinCloseLeft();	WinCloseRight();
	}
	function GG_onscroll() {
		var moveshu=document.documentElement.scrollTop;
		document.getElementById("win1").style.paddingTop=moveshu+"px";
		document.getElementById("win2").style.paddingTop=moveshu+"px";
	}
	window.onscroll=function(){
		if(bwin)	GG_onscroll();
	}
}
function WinCloseLeft(){
	lwin.style.display="none";	lwinh.href="javascript:void(0);"; lwinh.target="_self";
}
function WinCloseRight(){
	rwin.style.display="none";	rwinh.href="javascript:void(0);"; rwinh.target="_self";
}