function getObjHeight(varObj_id)
{  
 alert ('deneme');
 var heightObj=document.getElementById(varObj_id);
 if (heightObj==null) return;
 //var Objheight=heightObj.style.height;
 alert (heightObj.id); 
 return heightObj.style.height;  
}  

function hider(hideObj_id)  
{  

 var hideObj=document.getElementById(hideObj_id);
 if (hideObj==null) return;
 hideObj.style.visibility = "hidden";  
}  

function shower (ShowerObj_id)  
{  
  var ShowObj=document.getElementById(ShowerObj_id);
  if (ShowObj==null) return;
	ShowObj.style.visibility = "";

}  

//menu  
function over_effect(e,state){
if (document.all)
source4=event.srcElement
else if (document.getElementById)
source4=e.target="main"
if (source4.className=="menulines")
source4.style.borderStyle=state
else{
while(source4.tagName!="TABLE"){
source4=document.getElementById? source4.parentNode : source4.parentElement
if (source4.className=="menulines")
source4.style.borderStyle=state
}
}
}

//e_belediye sayfasına geciş kontrolü ve status bar mesajı 
// <!-- Kod gizleme başlangıcı

    function durum(){
    		window.status="Arıt Belediye Başkanlığı";
    }

		 function boyutkontrol() {
  	 var browser=navigator.appName
  	 var c1=screen.width
  	 var c2=screen.height
			 
		 if ((c1 < 800) && (c2 < 600)){
	   	 		alert("E-Belediye sayfasının düzgün görülebilmesi için en az 800x600 çözünürlük gereklidir.")	 
		 			}
	  			window.open("http://uye.izmir.torbali.e-bel.com","ebelediye","top=0,left=0, fullscreen=yes, scrollbars=auto,alwaysRaised");
		 }

// Kod gizleme sonu -->

function SymError()
{
 return true;
}
window.onerror = SymError;

