// JavaScript Document

function tab(mainid,id)
{
	
	document.getElementById(mainid).innerHTML = document.getElementById(id).innerHTML;
	
	
}
