function srch(form) {
  var sv=form.elements['_surl'].value; var st=form.elements['_text'].value;
	if (sv=='ya') {form.action="http://yandex.ru/yandsearch"; form.elements['text'].value=st;}
	else if (sv=='ap') {form.action="http://sm.aport.ru/scripts/template.dll"; form.elements['r'].value=st;}
	else if (sv=='gl') {form.action="http://google.ru/search"; form.elements['q'].value=st;}
	else if (sv=='rm') {form.action="http://rambler.ru/srch"; form.elements['words'].value=st;}
	return true;
}		

function winpop(url, width, height, pr) {
	var width=(width ? width : 660-20);
	var height=(height ? height : 479-90-10);
	var win=window.open(url, '_blank', 'width='+width+', height='+height+', left='+((screen.width-width)/2)+', top='+((screen.height-height)/2)+', toolbar=no, menubar=no, resizable=no, status=yes, location=no, alwaysRaised=yes, scrollbars=no');
	if (pr) {win.document.write('<html><head><title>Схема проезда "Пенза-Ондайн"</title></head><body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" rightmargin="0"><table width="100%" cellpadding="0" cellspacing="0" border="0" height="100%"><tr><td width="100%" align="center"><img src="' + url +'" border="0"></td></tr></table></body></html>');}
}
