<!--

function BigPicture( path )
{
	document.bigimg.src = path;
}

function Popup( path, title, width, height, conf )
{
    var winl = (screen.width - width) / 2;
    var wint = (screen.height - height) / 2;
    winConf = 'height='+height+',width='+width+',top='+wint+',left='+winl + "," + conf;
	path = "popup.php?path=" + path + "&title=" + title;
    window.open( path, "", winConf );
}

function DydziuPopup()
{
	path = "dydziai.php";
    window.open( path, "", "width=810,height=580,noresize,scrollbars" );
}

-->
