function addbookmark(){
	bookmarkurl="http://www.aydinbilgisayar.com";
	bookmarktitle="aydinbilgisayar.com";
	if (document.all)
		window.external.AddFavorite(bookmarkurl,bookmarktitle);
}
function MM_openBrWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}
function PopUp(theURL,winName,features){
	window.open(theURL,winName,features);
}
function expandcontent(cid, aobject){
	for(var i=1;i<=6;i++){
		eval("var obje=document.getElementById('sc"+i+"')");
		eval("var objeLink=document.getElementById('rc"+i+"')");
		if(obje){
			obje.style.display="none";
			objeLink.className="normal";
		}
	}
	document.getElementById(cid).style.display="block";
	aobject.className="current";
}


function reklamdegis() {	
	expandcontent('sc'+iReklam, document.getElementById('rc'+iReklam));
	iReklam++;
	if (iReklam==7)
		iReklam = 1;			
}
function reklamgoster(i)  {
	iReklam = i;
	if (ivalReklam != null)
		clearInterval(ivalReklam);	
	
	for(var j=1;j<=6;j++){
		eval("var obje=document.getElementById('sc"+j+"')");
		eval("var objeLink=document.getElementById('rc"+j+"')");
		if(obje){
			//eval("var obje=document.getElementById('ldap_email_select')");
			obje.style.display="none";
			objeLink.className="normal";
		}		
	}
	eval("var obje=document.getElementById('sc"+i+"')");
	eval("var objeLink=document.getElementById('rc"+i+"')");
	if(obje){
		obje.style.display="block";
		objeLink.className="current";
	}
}

function reklambasla() {
	ivalReklam = setInterval(reklamdegis,3005);
}

var iReklam = 1;
var ivalReklam;
//[which tab (1=first tab), ID of tab content to display]:
var initialtab=[1, "sc1"];
//Turn menu into single level image tabs (completely hides 2nd level)?
var turntosingle=0; //0 for no (default), 1 for yes
//Disable hyperlinks in 1st level tab images?
var disabletablinks=0; //0 for no (default), 1 for yes