function toggleId(divId,thisDiv)
{
	thisDiv.id = divId;
}