function oknoIMG(x,y,img)
		{
		o=window.open("","","width="+x+",height="+y+",srlollbars=no");
		o.document.write("<title>Foto</title>\n<style><!--\nbody{background-repeat:no-repeat}\n--></style>\n<body background='"+img+"'></body>");
		}
if (document.images) {
    iOn = new Image
    iOff = new Image
    iOn.src = 'themes/nt/ikonki/strzalka2.gif' 
    iOff.src = 'themes/nt/ikonki/strzalka1.gif'
}