function KGSKMenuOver (StrId,Eylem,ColOut) {
	if (Eylem==1) {
		StrId.bgColor = '#340C19';
		StrId.style.cursor = 'hand';
	}
	else
		StrId.bgColor = '#'+ColOut;
}

function HaberArsivOver (StrId,Eylem) {
	if (Eylem==1) {
		StrId.bgColor = '#0F2225';
		StrId.style.cursor = 'hand';
	}
	else
		StrId.bgColor = '#16383D';
}

function GaleriMenuOver (StrId,Eylem,ColOut) {
	if (Eylem==1) {
		StrId.bgColor = '#0A5166';
		StrId.style.cursor = 'hand';
	}
	else
		StrId.bgColor = '#'+ColOut;
}

function VideoOver (StrId,Eylem) {
	if (Eylem==1) {
		StrId.bgColor = '#BCC9CE';
		StrId.style.cursor = 'hand';
	}
	else
		StrId.bgColor = '#FFFFFF';
}