$(function(){
	$("#logo div").load("index.html div#main div#logo p#count");
			$("#map").css("position","absolute");
			$("#map").css("top","120px");
			$("#map").css("left","0");
			$("#map").css("width",$(window).width());
			$("#map").css("height",$(window).height()-120);
			$("#googlemap").css("position","absolute");
			$("#googlemap").css("top","120px");
			$("#googlemap").css("left","0");
			$("#googlemap").css("width",$(window).width());
			$("#googlemap").css("height",$(window).height()-120);
});

function full(){
			$("#map").css("position","absolute");
			$("#map").css("top","120px");
			$("#map").css("left","0");
			$("#map").css("width",$(window).width());
			$("#map").css("height",$(window).height()-120);
			$("#googlemap").css("position","absolute");
			$("#googlemap").css("top","120px");
			$("#googlemap").css("left","0");
			$("#googlemap").css("width",$(window).width());
			$("#googlemap").css("height",$(window).height()-120);
}

