function DOMz(shirini)
{
	document.getElementById(shir).innerHTML = shirini
}

function imageloading(roxito)
{
	document.getElementById(roxito).innerHTML = '<img src="http://www.anzalichi.com/forum/indicator.gif">';
}


function jadval() {
document.getElementById('jadval2').style.display='none';
document.getElementById('jadval').style.display='block';
}

function jadval2() {
document.getElementById('jadval2').style.display='block';
document.getElementById('jadval').style.display='none';
}