var x,y;
var thisspan;
var timer;
function handlerMM(e)
{
	x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX
	y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY

}
function currentspan(current)
{
	thisspan = eval(current+".style")
}
function showAlt()
{
	thisspan.visibility='visible'
	thisspan.posLeft=x
	thisspan.posTop=y+30
	timer=setTimeout("showAlt()",30)
}
function hiddenAlt()
{
	thisspan.visibility='hidden'
	clearTimeout(timer)
}
	document.write("<span id='span01' class='spanstyle'>");
	document.write("<img src='img/home.gif' border='0'>");
	document.write("<font color='#5f5fbf'>Разместить объявления</font>");
	document.write("</span>");
	
	document.write("<span id='span02' class='spanstyle'>");
	document.write("<img src='img/home.gif' border='0'>");
	document.write("<font color='#5fbf5f'>Подписаться на рассылку</font>");
	document.write("</span>");
	
	document.write("<span id='span03' class='spanstyle'>");
	document.write("<img src='img/home.gif' border='0'>");
	document.write("<font color='#5f5fbf'>Центры недвижимости</font>");
	document.write("</span>");
	
	document.write("<span id='span04' class='spanstyle'>");
	document.write("<img src='img/home.gif' border='0'>");
	document.write("<font color='#5fbf5f'>Юридические консультации</font>");
	document.write("</span>");
	
	document.write("<span id='span05' class='spanstyle'>");
	document.write("<img src='img/home.gif' border='0'>");
	document.write("<font color='#5f5fbf'>Финансы</font>");
	document.write("</span>");
	
	document.write("<span id='span06' class='spanstyle'>");
	document.write("<img src='img/home.gif' border='0'>");
	document.write("<font color='#5fbf5f'>Партнеры</font>");
	document.write("</span>");
	
	document.write("<span id='span07' class='spanstyle'>");
	document.write("<img src='img/home.gif' border='0'>");
	document.write("<font color='#5f5fbf'>Вакансии</font>");
	document.write("</span>");
	
	document.write("<span id='span08' class='spanstyle'>");
	document.write("<img src='img/home.gif' border='0'>");
	document.write("<font color='#5fbf5f'>Расширенный поиск</font>");
	document.write("</span>");
	
	document.write("<span id='span09' class='spanstyle'>");
	document.write("<img src='img/home.gif' border='0'>");
	document.write("<font color='#5f5fbf'>Напомнить пароль</font>");
	document.write("</span>");
	
	document.write("<span id='span10' class='spanstyle'>");
	document.write("<img src='img/home.gif' border='0'>");
	document.write("<font color='#5fbf5f'>Регистрация</font>");
	document.write("</span>");
	
	if (document.layers){document.captureEvents(Event.MOUSEMOVE);}
	document.onmousemove=handlerMM;

function FP_swapImg() {
 var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length;
 n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm;
 elm.$src=elm.src; elm.src=args[n+1]; } }
}

function FP_preloadImgs() {
 var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
 for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; }
}

function FP_getObjectByID(id,o) {
 var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id);
 else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
 if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
 for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
 f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
 for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } }
 return null;
}

function change_url()
{
	document.links[1].href ='main.php?action=Продаю&cur_region='+escape(document.myName.cur_region.options[document.myName.cur_region.selectedIndex].value)+'&type='+escape(document.myName.type.options[document.myName.type.selectedIndex].value)
	document.links[2].href ='main.php?action=Меняю&cur_region='+escape(document.myName.cur_region.options[document.myName.cur_region.selectedIndex].value)+'&type='+escape(document.myName.type.options[document.myName.type.selectedIndex].value)
	document.links[3].href ='main.php?action=Сдаю&cur_region='+escape(document.myName.cur_region.options[document.myName.cur_region.selectedIndex].value)+'&type='+escape(document.myName.type.options[document.myName.type.selectedIndex].value)
}

