var WindowObjectReference;

function openRequestedPopup()
{
 WindowObjectReference = window.open("../gfx/karta.jpg",
       "Karta_Grada",
	   "width=620,height=610",
       "resizable=yes,scrollbars=yes,status=yes");
}