var onlime;
function wonlime(str) {
	self.name='index';
	if (!onlime) onlime =  window.open(str,'onlime','scrollbars=no,resizable=no,width=352,height=297,status=yes,location=no,toolbar=no');
	else {
		onlime =  window.open('','onlime','scrollbars=no,resizable=no,width=352,height=297,status=yes,location=no,toolbar=no');
		onlime.location.href = str;
		onlime.focus();
	}
}	

function showTable(id) {
	document.getElementById(id).style.visibility='visible';
}
function hideTable(id) {
	document.getElementById(id).style.visibility='hidden';
}

