 
prefix=' ';

arURL = new Array(
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
 '#'
);

var arTXT = new Array(
'<b><i>2010 Activities...</i></b><br><font size="1"></font><p><span style="color=black"></span><p> ',
'<b><i>Exhibitions:</i></b><br><font size="1">02 Mayıs’da başlayıp 31 Ekim 2010’e kadar sürecek olan  yaz sezonu boyunca farklı disiplinlerdeki sanatçıların iç ve dış mekanlardaki sergilerine ev sahipliği yapacak olan Eflatun Galeri aynı zamanda bütün yıl boyunca dönüşümlü olarak izlenime açık uluslararası bir karma sergiye ev sahipliği yapacaktır..</font><p><span style="color=black"></span><p> ',
'<b><i>The art on display changes continually 2010:</i></b><br><font size="1">Christel Sobke (Almanya) Jacques Bourdoiseau (Fransa), Takis Lazos (Yunanistan) Fred Teifeld (USA), Marlis Dimont (Almanya) Valentine van Herpen (Hollanda), Hektor Maldonado (USA), Sefa Ulukan,   Sevgi Koyuncu, Serap Başol, Vildan Işık, Sibel Kocabaşı (USA), Berna Özlem Özcan, , Ecehan Toprak, Nebahat Karyağdı, Nimet Çörüt, Yurdagül Işıl, Sema Güney, Makbule Sümer, Gülhan, Nadide Gürcüoğlu, Nuray Holscher, F.Gülgün Engin,Aydın Çukurova</font><p><span style="color=black"></span><p> ',
'<b><i>2010 Exhibitions:</i></b><br><font size="1"><p><span style="color=black"></span><p> ',
'<b><i>Cristal Sobke </i></b><br><font size="1">May 02-30</font><p><span style="color=black"></span><p> ',
'<b><i>Uluslararası Karma Sergi I</i></b><br><font size="1">Jun 06-27 </font><p><span style="color=black"></span><p> ',
'<b><i>Aydın Çukurova</i></b><br><font size="1">July 04-25</font><p><span style="color=black"></span><p> ',
'<b><i>Sefa Ulukan</i></b><br><font size="1">August 01-29</font><p><span style="color=black"></span><p> ',
'<b><i>Jacques Bourdoiseau</i></b><br><font size="1">September 01-30</font><p><span style="color=black"></span><p> ',
'<b><i>Uluslararası Karma Sergi II</i></b><br><font size="1">October 03-31</font><p><span style="color=black"></span><p> ',
'<b>‘‘Would you like to work with us?’’</b>'
);

interval = 40;  //  time in milliseconds to pause between each increment (smaller is slower)
increment = 2; // scrolling increment, in pixels (smaller is smoother)
pause = 3500; // time to pause headline at top of scroll, in milliseconds
bannerColor = "A090FF"; // background color of scroller, name or hex triplet
leftPadding = 3; // padding off of left side of scroller, in pixels
topPadding = 0; // padding off of top of scroller, in pixels
maxLoops = 250;  //  maximum loops to run scroller, 0 = infinite
target = ' TARGET="main" ' // jump out of frames from headline
classid = ' CLASS="headlines" ' // for scrolling headlines style, same as fixed
numheadlines =21; // number of headlines to display (up to 10)
// end banner params

//-->
 


// bannerpd.js v1.4 (html4 compliant,optimized,css) 980910 abk
// 980901 a name for bot top hdline link used for posit top
// added check for its existence
// 980910 - changed to use .headlines style sheet
NS4=(document.layers);IE4=(document.all);
isMac=(navigator.appVersion.indexOf("Mac")!=-1);
if(NS4||(IE4&&!isMac)){
finite=(maxLoops>0);
var styleObj=(IE4)?".style":"";
function getPH(phname){
pHA="";
for(i=0;i<document.anchors.length;i++){
theA=document.anchors[i];
if(theA.name==phname){pHA=theA;break}
}
return pHA //placeholding A
}
function getReal(xy){
if(IE4){
Pos=(xy=="x")?this.offsetLeft:this.offsetTop;
tmpEl=this.offsetParent;
while(tmpEl!=null){
Pos+=(xy=="x")?tmpEl.offsetLeft:tmpEl.offsetTop;
tmpEl=tmpEl.offsetParent;
}
}else{
Pos=eval("this."+xy);
}
return Pos;
}
pHT=(NS4)?getPH("ph1"):document.all.ph1;
if(pHT){
pHT.getReal=getReal;
var bnrLft=pHT.getReal("x")-1,bnrTop=pHT.getReal("y");
pHB=(NS4)?getPH("phb"):document.all.phb;
if(pHB){
pHB.getReal=getReal;
var bnrRit=pHB.getReal("x"),bnrBot=pHB.getReal("y");
var bnrWid=bnrRit-bnrLft,bnrHit=bnrBot-bnrTop;
function getObj(i){obj=eval("msg"+i+styleObj);return obj}
onload=startBnr;
function showMsg(n,show){
var theEl=getObj(n);theEl.visibility=(show)?"visible":"hidden";
}
function nextMsg(){
var fm=current;current=(fm==ar.length-1)?0:fm+1;
if(current==1)loopCount++;
if(finite&&(loopCount>=maxLoops))return;
scrollBnr(fm,current);
}
function moveUp(){
if(NS4){
fmEl.top-=increment;
if(toEl.top-increment<=toElTarget){
toEl.top=toElTarget;clearInterval(intervalID);fmEl.visibility="hidden";
timeoutID=setTimeout("nextMsg()",pause);
}else{
toEl.top-=increment;
}
}else{
fmEl.pixelTop-=increment;
if(toEl.pixelTop-increment<=toElTarget){
toEl.pixelTop=toElTarget;clearInterval(intervalID);fmEl.visibility="hidden";
timeoutID=setTimeout("nextMsg()",pause);
}else{
toEl.pixelTop-=increment;
}}}
function scrollBnr(fm,to){
fmEl=getObj(fm);toEl=getObj(to);
if(NS4){
toEl.top=fmEl.top+bnrHit;toElTarget=fmEl.top;
}else{
toEl.pixelTop=fmEl.pixelTop+bnrHit;toElTarget=fmEl.pixelTop;
}
showMsg(to,true);
intervalID=setInterval("moveUp()",interval);
}
function moveTo(lPos,tPos){this.style.pixelLeft=lPos;this.style.pixelTop=tPos;}
function makeIE(){
var text='<DIV ID="bnr" STYLE="position:absolute">';
for(var i=ar.length-1;i>=0;i--){
text+='<DIV ID="msg'+i+'" STYLE="position:absolute"><\/DIV>';
}
text+='<\/DIV>';
document.body.insertAdjacentHTML("BeforeEnd",text);
with(bnr.style){
width=bnrWid;height=bnrHit;clip="rect(0 "+bnrWid+" "+bnrHit+" 0)";
backgroundColor=bannerColor;
}
bnr.moveTo=moveTo;bnr.moveTo(bnrLft,bnrTop)
for(i=0;i<ar.length;i++){
with(eval("msg"+i+".style")){
visibility="hidden";width=bnrWid-leftPadding;backgroundColor=bannerColor;
}
eval("msg"+i+".moveTo=moveTo");
eval("msg"+i+".moveTo(leftPadding,topPadding)");
}
}
function makeNS(){
bnr=new Layer(bnrWid);
with(bnr){
clip.right=bnrWid;clip.bottom=bnrHit;bgColor=bannerColor;
moveTo(bnrLft,bnrTop);visibility="show";
}
for(var i=0;i<ar.length;i++){
eval("msg"+i+"="+"new Layer(bnrWid-leftPadding, bnr)");
with(eval("msg"+i)) {
moveTo(leftPadding,topPadding);bgColor=bannerColor;
}}}
function fillBnr(){
var theEl;
for(i=0;i<ar.length;i++){
theEl=eval("msg"+i);
newsStr="<A " +target+classid+
" HREF="+ar[newsCount][0]+">"+ar[newsCount][1]+"<\/A>";
if(NS4){
with(theEl.document){write(newsStr);close();}
}else{theEl.innerHTML=newsStr;}
newsCount++;if(newsCount==ar.length)newsCount=0;
}}
function startBnr(){
ar=new Array();
if(!window.arURL)return;if(arURL.length==0)return;
if(arURL.length<numheadlines)numheadlines=arURL.length;
for(i=0;i<numheadlines;i++){ar[i]=new Array(prefix+arURL[i],arTXT[i]);}
newsCount=0;if(finite)loopCount=0;
(NS4)?makeNS():makeIE();
fillBnr();showMsg(0,true);current=0;
window.onresize=reDo;timeoutID=setTimeout("nextMsg()",pause);
}
function reDo(){window.location.reload();}
}}}


 


  