var strPath = location.pathname;
new_array=strPath.split("/");

if (new_array.length<=2){
    VirtualFolder="";
}else if(new_array.length>2){
    VirtualFolder="/"+new_array[1];
}
//alert(VirtualFolder);
//VirtualFolder="/metrolite";
//alert(VirtualFolder);


var elArr = new Array();
function getElementByClassName(classname) {
    var allEl = document.all;
    for (var i=0; i < allEl.length; i++) {
        if (allEl[i].className == classname) {
        //elArr[i] = allEl[i];alert(i);
        }
    }
    //alert (elArr.length);
}



function setNewStyle(){
    var browserName=navigator.appName; 
    var browserVersion=navigator.appVersion;
    var version=parseFloat(browserVersion);        
        
    if (browserName=="Netscape"){ 
        document.getElementById('TopOfPage').style.left = "460px";
    }else if(browserName=="Microsoft Internet Explorer"){
        alert('bbbb');
    }
}

function correctPNG() // correctly handle PNG transparency in Win IE 5.5 & 6.
{
   var arVersion = navigator.appVersion.split("MSIE")
   var version = parseFloat(arVersion[1])
   if ((version >= 5.5) && (document.body.filters)) 
   {
      for(var i=0; i<document.images.length; i++)
      {
         var img = document.images[i]
         var imgName = img.src.toUpperCase()
         if (imgName.substring(imgName.length-3, imgName.length) == "PNG")
         {
            var imgID = (img.id) ? "id='" + img.id + "' " : ""
            var imgClass = (img.className) ? "class='" + img.className + "' " : ""
            var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
            var imgStyle = "display:inline-block;" + img.style.cssText 
            if (img.align == "left") imgStyle = "float:left;" + imgStyle
            if (img.align == "right") imgStyle = "float:right;" + imgStyle
            if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle
            var strNewHTML = "<span " + imgID + imgClass + imgTitle
            + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";"
            + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
            + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>" 
            img.outerHTML = strNewHTML
            i = i-1
         }
      }
   }    
}








function initScrollLayer() {
  //var wndo = new dw_scrollObj('wn1', 'lyr1');
  //wndo.setUpScrollbar("dragBar", "track", "v", 1, 1);
  //dw_scrollObj.GeckoTableBugFix('wn1'); 
  
  //var wndo2 = new dw_scrollObj('wn2', 'lyr2', null);
  //dw_scrollObj.GeckoTableBugFix('wn2');
}



function RemoveDiv (DivId){
	document.getElementById(DivId).style.display = "none";
	document.getElementById(DivId).style.height = 0;
	document.getElementById(DivId).style.height = 0;
}

function HideContent(d) {
    document.getElementById(d).style.display = "none";
}

function ShowContent(d) {
    document.getElementById(d).style.display = "block";
}

function ReverseDisplay(d) {
    if(document.getElementById(d).style.display == "none") { document.getElementById(d).style.display = "block"; }
    else { document.getElementById(d).style.display = "none"; }
}





<!--hiding from old browser
function MM_reloadPage(init) {  //Updated by PVII. Reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function P7_Snap() { //v2.63 by PVII
 var x,y,ox,bx,oy,p,tx,a,b,k,d,da,e,el,tw,q0,xx,yy,w1,pa='px',args=P7_Snap.arguments;a=parseInt(a);
 if(document.layers||window.opera){pa='';}for(k=0;k<(args.length);k+=4){
 if((g=MM_findObj(args[k]))!=null){if((el=MM_findObj(args[k+1]))!=null){
 a=parseInt(args[k+2]);b=parseInt(args[k+3]);x=0;y=0;ox=0;oy=0;p="";tx=1;
 da="document.all['"+args[k]+"']";if(document.getElementById){
 d="document.getElementsByName('"+args[k]+"')[0]";if(!eval(d)){
 d="document.getElementById('"+args[k]+"')";if(!eval(d)){d=da;}}
 }else if(document.all){d=da;}if(document.all||document.getElementById){while(tx==1){
 p+=".offsetParent";if(eval(d+p)){x+=parseInt(eval(d+p+".offsetLeft"));y+=parseInt(eval(d+p+".offsetTop"));
 }else{tx=0;}}ox=parseInt(g.offsetLeft);oy=parseInt(g.offsetTop);tw=x+ox+y+oy;
 if(tw==0||(navigator.appVersion.indexOf("MSIE 4")>-1&&navigator.appVersion.indexOf("Mac")>-1)){
  ox=0;oy=0;if(g.style.left){x=parseInt(g.style.left);y=parseInt(g.style.top);}else{
  w1=parseInt(el.style.width);bx=(a<0)?-5-w1:-10;a=(Math.abs(a)<1000)?0:a;b=(Math.abs(b)<1000)?0:b;
  x=document.body.scrollLeft+event.clientX+bx;y=document.body.scrollTop+event.clientY;}}
 }else if(document.layers){x=g.x;y=g.y;q0=document.layers,dd="";for(var s=0;s<q0.length;s++){
  dd='document.'+q0[s].name;if(eval(dd+'.document.'+args[k])){x+=eval(dd+'.left');y+=eval(dd+'.top');
  break;}}}e=(document.layers)?el:el.style;xx=parseInt(x+ox+a),yy=parseInt(y+oy+b);
 if(navigator.appVersion.indexOf("MSIE 5")>-1 && navigator.appVersion.indexOf("Mac")>-1){
  xx+=parseInt(document.body.leftMargin);yy+=parseInt(document.body.topMargin);}
 e.left=xx+pa;e.top=yy+pa;}}}
}

function P7_ReDoIt() { //v1.21 by PVII
 if(document.layers) {MM_reloadPage(false);}
}

function P7_autoLayers() { //v1.2 by PVII
 var g,b,k,f,args=P7_autoLayers.arguments;
 var a = parseInt(args[0]);if(isNaN(a))a=0;
 if(!document.p7setc) {p7c=new Array();document.p7setc=true;
  for (var u=0;u<10;u++) {p7c[u] = new Array();}}
 for(k=0; k<p7c[a].length; k++) {
  if((g=MM_findObj(p7c[a][k]))!=null) {
   b=(document.layers)?g:g.style;b.visibility="hidden";}}
 for(k=1; k<args.length; k++) {
  if((g=MM_findObj(args[k])) != null) {
   b=(document.layers)?g:g.style;b.visibility="visible";f=false;
   for(j=0;j<p7c[a].length;j++) {
    if(args[k]==p7c[a][j]) {f=true;}}
  if(!f) {p7c[a][p7c[a].length++]=args[k];}}}
}

function P7_hideDiv(evt) { //v1.2 by PVII
 var b,relT,mT=false; 
 if(document.layers){b=evt.target;if(b.p7aHide){
  b.visibility="hidden";}else{routeEvent(evt);}
 }else if(document.all&&!window.opera){b=event.srcElement;
  while(b!=null){if(b.tagName=="DIV" && b.p7ahD){mT=true;break;}b=b.parentElement;}
  if(!b.contains(event.toElement)){b.style.visibility="hidden";}
 }else if(document.getElementById){b=evt.currentTarget;relT=evt.relatedTarget;
  while(relT!=null){if(b==relT){mT=true;break;}
  relT=relT.parentNode;}if(!mT){b.style.visibility="hidden";}}
}

function P7_autoHide() { //v1.2 by PVII
 var i,g,args=P7_autoHide.arguments;
 for(i=0;i<args.length;i++){if((g=MM_findObj(args[i]))!=null){
  g.p7aHide=true;if(document.layers){
  g.captureEvents(Event.MOUSEOUT);}g.onmouseout=P7_hideDiv;g.p7ahD=true;}}
}

function pviiW3Cbg(obj, pviiColor) { //v1.1 by Project VII
	obj.style.backgroundColor=pviiColor
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function MM_validateForm() { //v4.0
  var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
  for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
    if (val) { nm=val.name; if ((val=val.value)!="") {
      if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
        if (p<1 || p==(val.length-1)) errors+='- '+nm+' geçerli bir email adresi giriniz.\n';
      } else if (test!='R') { num = parseFloat(val);
        if (isNaN(val)) errors+='- '+nm+' geçerli bir sayı giriniz\n';
        if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
          min=test.substring(8,p); max=test.substring(p+1);
          if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
    } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' alanını lütfen doldurunuz.\n'; }
  } if (errors) alert('Asagidaki alan/alanlarda hata bulundu, lütfen geçerli bir mesaj yazınız.\n'+errors);
  document.MM_returnValue = (errors == '');
}



function ChangeContent(sObj1,sObj1p, sObj2, sObj2p, sObj3, sObj3p, sObj4, sObj4p, sObj5, sObj5p){
    
    if(sObj1!=null)
        document.getElementById(sObj1).src = sObj1p;
    
    if(sObj2!=null)
        document.getElementById(sObj2).innerHTML = sObj2p;
    
    if(sObj3!=null)
        document.getElementById(sObj3).innerHTML = sObj3p;
    
    if(sObj4!=null)
        document.getElementById(sObj4).href = sObj4p;
    
    if(sObj5!=null)
        document.getElementById(sObj5).href = sObj5p;
}


function TabSelectedChange(obj, selIndex, itemCount){    
    var menuItem,divItem;
    
    for(var i=1;i<itemCount+1;i++){
        
        menuItem = obj+"-item"+i;
        divItem = obj+"-div"+i;
        
        if(i==selIndex){
            document.getElementById(menuItem).className = 'Active';
            document.getElementById(divItem).style.display = 'block';
        }else{
            document.getElementById(menuItem).className = '';
            document.getElementById(divItem).style.display = 'none';
        }
    }
}
    
    
function makeDefaultPage(){
	if ( document.all ){
		document.body.style.behavior = 'url(#default#homepage)';
		document.body.setHomePage( 'http://www.abbasguclu.com.tr/' );
	}else if( window.sidebar ){
		window.sidebar.addPanel( 'Abbas Guclu', 'http://www.abbasguclu.com.tr/', "" );
		//alert( "Lütfen 'CTRL + D' tuşlarına basın." );		
	}
}
// hiding end here-->



//JW FLV Player External JS Control
var player = null;
function playerReady(thePlayer) {
    player = window.document[thePlayer.id];
}
//JW FLV Player External JS Control


//Textarea field max length control
function checkMaxFieldTextarea(field, maxlimit) 
{
	if (document.getElementById(field).value.length > maxlimit)
		document.getElementById(field).value = document.getElementById(field).value.substring(0, maxlimit);
}
//Textarea field max length control




//SearchBox
function searchBoxClearText(textField, text)
{
	if(document.getElementById(textField).value == text)
		document.getElementById(textField).value = '';
}

function searchBoxSetText(textField, text)
{
	if(document.getElementById(textField).value == "")
		document.getElementById(textField).value = text;
}
//SearchBox


//Main News Show
flagMainNewsShow = 0;

function MainNewsShow(d)
{
    flagMainNewsShow = 0;
    
    document.getElementById(d).style.display = "block";
    for(i = 1; i<9; i++)
    {
        if('Div_Egitim' + i != d)
            document.getElementById('Div_Egitim' + i).style.display = "none";
    }
    
    if(flagMainNewsShow == 0)
        setTimeout('MainNewsShowHideAll()',10000)
}
 
function MainNewsShowHideAll()
{
    for(i = 1; i<9; i++)
        document.getElementById('Div_Egitim' + i).style.display = "none";
        
    flagMainNewsShow = 1;
}
//Main News Show