function popup(url, name, w, h) {
  window.open(url, name, 'width='+w+',height='+h+',scrollbars=yes,resizable=no,left=100,top=100');
  return;
}

function showPicture( name, id, w, h) {
  window.open('index.php?module=pictures&action=show&name='+name, id, 'width='+w+',height='+h+',scrollbars=yes,resizable=yes,left=100,top=100');
  return;
}

function recomend( id ){
	nw=window.open('?module=others&action=recomend&id='+id,'Polecam','width=250, height=400');
}

function ask( id ){
	nw=window.open('?module=others&action=ask&id='+id , 'Pytanie' ,'width=250, height=450');
}	
