// JavaScript Document
<!--
function okienko(adres){
 window.open(adres, "k", "width=380, height=550");
}

//-->

