<!--

document.write('<div CLASS="menbar1" ID="menbar1" STYLE="position: absolute; top: 150; visibility: hide; left: 43; width: 111; height: 173" zIndex="1000" ALIGN="left">')

var sitems=new Array()
var sitemlinks=new Array()

sitems[0]="Ana Sayfa"
sitems[1]="Kültür Yayınları"
sitems[2]="Tarihçe"
sitems[3]="Hizmetlerimiz"
sitems[4]="Amatörler &#304;çin"
sitems[5]="Fiyatlar&#305;m&#305;z"
sitems[6]="Kim Kimdir"
sitems[7]="Uyar&#305;"
sitems[8]="Linkler"
sitems[9]="Bize Ulaşın"


sitemlinks[0]="index.php"
sitemlinks[1]="http://kultur.park-foto.com"
sitemlinks[2]="hakkinda.php"
sitemlinks[3]="hizmet.php"
sitemlinks[4]="amator.php"
sitemlinks[5]="fiyat.php"
sitemlinks[6]="personel.php"
sitemlinks[7]="uyari.php"
sitemlinks[8]="link.php"
sitemlinks[9]="mail.php"

for (i=0;i<=sitems.length-1;i++)
document.write('<p style="line-height: 100%; word-spacing: 0; margin-top: 0; margin-bottom: 0"><a href='+sitemlinks[i]+'>'+'<span style="background-color: #000000"><b><font face="Tahoma" size="2" color="#FFFFCC">'+sitems[i]+'</font></span></a></b></p>')


document.write('</div>')


var JY = 0;

var wm = (document.layers) ? document.menbar1 : document.all.menbar1;

function change(wow) {

  if(document.layers) {
    if (wow == 1) {
      wm.visibility = "hide";
      wm = document.menbar2;
    }
    if (wow == 2) {
      wm.visibility = "hide";
      wm = document.menbar1;
    }
  }

  if (document.all) {
    if (wow == 1) {
      wm.style.display = "none";
      wm = document.all.menbar2;
    }
    if (wow == 2) {
      wm.style.display = "none";
      wm = document.all.menbar1;
    }
  }
}

function menbar() {

 if(document.layers) {
   JY = window.pageYOffset;
   wm.visibility = "hide";
   wm.top = JY;
   wm.visibility= "show";
 }

 if (document.all){
  if (navigator.appVersion.indexOf("Mac") == -1){
   wm.style.display = "none";
   JY = document.body.scrollTop;
   wm.style.top  = JY+150;
   wm.style.display = "";
  }
 }
}

setInterval("menbar()",100);
//-->