﻿$(window).load
(
	function()
	{
		
		document.getElementById('colimg').style.top = (document.getElementById('colcontainer').offsetTop - 110) + 'px';
		document.getElementById('colimg').style.display = 'block';
	}
);
