function winRegi() {
	var msgw, msgh, bordercolor;
	msgw = 280;
	msgh = 130;
	titleheight = 0;
	bordercolor = "#390";
	titlecolor = "#390";
	var sWidth, sHeight;
	sWidth = document.body.clientWidth;
	sHeight = document.body.clientHeight;

	var bgObj = document.createElement("div");
	bgObj.setAttribute("id", "bgDiv");
	bgObj.style.position = "absolute";
	bgObj.style.top = "0";
	bgObj.style.background = "9D8B7C";//"#D7ECA9";
	bgObj.style.filter = "progid:DXImageTransform.Microsoft.Alpha(style=3,opacity=90,finishOpacity=10";
	bgObj.style.opacity = "0.1";
	bgObj.style.left = "0";
	bgObj.style.width = sWidth + "px";
	bgObj.style.height = sHeight + "px";
	bgObj.style.zIndex = "3000";

	var bgObj2 = document.createElement("div");
	bgObj2.setAttribute("id", "bgDiv2");
	bgObj2.style.opacity = "0.9";
	bgObj2.style.zIndex = "3002";

	var regi = document.getElementById("regi11");
	bgObj2.appendChild(regi);

	bgObj.appendChild(bgObj2);

	document.body.appendChild(bgObj2);
	document.body.appendChild(bgObj);
}

function winSend() {
	var msgw, msgh, bordercolor;
	msgw = 280;
	msgh = 130;
	titleheight = 0;
	bordercolor = "#390";
	titlecolor = "#390";
	var sWidth, sHeight;
	sWidth = document.body.clientWidth;
	sHeight = document.body.clientHeight;

	var bgObj = document.createElement("div");
	bgObj.setAttribute("id", "bgDiv");
	bgObj.style.position = "absolute";
	bgObj.style.top = "0";
	bgObj.style.background = "9D8B7C";//"#D7ECA9";
	bgObj.style.filter = "progid:DXImageTransform.Microsoft.Alpha(style=3,opacity=90,finishOpacity=10";
	bgObj.style.opacity = "0.1";
	bgObj.style.left = "0";
	bgObj.style.width = sWidth + "px";
	bgObj.style.height = sHeight + "px";
	bgObj.style.zIndex = "3000";

	var bgObj2 = document.createElement("div");
	bgObj2.setAttribute("id", "bgDiv2");
	bgObj2.style.opacity = "0.9";
	bgObj2.style.zIndex = "3002";

	var regi = document.getElementById("regi22");
	bgObj2.appendChild(regi);

	bgObj.appendChild(bgObj2);

	document.body.appendChild(bgObj2);
	document.body.appendChild(bgObj);
}

function winChange() {
	var msgw, msgh, bordercolor;
	msgw = 280;
	msgh = 130;
	titleheight = 0;
	bordercolor = "#390";
	titlecolor = "#390";
	var sWidth, sHeight;
	sWidth = document.body.clientWidth;
	sHeight = document.body.clientHeight;

	var bgObj = document.createElement("div");
	bgObj.setAttribute("id", "bgDiv");
	bgObj.style.position = "absolute";
	bgObj.style.top = "0";
	bgObj.style.background = "9D8B7C";//"#D7ECA9";
	bgObj.style.filter = "progid:DXImageTransform.Microsoft.Alpha(style=3,opacity=90,finishOpacity=10";
	bgObj.style.opacity = "0.1";
	bgObj.style.left = "0";
	bgObj.style.width = sWidth + "px";
	bgObj.style.height = sHeight + "px";
	bgObj.style.zIndex = "3000";

	var bgObj2 = document.createElement("div");
	bgObj2.setAttribute("id", "bgDiv2");
	bgObj2.style.opacity = "0.9";
	bgObj2.style.zIndex = "3002";

	var regi = document.getElementById("regi33");
	bgObj2.appendChild(regi);

	bgObj.appendChild(bgObj2);

	document.body.appendChild(bgObj2);
	document.body.appendChild(bgObj);
}
