function init() {

  var img;

  myNavBar.create();
  myNavBar.invert();
  myNavBar.setzIndex(99);
  // Find the position of the embedded image and move bar accordingly, note
  // that we have to adjust for the table's cell padding.

  img = getImage("placeholder");
  myNavBar.moveTo(getImagePageLeft(img), getImagePageTop(img));

}

 	 var NScheck = (document.layers) ? 1 : 0;
     var IEcheck = (document.all) ? 1 : 0;

        function slay(layisim){
    			if (IEcheck){
				eval('document.all'+'["'+layisim+'"]'+'.style.visibility="visible"');
				}
    			if (NScheck){
				eval('document.layers'+'["'+layisim+'"]'+'.visibility="visible"');
				}
        }
        
        function hlay(layisim){
    			if (IEcheck){
                eval('document.all'+'["'+layisim+'"]'+'.style.visibility="hidden"');
				}
    			if (NScheck){
                eval('document.layers'+'["'+layisim+'"]'+'.visibility="hidden"');
				}
        }


function popupemta(url, gen, yuk){
eval(window.open(url,"hed","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizeable=1,width=" + gen + ",height=" + yuk + ",screenX=0,screenY=0,top=0,left=0"));
}
function popupopti(url, gen, yuk){
eval(window.open(url,"edek","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizeable=1,width=" + gen + ",height=" + yuk + ",screenX=3,screenY=3,top=3,left=3"));
}
function popupharita(url, gen, yuk){
eval(window.open(url,"hedee","toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=0,resizeable=1,width=" + gen + ",height=" + yuk + ",screenX=0,screenY=0,top=0,left=0"));
}
function popup(url, name, gen, yuk){
	eval(window.open(url,name,"toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizeable=0,width=" + gen + ",height=" + yuk + ",screenX=0,screenY=0,top=0,left=0"));
}
