function text_pop(path,x,y) { var w = screen.width; var h = screen.height; var dane = "width="+w+",height="+h+" "; okno1 = window.open('http://www.naszarodzinka.pl/templates/images/'+path,'f1',dane); okno1.moveTo(0,0) okno1.focus(); } function show_tig(id) { TagToTip(id, BALLOON, true, ABOVE, true, LEFT, true, OFFSETX, -14, FADEIN, 100, FADEOUT, 100); }