
var search_win = null;
function SearchWin() {
search_win = window.open('search.shtml', 'Поиск', 'width=400, height=300,toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no');
}

function big_foto(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function w_open(a,w,h)
{
 id=window.open(a+"html","example","width="+w+",height="+h+",scrollbars=yes,resizable=no,location=no,toolbar=no,menubar=no");
} 


