function showImg(el,picname){
	var filename = el.src.substr(el.src.lastIndexOf("/")+1);
	var dir = el.src.substr(0,el.src.lastIndexOf("/"));

	var fileBig = filename.substr(0,filename.indexOf("."))+"b.jpg";	//filename OK
	dir = dir.replace("_thumb","");
	var imgPath = dir+"/"+fileBig;	
	if (!picname) picname="-"; 
	w = window.open("", "imageWin", 'width=1,height=1,resizable=yes');		
	w.document.write("<html><head>")
	w.document.write("<script language='javascript'>\n;");
	w.document.write("function fit(){\n");
	w.document.write("self.resizeTo(document.images[0].width+40,document.images[0].height+31+110);\n");	
	w.document.write("self.focus();\n");
	w.document.write("}");
	w.document.write("</script>\n");
	w.document.write("<html><title>Tayfun Erdoğmuş</title><body bgcolor='#3A362F' style='margin:0px' onLoad='fit()'>\n")
	w.document.write("<table><tr><td height=30 align=right bgcolor=#666666 style=padding-right:30></tr><tr><td style= padding:10><img name='bigPic' src='"+imgPath+"' onClick='window.close()' style=cursor:pointer;></td></tr><tr><td align=center><font color=#FFFFFF face=Arial>"+picname+"</font></td></tr></table></body></html>");			
	w.document.close(); 	
}
///
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function POPRES(url)
{
	window.open(url,'name','height=600,width=590,left=0,top=0,resizable=no,scrollbars=no,toolbar=no,status=no');
}
//*********************************************************************************************************************
        function SendForm(action){
			  document.catForm.action.value = action;
	          document.catForm.submit();

           }
//*********************************************************************************************************************