
function foto(source,p,a)
			{
				var ran_unrounded=Math.random()*5;
                                var ran_number=Math.round(ran_unrounded); 
				doc = window.open('',ran_number,'width=' + ( p - 5 ) + ', height=' + ( a - 5 ) + ', toolbar=0, directories=0,menubar=0, scrollbars=0, resizable=0, status=0');
				doc.document.write('<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>"VILKO BROLIJA" - vokiečių aviganių veislynas</title></head><body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 onclick="self.close;" style="border=0px solid #000000; overflow: hidden;"><img src="' + source + '" border=0></body>\n</html>');
			}
