// ***** # Kullandıklarım # ***
function Ac(theURL,winName,features)
{
  window.open(theURL,winName,features);
}

function GTS(Fm)
{
var URL = Fm.options[Fm.selectedIndex].value;
window.location.href = URL;
}


function SilUyar(){
if (confirm("Bu veriyi silmek istiyor musunuz?" ))
	return true;
	else
	return false;
}


function SatirZRenk(Stil,Satir)
{
	document.getElementById(Satir).className	= Stil;
}

function PopupPic(sPicURL) { 
 window.open("resimgoster.asp?" +sPicURL, "_blank","resizable=1,HEIGHT=500,WIDTH=500,top=0,left=0"); 
} 


