function popup(pag,pic_w,pic_h){
 if(typeof pag!='string')pag=pag.href
 pic_l=(screen.width)?(screen.width-pic_w)/2:0
 pic_t=(screen.height)?(screen.height-pic_h)/2:0
 window.open(pag,'qwe','menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no,width='+pic_w+', height='+pic_h+', left='+pic_l+', top='+pic_t).focus()
 return false}

function show_picture_scroll(pag,pic_w,pic_h){
 if(typeof pag!='string')pag=pag.href
 pic_l=(screen.width)?(screen.width-pic_w)/2:0
 pic_t=(screen.height)?(screen.height-pic_h)/2:0
 window.open(pag,'new','menubar=no, toolbar=no, location=no, scrollbars=yes, resizable=no, status=no,width='+pic_w+', height='+pic_h+', left='+pic_l+', top='+pic_t).focus()
 return false}

function target_new(pag){
 if(typeof pag!='string')pag=pag.href
 window.open(pag,'new','menubar=yes, location=yes, resizable=yes, scrollbars=yes, status=yes, toolbar=yes, directories=yes').focus()
 return false}

function mandreil(z1,style){
 z2='panbogaczyk.pl'
 document.write('<a href=\"mailto:'+z1+'@'+z2+'\" class=\"poczta\" style=\"'+style+'\">')
 document.write(z1+'@'+z2+'<\/a>')}
