
function PopupAc(dosyaismi, eni, boyu, scrl, resize)
	{
	popup = window.open(dosyaismi, "", 'width=' +eni+ ',height=' +boyu+ ', scrollBars=' +scrl+ ', resizable=' +resize+ ', top=-20, left=-20, toolbar=0, location=0, directories=0, copyhistory=0, status=0, menuBar=0'); 
	} 

function PopupOyunAc(dosyaismi)
	{
    popup = window.open(dosyaismi, 'GamOyu', 'width=990, height=670, scrollBars=0, resizable=0, top=-100, left=-100, toolbar=0, location=0, directories=0, copyhistory=0, status=0, menuBar=0');
    }

function nesnegizleac(itemID)
	{	
	if (itemID.style.display == "none" )
	 {itemID.style.display = "";}
	 else
	 {itemID.style.display = "none";}
	}

function SayfaYenile()
	{
	window.location.reload()
	}

function AktifTR(trID) 
	{ 
	TR1.style.display = "none";
	TR2.style.display = "none";
	TR3.style.display = "none";
	trID.style.display = "";
	//trID.style.backgroundColor="red";
	//trID.style.className="resimborder";
	}

function AktifTR2(trID)
	{ 
	TR1.style.display = "none";
	TR2.style.display = "none";
	TR3.style.display = "none";
	TR4.style.display = "none";
	TR5.style.display = "none";
	TR6.style.display = "none";
	TR7.style.display = "none";
	trID.style.display = "";
	}
	