<body><SCRIPT><br />var width=document.body.clientWidth;<br />var height=document.body.clientHeight;<br /><br />function doClickText(who,type,step,timeOut) {<br />document.getElementById(who).style.display="none";<br />if(type==0) {<br />reveal('revealDiv1',step,timeOut,0);<br />reveal('revealDiv2',step,timeOut,1);}<br />if(type==1) {<br />reveal('revealDiv1',step,timeOut,2);<br />reveal('revealDiv2',step,timeOut,3);}}<br />function reveal(who,step,timeOut,type) {<br />if(type==0)<br />var where="top";<br />if(type==1)<br />var where="bottom";<br />if(type==2)<br />var where="left";<br />if(type==3)<br />var where="right";<br />eval('var temp=document.getElementById(who).style.'+where);<br />temp=parseInt(temp);<br />if(type==0||type==1)<br />var checkWith=height/2;<br />if(type==2||type==3)<br />var checkWith=width/2;<br />if(-temp<checkWith) {<br />temp-=step;<br />eval('document.getElementById(who).style.'+where+'=temp;');<br />setTimeout("reveal('"+who+"',"+step+",'"+timeOut+"',"+type+")", timeOut);}<br />else {<br />document.getElementById(who).style.display="none";<br />document.body.scroll="yes";}}<br />function initReveal(type,div1bg,div2bg,div1bw,div2bw,div1bc,div2bc,step,timeOut,click) {<br />if(type==0) {<br />var bWhere1="border-bottom";<br />var bWhere2="border-top";<br />var putZero1="top:0px; left:0px";<br />var putZero2="bottom:0px; left:0px";<br />document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');<br />document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');<br />if(!click) {<br />reveal('revealDiv1',step,timeOut,0);<br />reveal('revealDiv2',step,timeOut,1);}<br /><br />else {<br />clickText(type,step,timeOut);}}<br /><br />if(type==1) {<br />var bWhere1="border-right";<br />var bWhere2="border-left";<br />var putZero1="top:0px; left:0px";<br />var putZero2="top:0px; right:0px";<br />document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');<br />document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');<br />if(!click) {<br />reveal('revealDiv1',step,timeOut,2);<br />reveal('revealDiv2',step,timeOut,3);}<br />else {<br />clickText(type,step,timeOut);}}<br />function clickText(type,step,timeOut) {<br />document.write('<div id="clickText" style="z-index:101; display:block; position:absolute; top:'+(height/2-clickh/2-clickb)+'; left:'+(width/2-clickw/2-clickb)+'"><table style="border:'+clickc+' solid '+clickb+'px; background:'+clickbg+' ;width:'+clickw+'px; height:'+clickh+'; '+clickFont+'; cursor:hand; cursor:pointer" onClick="doClickText(\'clickText\','+type+','+step+','+timeOut+')"><tr><td align="middle">'+clickt+'</td></tr></table></div>');}}<br /></SCRIPT><br /><SCRIPT><br />var clickw=170; // Width<br />var clickh=20; // Height<br />var clickb=2; // Border width<br />var clickc="#CCFFCC"; // Border color<br />var clickbg="#000000"; // Background color<br />var clickt="Siteye girmek icin tiklayin."; // Text to display<br />var clickFont="font-family:Tahoma,arial,helvetica; font-size:10pt; font-weight:bold; color:#FF0000"; // The font style of the text<br />new initReveal(0,'#CCFFCC','#CCFFCC',1,1,'#00FF00','#000000',3,10,true);<br /></SCRIPT><body><br /><br />

Giriş