function NavMUp(eItem){
	top.location.href= findTag(eItem).getAttribute("HREF")
}

function roller(geldi) {
	document.all[""+geldi+""].src = "images/"+geldi+"_on.gif";
}
function roller2(geldi) {
	document.all[""+geldi+""].src = "images/"+geldi+"_off.gif";
}
function roller3(geldi) {
	document.all[""+geldi+""].src = "images/"+geldi+"_over.gif";
}

var say = new Array(8);

say[0] = new Array(0,0,0,0,0,0,0,0)
say[1] = new Array(1,0,0,0,0,0,0,0)
say[2] = new Array(0,1,0,0,0,0,0,0)
say[3] = new Array(1,0,1,0,0,0,0,0)
say[4] = new Array(1,0,0,1,0,0,0,0)
say[5] = new Array(1,0,0,0,1,0,0,0)
say[6] = new Array(1,0,0,0,0,1,0,0)
say[7] = new Array(0,0,0,0,0,0,1,0)

function tacim(x) {
var v = "visible";
var h = "hidden";
for (i=0;i<say[x].length;i++) {
	s = (say[x][i] == 0) ? h : v;
	menuName = "menuLayer" + i;
	showHide(menuName);
	}
}
var bekle;
function renew(y) {
clearTimeout(bekle);
x = y;
z = (y == 0) ? 500 : 100;
bekle = setTimeout('tacim(x)',z);
}

if (navigator.appName == "Netscape") {layerStyleRef="layer."; layerRef="document.layers"; styleSwitch="";}
	else {layerStyleRef="layer.style."; layerRef="document.all"; styleSwitch=".style";}

function showHide(menuName) {
eval(layerRef + '["' + menuName + '"]' + styleSwitch + '.visibility="'+ s +'"');
}

function findTag(eItem) {
	var objATag = new Object();
	objATag = eItem.all.tags("A").item(0)
	return objATag;
}

function NavMUp(eItem){
	top.location.href= findTag(eItem).getAttribute("HREF")
}

function Color(nesne,renk) 
{
  nesne.style.backgroundColor = renk;
  nesne.style.color="ffffff";
  nesne.style.cursor="hand";
}
function FontColor1(clr1) 
{
  clr1.style.color="ffffff";
}
function FontColor2(clr2) 
{
  clr2.style.color="000000";
}
// - - - - - - -


document.write("<div style=\"position:absolute; top:74px; left:0px;\">");
document.write("<table width=\"770\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"30\" background=\"images/gradient.gif\">");
document.write("	<tr>");
document.write("		<td width=\"10\" bgcolor=\"#B0E6F9\"><img src=\"images/spacer.gif\" width=\"10\" height=\"2\"></td>");
document.write("		<td width=\"95\"><a href=\"index.php\" onMouseOver=\"roller3(\'nav_anasayfa\'); renew(0);\" onMouseOut=\"roller2(\'nav_anasayfa\'); renew(0);\"><img name=\"nav_anasayfa\" border=\"0\" src=\"images/nav_anasayfa_off.gif\" width=\"95\" height=\"30\"></a></td>");
document.write("		<td width=\"2\" bgcolor=\"#C6C0ED\"><img src=\"images/spacer.gif\" width=\"2\" height=\"2\"></td>");
document.write("		<td width=\"126\"><a href=\"giris.php\" onMouseOver=\"roller3(\'nav_sp\'); renew(7);\" onMouseOut=\"roller2(\'nav_sp\'); renew(0);\"><img name=\"nav_sp\" border=\"0\" src=\"images/nav_sp_off.gif\" width=\"126\" height=\"30\"></a></td>");
document.write("		<td width=\"2\" bgcolor=\"#C6C0ED\"><img src=\"images/spacer.gif\" width=\"2\" height=\"2\"></td>");
document.write("		<td width=\"116\"><a href=\"referanslar.php\" onMouseOver=\"roller3(\'nav_ref\'); renew(0);\" onMouseOut=\"roller(\'nav_ref\'); renew(0);\"><img name=\"nav_ref\" border=\"0\" src=\"images/nav_ref_on.gif\" width=\"116\" height=\"30\"></a></td>");
document.write("		<td width=\"2\" bgcolor=\"#C6C0ED\"><img src=\"images/spacer.gif\" width=\"2\" height=\"2\"></td>");
document.write("		<td width=\"96\"><a href=\"iptabanli.php\" onMouseOver=\"roller3(\'nav_sist\'); renew(1);\" onMouseOut=\"roller2(\'nav_sist\'); renew(0);\"><img name=\"nav_sist\" border=\"0\" src=\"images/nav_sist_off.gif\" width=\"96\" height=\"30\"></a></td>");
document.write("		<td width=\"2\" bgcolor=\"#C6C0ED\"><img src=\"images/spacer.gif\" width=\"2\" height=\"2\"></td>");
document.write("		<td width=\"56\"><a href=\"akm.php\" onMouseOver=\"roller3(\'nav_akm\'); renew(0);\" onMouseOut=\"roller2(\'nav_akm\'); renew(0);\"><img name=\"nav_akm\" border=\"0\" src=\"images/nav_akm_off.gif\" width=\"56\" height=\"30\"></a></td>");
document.write("		<td width=\"2\" bgcolor=\"#C6C0ED\"><img src=\"images/spacer.gif\" width=\"2\" height=\"2\"></td>");
document.write("		<td width=\"80\"><a href=\"kademe.php\" onMouseOver=\"roller3(\'nav_kademe\'); renew(0);\" onMouseOut=\"roller2(\'nav_kademe\'); renew(0);\"><img name=\"nav_kademe\" border=\"0\" src=\"images/nav_kademe_off.gif\" width=\"80\" height=\"30\"></a></td>");
document.write("		<td width=\"2\" bgcolor=\"#C6C0ED\"><img src=\"images/spacer.gif\" width=\"2\" height=\"2\"></td>");
document.write("		<td width=\"70\"><a href=\"uyegiris.php\" onMouseOver=\"roller3(\'nav_uyelik\'); renew(2);\" onMouseOut=\"roller2(\'nav_uyelik\'); renew(0);\"><img name=\"nav_uyelik\" border=\"0\" src=\"images/nav_uyelik_off.gif\" width=\"70\" height=\"30\"></a></td>");
document.write("		<td width=\"2\" bgcolor=\"#C6C0ED\"><img src=\"images/spacer.gif\" width=\"2\" height=\"2\"></td>");
document.write("		<td width=\"107\"><a href=\"ulasim.php\" onMouseOver=\"roller3(\'nav_ulasim\'); renew(0);\" onMouseOut=\"roller2(\'nav_ulasim\'); renew(0);\"><img name=\"nav_ulasim\" border=\"0\" src=\"images/nav_ulasim_off.gif\" width=\"107\" height=\"30\"></a></td>");
document.write("	</tr>");
document.write("</table>");
document.write("</div>");


document.write("<div id=\"menuLayer0\" style=\"position:absolute; z-index:50; visibility:hidden; top:104px; left:353px;\">");
document.write("<table width=\"270\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("	<tr onMouseOver=\"Color(this,\'#08698F\'); renew(1);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"10\" bgcolor=\"#08698F\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0C96CD\'); renew(3);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\" bgcolor=\"#08698F\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<img src=\"images/menu_head.gif\" width=\"7\" height=\"6\" border=\"0\"><a href=\"iptabanli.php\" class=\"w10px\">&nbsp;Kapali Devre Kamera Izleme Sistemleri</a><img src=\"images/spacer.gif\" width=\"15\" height=\"1\" border=\"0\"><img src=\"images/menu_beyazok.gif\" width=\"3\" height=\"5\" border=\"0\"></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#08698F\'); renew(1);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"5\" bgcolor=\"#08698F\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0C96CD\'); renew(4);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\" bgcolor=\"#08698F\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<img src=\"images/menu_head.gif\" width=\"7\" height=\"6\" border=\"0\"><a href=\"konvansiyonel.php\" class=\"w10px\">&nbsp;Yangin Algilama ve Ihbar Sistemleri</a><img src=\"images/spacer.gif\" width=\"34\" height=\"1\" border=\"0\"><img src=\"images/menu_beyazok.gif\" width=\"3\" height=\"5\" border=\"0\"></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#08698F\'); renew(1);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"5\" bgcolor=\"#08698F\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0C96CD\'); renew(5);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\" bgcolor=\"#08698F\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<img src=\"images/menu_head.gif\" width=\"7\" height=\"6\" border=\"0\"><a href=\"kartligecis.php\" class=\"w10px\">&nbsp;Geçis Kontrol Sistemleri</a><img src=\"images/spacer.gif\" width=\"103\" height=\"1\" border=\"0\"><img src=\"images/menu_beyazok.gif\" width=\"3\" height=\"5\" border=\"0\"></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#08698F\'); renew(1);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"5\" bgcolor=\"#08698F\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0C96CD\'); renew(1);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\" bgcolor=\"#08698F\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<img src=\"images/menu_head.gif\" width=\"7\" height=\"6\" border=\"0\"><a href=\"cevreguvenlik.php\" class=\"w10px\">&nbsp;Çevre Güvenlik Sistemleri</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#08698F\'); renew(1);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"5\" bgcolor=\"#08698F\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0C96CD\'); renew(1);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\" bgcolor=\"#08698F\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<img src=\"images/menu_head.gif\" width=\"7\" height=\"6\" border=\"0\"><a href=\"hirsizalarm.php\" class=\"w10px\">&nbsp;Elektronik Hirsiz Alarm Sistemleri</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#08698F\'); renew(1);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"5\" bgcolor=\"#08698F\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0C96CD\'); renew(6);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\" bgcolor=\"#08698F\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<img src=\"images/menu_head.gif\" width=\"7\" height=\"6\" border=\"0\"><a href=\"muzikyayin.php\" class=\"w10px\">&nbsp;Genel Seslendirme ve Anons Sistemleri</a><img src=\"images/spacer.gif\" width=\"15\" height=\"1\" border=\"0\"><img src=\"images/menu_beyazok.gif\" width=\"3\" height=\"5\" border=\"0\"></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#08698F\'); renew(1);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"10\" bgcolor=\"#08698F\"></td>");
document.write("	</tr>");
document.write("</table>");
document.write("</div>");


document.write("<div id=\"menuLayer1\" style=\"position:absolute; z-index:50; visibility:hidden; top:104px; left:591px;\">");
document.write("<table width=\"164\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("	<tr onMouseOver=\"Color(this,\'#08698F\'); renew(2);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"10\" bgcolor=\"#08698F\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0C96CD\'); renew(2);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\" bgcolor=\"#08698F\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<img src=\"images/menu_head.gif\" width=\"7\" height=\"6\" border=\"0\"><a href=\"uyegiris.php\" class=\"w10px\">&nbsp;Üye Girisi</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#08698F\'); renew(2);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"5\" bgcolor=\"#08698F\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0C96CD\'); renew(2);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\" bgcolor=\"#08698F\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<img src=\"images/menu_head.gif\" width=\"7\" height=\"6\" border=\"0\"><a href=\"uyebilgi.php\" class=\"w10px\">&nbsp;Üyelik Bilgileri</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#08698F\'); renew(2);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"5\" bgcolor=\"#08698F\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0C96CD\'); renew(2);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\" bgcolor=\"#08698F\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<img src=\"images/menu_head.gif\" width=\"7\" height=\"6\" border=\"0\"><a href=\"uyeol.php\" class=\"w10px\">&nbsp;Üye Olmak Istiyorum</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#08698F\'); renew(2);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"5\" bgcolor=\"#08698F\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0C96CD\'); renew(2);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\" bgcolor=\"#08698F\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<img src=\"images/menu_head.gif\" width=\"7\" height=\"6\" border=\"0\"><a href=\"sifremiunuttum.php\" class=\"w10px\">&nbsp;Sifremi Unuttum</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#08698F\'); renew(2);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"10\" bgcolor=\"#08698F\"></td>");
document.write("	</tr>");
document.write("</table>");
document.write("</div>");

document.write("<div id=\"menuLayer2\" style=\"position:absolute; z-index:50; visibility:hidden; top:114px; left:623px;\">");
document.write("<table width=\"170\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("	<tr onMouseOver=\"Color(this,\'#0C96CD\'); renew(3);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"10\" bgcolor=\"#0C96CD\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0E5C7A\'); renew(3);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\" bgcolor=\"#0C96CD\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<a href=\"iptabanli.php\" class=\"w10px\">&nbsp;IP Tabanli Sistemler</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#0C96CD\'); renew(3);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"5\" bgcolor=\"#0C96CD\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0E5C7A\'); renew(3);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\" bgcolor=\"#0C96CD\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<a href=\"goruntunakil.php\" class=\"w10px\">&nbsp;Görüntü Nakil Sistemleri</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#0C96CD\'); renew(3);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"5\" bgcolor=\"#0C96CD\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0E5C7A\'); renew(3);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\" bgcolor=\"#0C96CD\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<a href=\"digitalstorage.php\" class=\"w10px\">&nbsp;Dijital Storage Sistemleri</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#0C96CD\'); renew(3);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"10\" bgcolor=\"#0C96CD\"></td>");
document.write("	</tr>");
document.write("</table>");
document.write("</div>");

document.write("<div id=\"menuLayer3\" style=\"position:absolute; z-index:50; visibility:hidden; top:138px; left:623px;\">");
document.write("<table width=\"240\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("	<tr onMouseOver=\"Color(this,\'#0C96CD\'); renew(4);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"10\" bgcolor=\"#0C96CD\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0E5C7A\'); renew(4);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\" bgcolor=\"#0C96CD\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<a href=\"konvansiyonel.php\" class=\"w10px\">&nbsp;Konvansiyonel Sistemler</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#0C96CD\'); renew(4);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"5\" bgcolor=\"#0C96CD\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0E5C7A\'); renew(4);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\" bgcolor=\"#0C96CD\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<a href=\"analogadresli.php\" class=\"w10px\">&nbsp;Analog Adresli Sistemler</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#0C96CD\'); renew(4);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"5\" bgcolor=\"#0C96CD\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0E5C7A\'); renew(4);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\" bgcolor=\"#0C96CD\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<a href=\"interaktifyangin.php\" class=\"w10px\">&nbsp;Interaktif Sistemler</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#0C96CD\'); renew(4);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"5\" bgcolor=\"#0C96CD\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0E5C7A\'); renew(4);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\" bgcolor=\"#0C96CD\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<a href=\"havaornek.php\" class=\"w10px\">&nbsp;Hava Örneklemeli Sistemler</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#0C96CD\'); renew(4);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"5\" bgcolor=\"#0C96CD\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0E5C7A\'); renew(4);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\" bgcolor=\"#0C96CD\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<a href=\"gazalgilama.php\" class=\"w10px\">&nbsp;Gaz Algilama ve Söndürme Sistemleri</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#0C96CD\'); renew(4);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"10\" bgcolor=\"#0C96CD\"></td>");
document.write("	</tr>");
document.write("</table>");
document.write("</div>");

document.write("<div id=\"menuLayer4\" style=\"position:absolute; z-index:50; visibility:hidden; top:162px; left:623px;\">");
document.write("<table width=\"240\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("	<tr onMouseOver=\"Color(this,\'#0C96CD\'); renew(5);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"10\" bgcolor=\"#0C96CD\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0E5C7A\'); renew(5);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\" bgcolor=\"#0C96CD\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<a href=\"kartligecis.php\" class=\"w10px\">&nbsp;Kartli Geçis Kontrol Sistemleri</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#0C96CD\'); renew(5);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"5\" bgcolor=\"#0C96CD\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0E5C7A\'); renew(5);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\" bgcolor=\"#0C96CD\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<a href=\"biometrik.php\" class=\"w10px\">&nbsp;Biometrik Geçis Kontrol Sistemleri</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#0C96CD\'); renew(5);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"5\" bgcolor=\"#0C96CD\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0E5C7A\'); renew(5);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\" bgcolor=\"#0C96CD\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<a href=\"xray.php\" class=\"w10px\">&nbsp;X-Ray ve Metal Arama Sistemleri</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#0C96CD\'); renew(4);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"10\" bgcolor=\"#0C96CD\"></td>");
document.write("	</tr>");
document.write("</table>");
document.write("</table>");
document.write("</div>");

document.write("<div id=\"menuLayer5\" style=\"position:absolute; z-index:50; visibility:hidden; top:234px; left:623px;\">");
document.write("<table width=\"240\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("	<tr onMouseOver=\"Color(this,\'#0C96CD\'); renew(6);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"10\" bgcolor=\"#0C96CD\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0E5C7A\'); renew(6);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\" bgcolor=\"#0C96CD\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<a href=\"muzikyayin.php\" class=\"w10px\">&nbsp;Çok Kanalli Müzik Yayin Sistemleri</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#0C96CD\'); renew(6);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"5\" bgcolor=\"#0C96CD\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0E5C7A\'); renew(6);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\" bgcolor=\"#0C96CD\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<a href=\"acilanons.php\" class=\"w10px\">&nbsp;Genel Seslendirme ve Acil Anons</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#0C96CD\'); renew(6);\" onMouseOut=\"Color(this,\'#0C96CD\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"10\" bgcolor=\"#0C96CD\"></td>");
document.write("	</tr>");
document.write("</table>");
document.write("</div>");


document.write("<div id=\"menuLayer6\" style=\"position:absolute; z-index:50; visibility:hidden; top:104px; left:107px;\">");
document.write("<table width=\"164\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("	<tr onMouseOver=\"Color(this,\'#08698F\'); renew(7);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"10\" bgcolor=\"#08698F\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0C96CD\'); renew(7);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\" bgcolor=\"#08698F\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<img src=\"images/menu_head.gif\" width=\"7\" height=\"6\" border=\"0\"><a href=\"giris.php\" class=\"w10px\">&nbsp;Giris</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#08698F\'); renew(7);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"5\" bgcolor=\"#08698F\"></td>");
document.write("	</tr>");
document.write("	<tr onClick=\"NavMUp(this);\" onMouseOver=\"Color(this,\'#0C96CD\'); renew(7);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\" bgcolor=\"#08698F\">");
document.write("		<td valign=\"middle\" class=\"w10px\" height=\"19\">&nbsp;&nbsp;&nbsp;<img src=\"images/menu_head.gif\" width=\"7\" height=\"6\" border=\"0\"><a href=\"sirketbilgisi.php\" class=\"w10px\">&nbsp;Sirket Profili</a></td>");
document.write("	</tr>");
document.write("	<tr onMouseOver=\"Color(this,\'#08698F\'); renew(7);\" onMouseOut=\"Color(this,\'#08698F\'); renew(0);\">");
document.write("		<td valign=\"middle\" height=\"5\" bgcolor=\"#08698F\"></td>");
document.write("	</tr>");
document.write("</table>");
document.write("</div>");

document.write("<div id=\"menuLayer7\" style=\"position:absolute; z-index:50; visibility:hidden; top:110px; left:726px;\">");
document.write("</div>");

//------------------

