document.writeln(""); document.writeln(""); document.writeln(""); // Search Bar document.writeln(""); document.writeln("
Arkitera.com | Arkiv | ArkiPARC | | Forum | RAF | "); document.writeln("Network »"); document.writeln("
"); document.writeln("Arkitera.net
"); document.writeln("Arkitera Blog
"); document.writeln("AEM
"); document.writeln("Arkitera Harita
"); document.writeln("Arkitera Kariyer
"); document.writeln("ARKIMEET
"); document.writeln("Islak Mekan
"); document.writeln("Aydınlatma
"); document.writeln("Çatı Cephe
"); document.writeln("Arkitera Download
"); document.writeln("Arkitera Pano
") document.writeln("
"); document.writeln("
"); document.writeln("Üye Girişi"); document.writeln("|"); document.writeln("English"); document.writeln("
"); // Brand for document.writeln(""); document.writeln("
"); function ant_toggle() { if(document.getElementById("yes").style.display == "none" || document.getElementById("yes").style.display.length == 0) { document.getElementById("yes").style.display = "block"; } else { document.getElementById("yes").style.display = "none"; } } document.getElementById("ant_bar_sub").onmousedown = function(e){ var coordX = (e && e.pageX)? e.pageX : event.x; document.getElementById("yes").style.left = coordX + "px"; }