var bType=0;
bType= (document.layers) ? 2 : bType;
bType= (document.getElementById & !document.all) ? 1 : bType;
function FindObject(obj) {
var result=false;
	switch(bType) {
	case 2: result= (document.getElementById(obj)) ? (document.getElementById(obj)):false; break; 
	case 1: result= (document.getElementById(obj)) ? (document.getElementById(obj)):false; break;
	case 0: result= (document.all.item(obj)) ? (document.all.item(obj)):false; 
	}
return(result);
}
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->

		<!-- 
		function urun_resim(resim,b,c,d)
			 {
				pencere=window.open("mail2friend.asp?resim="+resim,d,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=" + b + ",height=" + c);
				pencere.focus();
			}
		// -->
	
		<!-- 
		function anket_resim(resim,b,c,d)
			 {
				pencere=window.open("anketler.asp?resim="+resim,d,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=0,width=" + b + ",height=" + c);
				pencere.focus();
			}
		// -->
		<!-- 
		function yorum_resim(resim,b,c,d)
			 {
				pencere=window.open("yorumlar.asp?resim="+resim,d,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=0,width=" + b + ",height=" + c);
				pencere.focus();
			}
		// -->
		<!-- 
		function yazi_yorum_resim(resim,b,c,d)
			 {
				pencere=window.open("yazi_yorumlar.asp?resim="+resim,d,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=0,width=" + b + ",height=" + c);
				pencere.focus();
			}
		// -->
		<!-- 
		function eczane_resim(resim,b,c,d)
			 {
				pencere=window.open("eczane_detay.asp?resim="+resim,d,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=0,width=" + b + ",height=" + c);
				pencere.focus();
			}
		// -->

var popUpWin=0;
function popUpWindow(URLStr, left, top, width, height)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
function renk(othis,blight)
{
 if(blight){
	lastrow = othis;
	lastrowbgcolor = othis.bgColor;
	othis.bgColor = "#F2F2F2";
	
  }  else  {
 	othis.bgColor=  lastrowbgcolor;
	lastrow = null;
	lastrowbgcolor ="";
  }
  return null;
}

function Gizle(say) { 
	  var elem = document.getElementById(say);
     elem.style.display = 'none';    
} 

function Goster(say) { 
     var elem = document.getElementById(say);
     elem.style.display = 'block';    
} 
function yazar_detay(ad,resim,baslik,id,yazi_link)
{
     var elem = document.getElementById('yazar_bilgi');
	  var bilgi;
	  bilgi = '<div align="center"><b><a target="_blank" href="'+ yazi_link +'">' + ad + '</b><br><img src="./images/uyeler/' + resim + '" height="40" border="0"><br>' + baslik  + '</a></div>';
     elem.innerHTML = bilgi;
	
}
