function over (id) {
	item = document.getElementById(id).style;
	
	width = item.width;
	
	alert(width);
}
function out (id) {
	
}
