function go_href(dest)
{
	location.href = dest_arr[dest];
}

noweOkienko = null;

function ShowItem(src){
if(noweOkienko){noweOkienko.close();}
if(noweOkienko==null || noweOkienko.closed){
 settings=
 "left=30,"
 +"top=30,"
 +"toolbar=no,"
 +"location=no,"
 +"directories=no,"
 +"status=no,"
 +"menubar=no,"
 +"scrollbars=no,"
 +"width=100"
 +"height=100"
 +"resizable=no"
 noweOkienko = window.open("",'GALERIA_PRODUKTÓW_LAPIS',settings);
}
noweOkienko.document.open();
noweOkienko.document.clear();
noweOkienko.document.write(
"<html>\n"
+"<head>\n"
+"<title>DREWNIAKI - GALERIA</title>\n"
+"</head>\n"
+"<script>\n"
+"function resize() {\n"
+"window.resizeTo(document.images[0].width+10, document.images[0].height+30);}\n"
+"</script>\n"
+"<body topmargin=0 leftmargin=0 onLoad=resize(); onclick=window.close(); bgcolor=#FFFFFF>\n"
+"<img src=" + src + " border=0>\n"
+"</body>\n"
+"</html>"
);
noweOkienko.document.close();
noweOkienko.focus();
}