﻿function test()
{
	var winW = document.body.clientWidth;
	var temp = winW*.10;
	var temp = temp + "px";
	var test = document.getElementById('body');
	test.style.fontSize = temp;SetLogo();	 
}
function setblock(){
    document.getElementById("Container").style.display = "block";
	SetLogo();
	DisplayLogo();
}
setTimeout('setblock()',1000);