function timejs(div,id,top)
{
for (i=1;i<=top;i++)
{
document.getElementById(div+'-'+i).style.display = 'none';
}
document.getElementById(div+'-'+id).style.display = 'block';
} 

function timejs2(div,id,top,eskirenk,yenirenk)
{
for (i=1;i<=top;i++)
{
document.getElementById(div+'-'+i).style.color = '#'+eskirenk;
}
document.getElementById(div+'-'+id).style.color = '#'+yenirenk;
} 



function flashgetir(_WIDTH, _HEIGHT, _SRC)
{
	document.write('<object width="' + _WIDTH + '" height="' + _HEIGHT + '" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">');
	document.write('<param name="movie" value="' + _SRC + '">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="scale" value="1">');
	document.write('<param name="wmode" value="transparent">');
	document.write('<embed src="' + _SRC + '" width="' + _WIDTH + '" height="' + _HEIGHT + '" scale="exactfit" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>');
	document.write('</object>');
}

