d=document;
bu='';
sagNasil='';
resimDizini='../images/';
butonDizini='../images/mB/';
anaArka1=butonDizini+'menuArka01.png';
anaArka2=butonDizini+'menuArka02.png';
anaArka3=butonDizini+'menuArka03.png';
anaArka4=butonDizini+'menuArka04.png';
kacTane=12;

menu1=menu2=menu3=menu4=menu5=menu6=menu7=menu8=menu9=menu10=menu11=menu12="";

function hBaslikYaz() {
hBaslik='';
hBaslik+='<table class="ztable" cellpadding=0 cellspacing=0 width="100%" style="background-image:URL(\'..\/images\/title\/t_i.png\'); height:90px; margin-bottom:5px;">';
hBaslik+='<tr>';
hBaslik+='<td style="background-image:URL(\'..\/images\/title\/t_i_sag.png\');  width:34px; height:90px;">&#160;<\/td><td><img src="..\/images\/title\/arcadia_logo_enkucuk_trans_PDF.png" vspace="0" hspace="0" alt="ArcadiA YachtinG - LoGo"><\/td>';
hBaslik+='<td style="height:90px;" align="center"><img src="..\/images\/title\/dumen_anim1.gif" vspace="0" hspace="0" alt="" align="top" style="margin-top:20px;"><img src="..\/images\/title\/title.png" vspace="0" hspace="0" alt="ArcadiA YachtinG - Today, Tomorrow & Towards!"><img src="..\/images\/title\/dumen_anim2.gif" vspace="0" hspace="0" style="margin-top:20px;" alt=""  align="top" style="margin-top:28px;"><\/td><td><img src="..\/images\/title\/arcadia_logo_enkucuk_trans_ters_PDF.png" vspace="0" hspace="0" alt="ArcadiA YachtinG - LoGo"><\/td>';
hBaslik+='<td style="background-image:URL(\'..\/images\/title\/t_i_sol.png\'); width:34px; height:90px;">&#160;<\/td>';
hBaslik+='<\/tr>';
hBaslik+='<\/table>';
document.write(hBaslik);
hBaslik='';
}

function oMo(tip,ne,okimo) {

	if (ne==1) {
	renk="#003366";
		if (tip =="1") {
		resim="url("+anaArka2+")";
		} else {
		resim="url("+anaArka4+")";
		}

	} else {
	renk="#663300";
		if (tip=="1") {
		resim="url("+anaArka1+")";
		} else {
		resim="url("+anaArka3+")";
		}

	}

    d.getElementById(okimo).style.backgroundImage=resim;

    d.getElementById(okimo).style.color=renk;
 //DEBUG	alert(d.getElementById(okimo).style.backgroundImage);
}

    function menuAc(kim) {

    //okim='menu'+kim;
    re = /ana/gi;
	newstr=kim.replace(re, "menu");
    pozisyon=eval(newstr+'.acik')

	    for (don=1; don<kacTane; don++) {
        	if ('menu'+don != newstr) {
        	kimo="menu"+don;
        	//alert (kimo);
        	d.getElementById(kimo).style.display="none";
        	eval('menu'+don+'.acik=0');
        	}
	    } //for

	//DEBUG    alert(pozisyon);
 	if (eval(newstr+'.acik')==1) {
 	atama="none";
 	eval(newstr+'.acik=0');
 	renk="#663300"
 	} else {
 	atama="block";
 	eval(newstr+'.acik=1');
 	renk="#003366";
 	}

    d.getElementById(newstr).style.display=atama;
    d.getElementById(newstr).style.color=renk;

//DEBUG    alert(d.getElementById(newstr).style.display);
	} //function
