window.onload = first_function;

function first_function(){
	try{
		var type4 = document.getElementById("type4");
		type4.style.display = "block";
		type4.style.marginTop = "170px";
	}catch(e){}
	
	try{
		var type2 = document.getElementById("type2");
		type2.getElementsByTagName("span")[2].style.position = "relative";
		type2.getElementsByTagName("span")[4].style.position = "relative";
		type2.getElementsByTagName("span")[2].style.top = "190px";
		type2.getElementsByTagName("span")[4].style.top = "165px";
/*
		var ab3 = document.getElementById("ab3");
		ab3.style.position = "relative";
		ab3.style.top = "-35px";
		ab3.style.left = "0px";
*/
	}catch(e){}
}