 














<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->



<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->




 <!--
function flashci(swf,w,h,bgcolor){
	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
			'width', w,
			'height', h,
			'src', swf,
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'transparent',
			'devicefont', 'false',
			'id', swf,
			'bgcolor', bgcolor,
			'name', swf,
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', swf,
			'salign', ''
			); //end AC code
	}
	}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->

 
 
 
 
 PositionX = 100;
PositionY = 100;
defaultWidth  = 500;
defaultHeight = 415;
var AutoClose = true;
if (parseInt(navigator.appVersion.charAt(0))>=4){
var isNN=(navigator.appName=="Netscape")?1:0;
var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}
var optNN='scrollbars=no,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY;
var optIE='scrollbars=no,width=150,height=100,left='+PositionX+',top='+PositionY;
function popImage(imageURL,imageTitle){
if (isNN){imgWin=window.open('about:blank','',optNN);}
if (isIE){imgWin=window.open('about:blank','',optIE);}
with (imgWin.document){
writeln('<html><head><title>Yükleniyor...</title><style>body{margin:0px;}</style>');writeln('<sc'+'ript>');
writeln('var isNN,isIE;');writeln('if (parseInt(navigator.appVersion.charAt(0))>=4){');
writeln('isNN=(navigator.appName=="Netscape")?1:0;');writeln('isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}');
writeln('function reSizeToImage(){');writeln('if (isIE){');writeln('window.resizeTo(100,100);');
versione=navigator.appVersion;
if (versione.search('MSIE 7.0') !=-1){
writeln('width=250-(document.body.clientWidth-document.images[0].width);');
}
else{writeln('width=122-(document.body.clientWidth-document.images[0].width);');}
writeln('height=100-(document.body.clientHeight-document.images[0].height);');
writeln('window.resizeTo(width,height);}');writeln('if (isNN){');       
writeln('window.innerWidth=document.images["Photo Gallery"].width;');writeln('window.innerHeight=document.images["Photo Gallery"].height;}}');
writeln('function doTitle(){document.title="'+imageTitle+'";}');writeln('</sc'+'ript>');
if (!AutoClose) writeln('</head><body bgcolor=000000 scroll="no" onload="reSizeToImage();doTitle();self.focus()">')
else writeln('</head><body bgcolor=000000 scroll="no" onload="reSizeToImage();doTitle();self.focus()" onclick="self.close()">');
writeln('<img name="Photo Gallery" src='+imageURL+' style="display:block"></body></html>');
close();		
}}

 
 
 
 
 <!-- Begin
function currencyFormat(fld, milSep, decSep, e) {
var sep=0;var key='';var i=j=0;var len=len2=0;var strCheck='0123456789';var aux=aux2='';var whichCode=(window.Event)?e.which:e.keyCode;
if(whichCode==13)return true; key=String.fromCharCode(whichCode);if(strCheck.indexOf(key)==-1)return false;
len=fld.value.length;for(i=0;i<len;i++){if((fld.value.charAt(i)!='0')&&(fld.value.charAt(i)!=decSep))break;}aux='';for(;i<len;i++)if (strCheck.indexOf(fld.value.charAt(i))!=-1) aux+=fld.value.charAt(i);aux+=key;len=aux.length;if(len==0)fld.value='';if(len==1||len==2||len==3)fld.value=aux;
if(len>3){aux2='';for(j=0,i=len-4;i>=0;i--){if(j==3){aux2+=milSep;j=0;}aux2+=aux.charAt(i);j++;}fld.value='';len2=aux2.length;for(i=len2;i>=0;i--)fld.value+=aux2.charAt(i);fld.value+=decSep+aux.substr(len-3,len);}return false;}
// End -->
 
 
 
 
 
 
  nereidFadeObjects = new Object();
nereidFadeTimers = new Object();
function nereidFade(object, destOp, rate, delta){
if (!document.all)
return
    if (object != "[object]"){  //do this so I can take a string too
        setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
        return;
    }
        clearTimeout(nereidFadeTimers[object.sourceIndex]);
    diff = destOp-object.filters.alpha.opacity;
    direction = 1;
    if (object.filters.alpha.opacity > destOp){
        direction = -1;
    }
    delta=Math.min(direction*diff,delta);
    object.filters.alpha.opacity+=direction*delta;

    if (object.filters.alpha.opacity != destOp){
        nereidFadeObjects[object.sourceIndex]=object;
nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
    }
}
 
 <!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->



<!--
function setshw(par, lay, size) {
  var obj = document.getElementById(setshw.arguments[1]);
  if(navigator.appName.substring(0,9)=="Microsoft")
  {
    obj.style.left = event.x - event.offsetX + document.body.scrollLeft;
    obj.style.top  = event.y - event.offsetY + document.body.scrollTop + size;
  }
  else
  {
    obj.style.left = par.offsetLeft + "px";
    obj.style.top  = par.offsetTop + size + "px";
  }
  obj.style.display ='block';
}
function shwlay(lay)
{
  var obj = document.getElementById(shwlay.arguments[0]);
  obj.style.display='block';
}
function hidlay(lay)
{
  var obj = document.getElementById(hidlay.arguments[0]);
  obj.style.display='none';
}
//-->
