
");
var msec=0;var sec=0;var min=0;
onload = start;
try{self.resizeTo(778,546);}catch(e){}
function start() {
switch (sec){
case 0:{arrow1.hide();bubble1.slideTo(223,60,500,10, "");break;}
case 5:{arrow1.show();break;}
case 6:{balloon1.moveTo(90,68);
arrow1.slideTo(69,51,160,10, "doBalloon('Advanced Features','Click the Adv button In this example,
to show or hide
advanced search options.')");break;}
case 7:{bubble1.hide();break;}
case 12:{balloon1.hide();arrow1.slideTo(48,104,300,10, "d()");break;}
case 13:{arrow1.slideTo(148,104,300,10, "d()");break;}
case 14:{balloon1.moveTo(250,120);
arrow1.slideTo(228,104,200,10, "doBalloon('Build A Custom Search','1) Choose a Field
2) Choose an Operator
3) Enter a search Value
The Field is View,
the Operator is Contains
and the Value is River
The new Area option allows you to group areas by location; east, west or central.')");break;} case 31:{balloon1.hide(); arrow2.hide(); arrow1.show(); balloon1.moveTo(427,242); arrow1.slideTo(404,225,160,10, "doBalloon('Style Groups','
The new Style option allows you to display listings by type of dwelling. For example, selecting Multi-Level will display only homes with multiple levels, to display only Manufactured Homes, check that box.')");break;} case 36:{balloon1.hide(); arrow2.hide(); arrow1.show(); balloon1.moveTo(211,267); arrow1.slideTo(184,363,100,10, "doBalloon('Retry Search','
Now you no longer have to change coops manually. You can execute your custom search in any coop by clicking on the Retry buttons!')");break;} case 44:{balloon1.hide(); arrow2.moveTo(184,363); arrow1.hide(); arrow2.show(); balloon1.moveTo(398,263); arrow2.slideTo(580,389,160,10, "doBalloon('Booklet Maker','
The new Booklet printing style prints on both sides of a sheet of paper. This allows you to fold a regular sheet of paper in half and have listings on all 4 sides. Print up to 20 listings per page including pictures!')");break;} } document.onmousemove = getMouseXY;var tempX = 0;var tempY = 0;function getMouseXY(e) {tempX = event.clientX + document.body.scrollLeft;tempY = event.clientY + document.body.scrollTop;status=' Left: ' + tempX + ' Top: ' + tempY;} // --> Clock below this line // //status=sec; go=setTimeout("start()",1) msec++;if(msec==100){msec=0;sec++} } function d(){} function doBalloon(tt,t){balloon1.show();document.all.tit.innerHTML=tt;document.all.txt.innerHTML=t;} function stop(){clearTimeout(go)} function reset(){window.location.reload()} //slideTo(tx, ty, steps, interval, statement) //It accepts five arguments: //dx specifies how many pixels the element should move to the right. // If it is a negative value, the element moves to the left. //dy specifies how many pixels the element should move downward. // If it is a negative value, the element moves upward. //steps specifies the total number of steps (frames) in the animation. // A higher value denotes a smoother animation. //interval specifies the pause, in milliseconds, between each movement. // A lower value denotes a smoother animation. //statement specifies a statement to be executed after the animation is finished. // This parameter must be a string. For example, it could be "alert('done')". //arrow.slideBy(320, -150, 99, 50, "alert('done')"); //arrrow.slideTo(500, 400, 99, 50, "alert('done')"); //arrow.slideTo(tx, ty, steps, interval, statement) // Slide to an exact target position: tx=left and ty=top // to go to 500left and 400 top.... //other moveTo(x, y) show() hide() //methods: left() top() wide() hi() //var arrow = new animation(arrow); -->