<!--скрипт из библиотеки Боголюбова Ю.Н.
document.write('<table width="790" border="0" cellspacing="0" cellpadding="0"><tr> ');
document.write('<td width="360" style="background: #FFFFFF url(../../rus23.gif) bottom right no-repeat fixed;" ><a href=../../index.html><img src="../../w.gif" width="300" border=0 title="на главную страницу"><br>');
document.write('<font color="#000099"><b>ОБЩЕРОССИЙСКИЙ ОТРАСЛЕВОЙ ЖУРНАЛ</b></font></td>');
document.write(' <td width="240" class=a ><font color="#003366">информационный    партнер строительного комплекса России, Минрегиона России, Федерального ');
document.write('  агентства по строительству и ЖКХ РФ, Московского Государственного   строительного университета</font></td>');
document.write('<td align=middle width="190" > ');
 ////////Смена фона формы при наведении
var highlightcolor="#FFF8DB"
var ns6=document.getElementById&&!document.all
var previous=''
var eventobj
//Regular expression to highlight only form elements
var intended=/INPUT|TEXTAREA|SELECT|OPTION/
//Function to check whether element clicked is form element
function checkel(which){
if (which.style&&intended.test(which.tagName)){
if (ns6&&eventobj.nodeType==3)
eventobj=eventobj.parentNode.parentNode
return true
}
else
return false
}
function highlight2(e){
eventobj=ns6? e.target : event.srcElement
if (previous!=''){
if (checkel(previous))
previous.style.backgroundColor=''
previous=eventobj
if (checkel(eventobj))
eventobj.style.backgroundColor=highlightcolor
}
else{
if (checkel(eventobj))
eventobj.style.backgroundColor=highlightcolor
previous=eventobj
}
}
 //Скрипт очищающий форму от текста при нажатии на нее курсора 
 function doClear(theText) { if (theText.value == theText.defaultValue) { theText.value = "" } }
var naam=navigator.appName;
var now=new Date();
var num=(now.getSeconds())%4;
function selected(nummer)
{ if (num == nummer)
   return " selected";
  else return "";
}
var imge1 = new Image();
imge1.src = "001.jpg";
document.write('<form name="metasearch" onsubmit="search()" action="" onkeyup=highlight2(event) onMouseOver=highlight2(event) onMouseOut="this.style.bgcolor=\'#FFF8DB\'" >');
if (naam=="Netscape") document.write('<input name="query" type="text" size="8" maxlength="100"  value="поиск" onFocus="doClear(this)" >');
else document.write('<b><font color="#003399">Поиск в Интернете</font></b><br><input name="query" type="text" size="24" maxlength="100"  value="Строительная Орбита" onFocus="doClear(this)" style="color:#000066">');
document.write('');
document.write('<br><select name="engine"><option value=""><\/option>');
document.write('<option value="aport.">Aport.<\/option>');
document.write('<option value="yandex"'+selected(3)+'>Yandex<\/option>');
document.write('<option value="rambler"'+selected(2)+'>Rambler<\/option>');
document.write('<option value="mail">Mail<\/option>');
document.write('<option value="google"'+selected(0)+'>Google<\/option>');
document.write('<option value="yahoo"'+selected(1)+'>Yahoo<\/option>');
document.write('<option value=""><\/option><\/select>');
document.write('<input  type=image src="../../go_email.gif"  onclick="search()" style="color:#CC0000"    align=absMiddle border=0 name=Submit><\/form>');
function search()
{
zoekTerm = document.metasearch.query.value;    
if(zoekTerm != "")
{
zoekTerm = zoekTerm.replace(/\s/ig, "+");
nummer = document.metasearch.engine.selectedIndex;
zoekMachine = document.metasearch.engine[nummer].value;

eindTerm = "";
if(zoekMachine == "about") eindTerm = "http://www.google.com/search?q=" + zoekTerm ;
else if(zoekMachine == "aport.") eindTerm = "http://sm.aport.ru/scripts/template.dll?That=std&r="+ zoekTerm;
else if(zoekMachine == "yandex") eindTerm = "http://www.yandex.ru/yandsearch?text="+ zoekTerm;
else if(zoekMachine == "rambler") eindTerm = "http://search.rambler.ru/cgi-bin/rambler_search?words="+ zoekTerm;
else if(zoekMachine == "mail") eindTerm = "http://go.mail.ru/search?lfilter=y&q="+ zoekTerm;
else if(zoekMachine == "google") eindTerm = "http://www.google.com/search?q=" + zoekTerm;
else if(zoekMachine == "yahoo") eindTerm = "http://search.yahoo.com/bin/search?p=" + zoekTerm;
if(zoekMachine != ""){
zoekraam=window.open(""+eindTerm,"zoekresultaat","width=1000,height=700,scrollbars,toolbar,menubar=1,location=1,resizable=1,status=1,directories=0,top=0,left=0");
zoekraam.focus();
}
}
}
document.write(' </select></form></td></tr></table>');
