//blokada prawgo przycisku
var message="Proszę nie kopiować!!!";
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;


nowe_okno = null;

function okienko(fotka,width,height)
{
nowe_okno = window.open("http://www.roslonce.pl/!/fotka.php?src="+fotka ,'Grafika', "fullscreen=no,left=20,top=0,width="+width+",height="+height+",status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no");
}



nowe_okno = null;

function galeria(fotka,width,height)
{

nowe_okno = window.open("http://www.roslonce.pl/!/fotka1.php?i="+fotka ,'Grafika', "fullscreen=no,left=20,top=0,width="+width+",height="+height+",status=no,toolbar=no,menubar=no,scrollbars=no,resizable=yno,location=no,directories=no");
}


function AntySpam(sesja,adin,dwa) {
	//var adinn=window.atob(adin); szkapa
	var string = "mailto:" + adin + "@" + dwa;
	window.location = string; 
}
  


