function fotki (a, b, c, d) {
 
 window.open ("foto.php?a="+d+"&b="+a,"second_window","height="+b+", width="+c);
 }