/* Mesut TOP www.mesuttop.com */
var tableborder=0;var tablecellspacing=3;var tablewidth="100%";var tableid="usertable";var tablestyle="font-family: Arial; font-size: 8pt; color: #FFFFFF; font-weight: bold";var cellstyle="padding-left: 5";var headerback="#404040";var listback="#E8E8E8";var headerfontsize="10pt";var mektup="&#64;";var gonder="mailto";var names=new Array();var users=new Array();var photo=new Array();var dtar=new Array();var linkim="../../images/icons/mail_1.gif";
function usstr(pos){if (users[pos].substring(0,1)=="*"){return(users[pos].substring(1))} else  {return(users[pos]+mektup+"geltag.com")}}
function eadres(pos){return(gonder+":"+usstr(pos));}
function iadres(pos){if (photo[pos].substring(0,1)=="-"){return('/turkish/z_kimdir/kk_gu_'+photo[pos].substring(1)+'.htm')} else  {return(eadres(pos))}}
function singlestr(pos){return("<a href="+eadres(pos)+" title='"+names[pos]+"'>"+usstr(pos)+"</a>");}
function single(pos){document.write(singlestr(pos));}
function photolink(pos){var imstr;var resstr;if (photo[pos]=='') {resstr="unknown_60x75.gif"} else {resstr=photo[pos]+'_60x75.jpg'}imstr="<a title='"+imagetitle+"' href="+eadres(pos)+"><img border=0 src='../../images/vesikalik/vsk_"+resstr+"'></a>";document.write(imstr)}
function imagedlink(pos){var imstr;imstr="<a title='"+imagetitle+"' href="+eadres(pos)+"><img border=0 src='"+linkim+"' width='14' height='16' align='right'></a>";document.write(imstr)}
function utable(){var tablestr;tablestr="<table border="+tableborder+" cellspacing="+tablecellspacing+" width="+tablewidth+" id="+tableid+" style='"+tablestyle+"'><tr><td width='100%' bgcolor="+headerback+" colspan='2' style='"+cellstyle+"'><span style='font-size: "+headerfontsize+"'>"+tblheader+"<span></td></tr>";for (i=0;i<names.length;i++){tablestr=tablestr+"<tr><td width='40%' bgcolor="+listback+" style='"+cellstyle+"'><a class=mmenu href="+iadres(i)+">"+names[i]+"</a></td><td width='60%' bgcolor="+listback+" style='"+cellstyle+"'>"+singlestr(i)+"</td></tr>"};tablestr=tablestr+"</table>";document.write(tablestr)}
function formact(){email.action=gonder+":"+users[0]+"@"+"geltag.com"}
function formactilan(){email.action=gonder+":ilan"+"@"+"geltag.com"}
function usrImageList(erm) {var col=0;var imstr;var opim;var resstr;document.write ('<div align="center"><center><table border="0" cellspacing="5" style="font-family: Arial; font-size: 8pt; font-weight: bold"><tr>');for (i=1;i<photo.length;i++){if (photo[i]=='') {resstr="unknown_60x75.gif"} else {if (photo[i].substring(0,1)=="-"){resstr=photo[i].substring(1)+'_60x75.jpg'}  else {resstr=photo[i]+'_60x75.jpg'}};imstr='<td align="center" valign="top" width="'+cellwidth+'" style="border:1px solid #C0C0C0; padding:5;" bgcolor="#F8F8F8"><a class=mmenu href="'+iadres(i)+'"><img border="0" src="/images/vesikalik/vsk_'+resstr+'" title="'+names[i]+'" ><br>'+names[i]+'</a></td>';if (col>imageperrow-1) {document.write ('</tr><tr>'+imstr);col=1} else {document.write (imstr);col=col+1}};document.write ('</tr></table></center></div>')}