// JavaScript Document
		function degis(x)
		{
	
			if (x==1)
			{
				deger=0
				numara=1
				location.href="http://www.iyieglenceler.com/cizgifilmler/"+x		
			}
			else
			{
				deger=(x-1)*3
				numara=1
				location.href="http://www.iyieglenceler.com/cizgifilmler/"+x
			}
			

		}
		function ilk()
		{
			x=1
			maxno=parseInt(document.forms.sayfano.maxno.value)
			y=document.forms.sayfano.katid.value
			z=document.forms.sayfano.links.value
			if (x==1)
			{
				deger=0
				numara=1
				location.href="http://www.iyieglenceler.com/cizgifilmler/"+x		
			}
			else
			{
				deger=(x-2)*3
				numara=1
				location.href="http://www.iyieglenceler.com/cizgifilmler/"+x			
			}
		}			
		function onceki()
		{
			x=parseInt(document.forms.sayfano.sayfanosu.value)
			maxno=parseInt(document.forms.sayfano.maxno.value)
			if (x==1)
			{
				deger=0
				numara=1
				location.href="http://www.iyieglenceler.com/cizgifilmler/"+x
			}
			else
			{
				deger=(x-2)*3
				numara=1
				location.href="http://www.iyieglenceler.com/cizgifilmler/"+(x-1)
			}
		}		

		function sonraki()
		{
			x=parseInt(document.forms.sayfano.sayfanosu.value)
			maxno=parseInt(document.forms.sayfano.maxno.value)
			if (x==maxno)
			{
				deger=(x-1)*3
				numara=1
				location.href="http://www.iyieglenceler.com/cizgifilmler/"+x
			}
			else
			{
				deger=(x)*3
				numara=1
				location.href="http://www.iyieglenceler.com/cizgifilmler/"+(x+1)
			}
		}	
		function son()
		{
			x=parseInt(document.forms.sayfano.sayfanosu.value)
			maxno=parseInt(document.forms.sayfano.maxno.value)
			y=document.forms.sayfano.katid.value
			z=document.forms.sayfano.links.value
			location.href="http://www.iyieglenceler.com/cizgifilmler/"+maxno
		}					
  function downerChoosen(x) 
	 {
		for (i = 1; i <= 4; i += 1) 
			{ 
				choosen="comments_List"+i			
				if (document.all) 
					{
					/* Internet Explorer, Opera */
						a1 = document.all(choosen);
					}
				else if (document.getElementById) 
					{
					/* Mozilla */
						a1 = document.getElementById(choosen);
					} 
				else if (document.layers) 
					{
					/* Netscape? */
						a1 = document.layers[choosen];
					};
				if (a1) 
					{
						if (i==x)
							{
								a1.style.display ='block';
							}
						else	
							{
								a1.style.display='none';
							}						
					};
				
				} 
	 }	
 function ClipBoard1() 
	 {
	 document.TheForm3.TheText1.focus();
	 document.TheForm3.TheText1.select();
	 textRange = document.TheForm3.TheText1.createTextRange();
	 textRange.execCommand("RemoveFormat");
	 textRange.execCommand("Copy");
	 }	 		