function gelince(sira){ 
sira.style.color="red" ;
sira.bgColor="#EFEFEF" ;
 }
 function cikinca(sira){ 
 sira.style.color="black" ; 
 sira.bgColor="#cccccc" ;
 }
 function gonder(prm){ 
  location=prm; 
 }
 function gonderYeni(prm){  
  var lnk= prm
  open (lnk,"","left=10,top=10,height=550,width=1000,scrollbars=yes,resizable=yes,status=yes,menubar=yes,toolbar=yes,location=no")
 }
 
document.write(" <table border='1' width='100%' bgcolor='AABBCC' cellpadding='2' cellspacing='0' bordercolor='white' style='position: absolute; left: 0px; top: 0px; width:154px'> "); 
document.write(" <tr> "); 
document.write("   <td bgColor='#C0C0C0' > "); 
document.write(" 	<font face='Arial' style='font-size: 8pt; font-weight: 700'>Council  "); 
document.write(" 	of State</font></td> "); 
document.write(" </tr> "); 
document.write(" <tr> "); 
document.write("   <td id='aa' bgColor='#cccccc' onclick=gonder('Council_of_State.htm') onmouseover='gelince(this)' onmouseout='cikinca(this)' style='cursor:pointer; cursor:hand; color=black'> "); 
document.write(" 	<font face='Arial' style='font-size: 8pt'> "); 
document.write(" 	&nbsp;&nbsp; "); 
document.write(" 	History and Missions "); 
document.write(" 	</font> "); 
document.write("   </td> "); 
document.write(" </tr> "); 
document.write(" <tr> "); 
document.write("   <td id='bb' bgColor='#cccccc' onclick=gonder('About_Yonetim_yeni.htm') onmouseover='gelince(this)' onmouseout='cikinca(this)' style='cursor:pointer; cursor:hand; color=black'> "); 
document.write(" 	<font face='Arial' style='font-size: 8pt'> "); 
document.write(" 	&nbsp;&nbsp; "); 
document.write(" 	Administration of Council of &nbsp;&nbsp;&nbsp;State "); 
document.write(" 	</font> "); 
document.write("   </td> "); 
document.write(" </tr> "); 
document.write(" <tr> "); 
document.write("   <td id='cc' bgColor='#cccccc' onclick=gonder('tteskilatform.htm') onmouseover='gelince(this)' onmouseout='cikinca(this)' style='cursor:pointer; cursor:hand; color=black'> "); 
document.write(" 	<font face='Arial' style='font-size: 8pt'> "); 
document.write(" 	&nbsp;&nbsp; "); 
document.write(" 	Organisation "); 
document.write(" 	</font> "); 
document.write("   </td> "); 
document.write(" </tr> "); 
document.write(" <tr> "); 
document.write("   <td id='dd' bgColor='#cccccc' onclick=gonder('Rule_of_Law.htm') onmouseover='gelince(this)' onmouseout='cikinca(this)' style='cursor:pointer; cursor:hand; color=black'> "); 
document.write(" 	<font face='Arial' style='font-size: 8pt'> "); 
document.write(" 	&nbsp;&nbsp; "); 
document.write(" 	Rule of Law, Administrative &nbsp;&nbsp;&nbsp;Law and Council of State"); 
document.write(" 	</font> "); 
document.write("   </td> "); 
document.write(" </tr> "); 
document.write(" <tr> "); 
document.write("   <td bgColor='#C0C0C0' > "); 
document.write(" 	<font face='Arial' style='font-size: 8pt; font-weight: 700'>Acts on Council of State and Administrative Justice</font></td> "); 
document.write(" </tr> "); 
document.write("   <td id='ee' bgColor='#cccccc' onclick=gonder('2575.htm') onmouseover='gelince(this)' onmouseout='cikinca(this)' style='cursor:pointer; cursor:hand; color=black'> "); 
document.write(" 	<font face='Arial' style='font-size: 8pt'> "); 
document.write(" 	&nbsp;&nbsp; "); 
document.write(" 	Council of State Act "); 
document.write(" 	</font> "); 
document.write("   </td> "); 
document.write(" </tr> "); 
document.write(" <tr> "); 
document.write("   <td id='ff' bgColor='#cccccc' onclick=gonder('2577.htm') onmouseover='gelince(this)' onmouseout='cikinca(this)' style='cursor:pointer; cursor:hand; color=black'> "); 
document.write(" 	<font face='Arial' style='font-size: 8pt'> "); 
document.write(" 	&nbsp;&nbsp; "); 
document.write(" 	Procedure of Administrative &nbsp;&nbsp;&nbsp;Justice Act "); 
document.write(" 	</font> "); 
document.write("   </td> "); 
document.write(" </tr> "); 
document.write(" <tr> "); 
document.write("   <td id='gg' bgColor='#cccccc' onclick=gonder('2576.htm') onmouseover='gelince(this)' onmouseout='cikinca(this)' style='cursor:pointer; cursor:hand; color=black'> "); 
document.write(" 	<font face='Arial' style='font-size: 8pt'> "); 
document.write(" 	&nbsp;&nbsp; "); 
document.write(" 	Act on Constitution &nbsp;&nbsp;&nbsp;Functions of the District &nbsp;&nbsp;&nbsp;Administrative Courts, &nbsp;&nbsp;&nbsp;Administrative Courts and &nbsp;&nbsp;&nbsp;Tax Courts "); 
document.write(" 	</font> "); 
document.write("   </td> "); 
document.write(" </tr> "); 
document.write(" </table> "); 

