﻿a1     = new Image();
a1.src = "../pic/flag-en-over.gif";
n1     = new Image();
n1.src = "../pic/flag-en.gif";

a2     = new Image();
a2.src = "../pic/flag-ge-over.gif";
n2     = new Image();
n2.src = "../pic/flag-ge.gif";

a3     = new Image();
a3.src = "../pic/flag-it-over.gif";
n3     = new Image();
n3.src = "../pic/flag-it.gif";

a4     = new Image();
a4.src = "../pic/flag-fr-over.gif";
n4     = new Image();
n4.src = "../pic/flag-fr.gif";

a5     = new Image();
a5.src = "../pic/akbartovic-over.gif";
n5     = new Image();
n5.src = "../pic/akbartovic.gif";

function ShowPic(subor, sirka, vyska) {
	vlavo = (window.screen.width-sirka)/2;
	hore  = (window.screen.height-vyska)/2;
	pic=window.open("","", "toolbar=no,directories=no,status=no,scrollbars=no,resize=no,menubar=no,left="+vlavo+",top="+hore+",width="+sirka+", height="+vyska);
	pic.document.writeln("<head><title>Náhľad</title></head><body style='margin:0px; padding:0px'><a href='javascript:window.close()' title='Zavrieť náhlad'><img src='"+ subor +"' border='0px'></a></body>");
}
