function openwin( src,name,width,height )
{
   var win = window.open( src,name,'location=no,resizable=no,width='+width+',height='+height+',top=30,left=' );
   win.focus();
}

function show(id)
{
   var show = window.open( 'inc/sklep/wiecej_fotek.php?id=' + id, 'wiecej_fotek', 'location=no,resizable=no,width=900,height=750,left=40,top=100,scrollbars=yes' );
   show.focus();
}

function test(id)
{
   var test = window.open( 'inc/sklep/test.php?id_prod=' + id, 'test', 'location=no,resizable=no,width=430,height=450,left=40,top=100,scrollbars=yes' );
   test.focus();
}

function close()
{
   document.getElementById('reklama').style.visibility='hidden';
}

