// te;;memore.js
// Rev. A1.0 LNixon 03/27/09

function tellmemore(id) {
	ajax_ATI('Ajax/tellmemore.php', 'tellmemore', 'Please wait while I fetch information about this item.', id);
	document.getElementById('tellmemore').style.zIndex = 200;
}

function hidetellmemore() {
	document.getElementById('tellmemore').style.zIndex = 0;
}
