// îòêðûòü êàðòèíêó â íîâîì îêíå
//
function openWindow(im,w,h, name) {
	  w= open("", "displayWindow",
    "width="+w+",height="+h+",status=no,toolbar=no,menubar=no");

  w.document.open();
  w.document.write("<html><head><title>sportprofi.ru - "+name);
  w.document.write("</title></head><BODY leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 >");
  w.document.write("<img src="+im+">");
  w.document.write("</body></html>");
  w.document.close();

}

function onSearch() {
	
	if (document.getElementById('query').value == '') {
		alert('Ââåäèòå ñòðîêó ïîèñêà.');
		
		return false;
	}
	
	//search_form.submit();

	return true;
}
