<!--
popFont="Arial,10,,bold"
popup_legal="DISCLAIMER\nRoyal LePage Real Estate Ltd. does not warrant or make any representations\nor claims as to the quality, accuracy, currency or otherwise of any information\ncontained on this site or any sites linked to it. Any decision or action taken\nbased on information contained in this site or any sites linked to it are the sole\nresponsibility of the user. Royal LePage Real Estate Ltd. will not be liable for\nany claim or damage arising out of interpretation, reliance upon or other use\nof the information.\n[ close ] "

<!-- ALL TRADEMARKS, LOGOS, IMAGES, MEDIA, NAMES, ETC. ----
<!-- FEATURED IN THIS WEBSITE ARE PROPERTY OF THEIR    ----
<!-- RESPECTIVE OWNERS AND ARE USED BY PERMISSION.     --->

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


windName = new String
windName = 'waynesCardLarge.JPG'
function newWindow(bookgif) {
  bookWindow=window.open(bookgif,'bookWin','titlebar=no,scrollbars=yes,width=475,height=290')
  bookWindow.focus()
}



		dayInfo = new Array
		dayInfo[1] = "1:00PM - 3:00PM"
		dayInfo[4] = "Independence Day\rEllen's birthday"
		dayInfo[11] = "Stan's birthday"
		dayInfo[16] = "11:00AM - 1:00PM   1:00PM - 3:00PM>"
		dayInfo[19] = "Web Design World '99"
		dayInfo[20] = "Macworld Expo\rWeb Design World '99"
		dayInfo[21] = "1:00PM - 3:00PM   3:00PM - 5:00PM"
		dayInfo[22] = "Sunday May 20th : 1 - 3 PM [click for more info]"
		dayInfo[23] = "Macworld Expo\rWeb Design World '99"
		
		function showInfo(thisDay, house) {
			parent.bottomFrame.document.write
				("<HTML><HEAD><\/HEAD><b><font face=Arial,Helvetica,sans-serif color=white size=2><BODY BGCOLOR=BLACK link=#FF0000 vlink=#CCCCCC alink=#CCCCCC>")
			parent.bottomFrame.document.write
				("<A HREF=HTTP://www.royallepage.ca/Properties/asp/nf_query.asp?action=search_listings&id="+house+" TARGET=mainFrame>"+dayInfo[thisDay]+"<\/A>")
			parent.bottomFrame.document.write
				("<\/font><\/b><\/BODY><\/HTML>")
			parent.bottomFrame.document.close()
		}				 
			

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

//var x,y
//var step=20
//var flag=0


//var message="WAYNEIRWIN.COM "
//message=message.split("")

//var xpos=new Array()
//for (i=0;i<=message.length-1;i++) {
//	xpos[i]=-50
//}

//var ypos=new Array()
//for (i=0;i<=message.length-1;i++) {
//	ypos[i]=-50
//}

function handlerMM(e){
	x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX
	y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY
	flag=1
}

//function makesnake() {
//	if (flag==1 && document.all) {
//    	for (i=message.length-1; i>=1; i--) {
//   			xpos[i]=xpos[i-1]+step
//			ypos[i]=ypos[i-1]
//    	}
//		xpos[0]=x+step
//		ypos[0]=y
	
//		for (i=0; i<message.length-1; i++) {
//    		var thisspan = eval("span"+(i)+".style")
//    		thisspan.posLeft=xpos[i]
//			thisspan.posTop=ypos[i]
//    	}
//	}
	
//	else if (flag==1 && document.layers) {
//    	for (i=message.length-1; i>=1; i--) {
//   			xpos[i]=xpos[i-1]+step
//			ypos[i]=ypos[i-1]
//    	}
//		xpos[0]=x+step
//		ypos[0]=y
	
//	for (i=0; i<message.length-1; i++) {
//    		var thisspan = eval("document.span"+i)
//    		thisspan.left=xpos[i]
//			thisspan.top=ypos[i]
//    	}
//	}
//		var timer=setTimeout("makesnake()",30)
//}

//for (i=0;i<=message.length-1;i++) {
//    document.write("<span id='span"+i+"' class='spanstyle'>")
//	document.write(message[i])
//    document.write("</span>")
//}

if (document.layers){
	document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;
//-->