var url = 'http://' + location.hostname;
var puth = 'http://' + location.hostname + "/template/main";

window.onload = function(){
	heightOpera();

	if (window.innerWidth >= 1280){
		document.getElementById("top_div_two").style.width = "1260px";
		document.getElementById("info-phone").style.width = "1260px";
		document.getElementById("info-bottom").style.width = "1260px";
	}
}
