function over(x)
{
var sm='sm'+x;
var pmi='pmi'+x;
var pm='pm'+x;
var pmR='pmR'+x;
document.getElementById(sm).style.color='#07BE3F';
document.getElementById(pmi).src='/images_new/str2.gif';
document.getElementById(pm).style.background='#ffffff';
document.getElementById(pmR).style.background='#ffffff';
}

function out(x)
{
var sm='sm'+x;
var pmi='pmi'+x;
var pm='pm'+x;
var pmR='pmR'+x;
	if (document.getElementById(pm).className!="pod1A"){
		document.getElementById(sm).style.color='#000000';
		document.getElementById(pmi).src='/images_new/str1.gif';
		document.getElementById(pm).style.background='#A8A8A7';
		document.getElementById(pmR).style.background='#A8A8A7';
	}
}

function over2(x)
{
var sm='sm'+x;
var pmi='pmi'+x;
var pm='pm'+x;
var pmR='pmR'+x;
document.getElementById(sm).style.color='#07BE3F';
document.getElementById(pmi).src='/images_new/str22.gif';
document.getElementById(pm).style.background='#ffffff';
document.getElementById(pmR).style.background='#ffffff';
}

function out2(x)
{
	var sm='sm'+x;
	var pmi='pmi'+x;
	var pm='pm'+x;
	var pmR='pmR'+x;
	if (document.getElementById(pm).className!="pod1A"){
		document.getElementById(sm).style.color='#000000';
		document.getElementById(pmi).src='/images_new/str11.gif';
		document.getElementById(pm).style.background='#A8A8A7';
		document.getElementById(pmR).style.background='#A8A8A7';
	}
}



