function setcookie(name,value,expires,path,domain,secure){return this.setrawcookie(name,encodeURIComponent(value),expires,path,domain,secure);}
function setrawcookie(name,value,expires,path,domain,secure){if(expires instanceof Date){expires=expires.toGMTString();}else if(typeof(expires)=='number'){expires=(new Date(+(new Date())+expires*1e3)).toGMTString();}
var r=[name+"="+value],s={},i='';s={expires:expires,path:path,domain:domain};for(i in s){s[i]&&r.push(i+"="+s[i]);}
return secure&&r.push("secure"),this.window.document.cookie=r.join(";"),true;}

function duza() {
 for (i = 0; i < 10; i++) document.getElementById('materialy_' + i).style.fontSize = "14px";
setcookie('czccionka','duza');
  }

function srednia() {
for (i = 0; i < 10; i++) document.getElementById('materialy_' + i).style.fontSize = "12px";
setcookie('czccionka','');
}

function mala() {
for (i = 0; i < 10; i++) document.getElementById('materialy_' + i).style.fontSize = "10px";
setcookie('czccionka','mala');
}


function divKomentarze(id,ile,test)
{  

   if(document.getElementById('komentarze_' + id).style.display=="")
 {
	if(document.getElementById("comtext_"  + id))
	{
	
	if(document.getElementById("comtext_"  + id).value!="" || test == 1)
    {
    document.getElementById('komentarze_' + id).style.display="none";
    document.getElementById("przycisk_"  + id).value="Dodaj/Pokaż komentarze ("+ile+")";
	}
	} else {
	
	document.getElementById('komentarze_' + id).style.display="none";
    document.getElementById("przycisk_"  + id).value="Dodaj/Pokaż komentarze ("+ile+")";
	
	}
   	
  } else {
  
  
      document.getElementById('komentarze_' + id).style.display="";
    document.getElementById("przycisk_" + id).value="Ukryj komentarze";

  
  
}


}


function divDisplayv(did)
{
 document.getElementById('u_' + did).style.display="none";
 document.getElementById('h_' + did).style.display="none";
 document.getElementById('glosowanie_+_' + did).style.display="none";
 document.getElementById('glosowanie_-_' + did).style.display="none";
 
 document.getElementById('schowek_' + did).style.display="";
 document.getElementById('schowek_' + did + '_2').style.display="";
 
}


function schowaj(did)
{
 document.getElementById('materialy_' + did).style.display="none";
 
}

function ulub(did)
{
 document.getElementById('u_' + did).style.display="none";
 document.getElementById('h_' + did).style.display="none";
 document.getElementById('glosowanie_+_' + did).style.display="none";
 document.getElementById('glosowanie_-_' + did).style.display="none";
 
 document.getElementById('schowek_' + did).style.display="";
 document.getElementById('schowek_' + did + '_2').style.display="";
}

function od18()
{
 setcookie('od18','ok')
 location.reload();
}


function formHandler(form) { 
var windowprops = "height=200,width=250,location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes"; 

var URL = form.site.options[form.site.selectedIndex].value; 
popup = window.open(URL,"Menupopup",windowprops); 
} 


function openTarget (form, features, windowName) {
if (!windowName) windowName = 'formTarget' + (new Date().getTime());
form.target = windowName;
 open ('', windowName, features);
}
      

