function vscroll_data0()
{
	this.enable_visual_design_mode = true;
 	this.container_width = 203
	this.container_height = 80
	this.top_pause_offset = 10
	this.initial_scroll_delay = 0
	this.animation_delay = 98
	this.animation_jump = 2
	this.animation_delay_mac = 100
	this.animation_jump_mac = 10
	this.container_styles = ""
	//this.item_link_styles = "margin-bottom:0px; color:#1e51c8; text-align:; font-family:Arial; font-size:13px; font-weight:; text-decoration:none; border-style:none; border-color:; border-width:0px; padding-top:; padding-right:; padding-bottom:; padding-left:; "
	this.item_link_hover_styles = "text-decoration:none; "
	this.item_styles = "margin-bottom:7px;"

}

function mClk(url){ 
	location = url ;
	
}

var baseopacity=85

function temiz(which2){
imgobj=which2
browserdetect=which2.filters? "ie" : typeof which2.style.MozOpacity=="string"? "mozilla" : ""
instantset(baseopacity)
highlighting=setInterval("gradualfade(imgobj)",50)
}

function kapat(which2){
cleartimer()
instantset(baseopacity)
}

function instantset(degree){
if (browserdetect=="mozilla")
imgobj.style.MozOpacity=degree/100
else if (browserdetect=="ie")
imgobj.filters.alpha.opacity=degree
}

function cleartimer(){
if (window.highlighting) clearInterval(highlighting)
}

function gradualfade(cur2){
if (browserdetect=="mozilla" && cur2.style.MozOpacity<1)
cur2.style.MozOpacity=Math.min(parseFloat(cur2.style.MozOpacity)+0.1, 0.99)
else if (browserdetect=="ie" && cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)
}


//:)
var eventHandler = function(){
	var args = this.eventHandler.arguments;
	if(document.attachEvent){
		args[0].attachEvent('on'+ args[1], args[2]);
	}
	else if(document.addEventListener){
		args[0].addEventListener(args[1], args[2], false);
	}
	else{
		return;
	}
};

var $ = function(o){
	return document.getElementById(o);
}


function displaylimit(theform,thelimit){
var limit_text='<b><span id="'+theform.toString()+'">'+thelimit+'</span></b> Karakter'
if (document.all||ns6)
document.write(limit_text)
if (document.all){
eval(theform).onkeypress=function(){ return restrictinput(thelimit,event,theform)}
eval(theform).onkeyup=function(){ countlimit(thelimit,event,theform)}
}
else if (ns6){
document.body.addEventListener('keypress', function(event) { restrictinput(thelimit,event,theform) }, true); 
document.body.addEventListener('keyup', function(event) { countlimit(thelimit,event,theform) }, true); 
}
}





<!-- YeniPencere
	function YeniPencere(mypage, myname, w, h, scroll)
	{
		var winl = (screen.width - w) / 2;
		var wint = (screen.height - h) / 2;
		winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
		win = window.open(mypage, myname, winprops)
		if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
	}
//-->


function Esitle(){
   var anagovdesol  = document.getElementById('anagovdesol');
   var anagovdesag  = document.getElementById('anagovdesag');
   var tbsolac      = document.getElementById('tbsolac');

  var _sol = parseInt(document.getElementById('_sol').offsetHeight);
  var _sag = parseInt(document.getElementById('_sag').offsetHeight);

   if(_sol < _sag){
      anagovdesol.style.height = _sag + 'px';
      anagovdesag.style.height = _sag + 'px';
   }
   else {
      anagovdesol.style.height = _sol + 'px';
      anagovdesag.style.height = _sol + 'px';
   }
}

//sniper yazdı :)
timer = null;
function yukari() {
	scrol = document.body.scrollTop;	

	if(scrol>0) {
		document.body.scrollTop-=50;
		timer = setTimeout("yukari()",10);
	} else {
		clearTimeout(timer);
	}
}

function formHandler(){
var URL = document.form.sorubolumu.options[document.form.sorubolumu.selectedIndex].value;
URL = "?cat="+URL;
window.location.href = URL;
}

function Katla(katman){
   var katman = document.getElementById(katman);

   if(document.defaultView && typeof(document.defaultView.getComputedStyle) == 'function') display = document.defaultView.getComputedStyle(katman,'').getPropertyValue('display');
   else if(katman.currentStyle) display = katman.currentStyle['display'];

   if(display == 'none') katman.style.display = 'block';
   else katman.style.display = 'none';
    Esitle()
}

acikKatman = null
function saklagoster(katman,Is){

if (Is=='ana'){ var katman = document.getElementById(katman); }
else var katman = parent.document.getElementById(katman);


if(document.defaultView && typeof(document.defaultView.getComputedStyle) == 'function') display = document.defaultView.getComputedStyle(katman,'').getPropertyValue('display');
   else if(katman.currentStyle) display = katman.currentStyle['display'];
	if (acikKatman)	{
		acikKatman.style.display='none';}
   if(display == 'none') {katman.style.display = 'block'; acikKatman = katman; }
   else katman.style.display = 'none';
   
 if (Is=='ana'){esle('agsol','agsag');}
 else parent.esle('agsol','agsag'); 
	
	}


function Katla2(katman){
   var katman = parent.document.getElementById(katman);

   if(document.defaultView && typeof(document.defaultView.getComputedStyle) == 'function') display = document.defaultView.getComputedStyle(katman,'').getPropertyValue('display');
   else if(katman.currentStyle) display = katman.currentStyle['display'];

   if(display == 'none') katman.style.display = 'block';
   else katman.style.display = 'none';
   
    parent.Esitle();
   
   
}


function Katlat(katman){
   var katman = document.getElementById(katman);
   if(document.defaultView && typeof(document.defaultView.getComputedStyle) == 'function') display = document.defaultView.getComputedStyle(katman,'').getPropertyValue('display');
   else if(katman.currentStyle) display = katman.currentStyle['display'];
   if(display == 'none') katman.style.display = 'block';
   else katman.style.display = 'none';
}


function kapa(katman){
   var katman = document.getElementById(katman);
   if(document.defaultView && typeof(document.defaultView.getComputedStyle) == 'function') display = document.defaultView.getComputedStyle(katman,'').getPropertyValue('display');
   else if(katman.currentStyle) display = katman.currentStyle['display'];
   katman.style.display = 'none'


}

function ac(katman) {
	var katman = document.getElementById(katman);

   if(document.defaultView && typeof(document.defaultView.getComputedStyle) == 'function') display = document.defaultView.getComputedStyle(katman,'').getPropertyValue('display');
   else if(katman.currentStyle) display = katman.currentStyle['display'];
	katman.style.display = 'block'
}

function IsNumeric(nesne)
{
var ValidChars = "0123456789.";
var IsNumber=true;
var Char;

for (i = 0; i < nesne.value.length && IsNumber == true; i++) 
{ 
Char = nesne.value.charAt(i); 
if (ValidChars.indexOf(Char) == -1) 
{
// alert('Lütfen Sadece Sayısal Değer Giriniz')
nesne.value = nesne.value.substring(0,i);
break;
}
}
return IsNumber;

}

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];}}
}

