/**
 *
 * @access public
 * @return void
 **/
function makeCol(){
	alert(document.getElementById("col").style.width);
}
