function openWindowW(url, name) {
  popupWindow = window.open(url, name,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=420,height=320,left=100, top=100,')
newWindow(popupWindow)
}

function newWindow(x) {
	x.focus()
}

function openWindowH(url, name) {
  popupWindow = window.open(url, name,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=320,height=420,left=100, top=100,')
newWindow(popupWindow)
}

function newWindow(x) {
	x.focus()
}


 function foot() { 
document.write("<div class='smallB' >&nbsp;MK Woodburn &copy;  (P) 415-499-1655  <a href='mailto:mwoodburn@lvha.net 'class='blink'>&nbsp;mwoodburn@lvha.net &nbsp;</a>&nbsp;</div><br />")} 

 function hand() { 
document.write("<img src='images/spacer.gif' width='100' height='352'border='0'align='middle'><br><img src='images/spacer.gif' width='30' height='1'border='0'align='middle'><img src='images/star.gif'width='20' height='20' border='0'><a href='index.htm' class='reg'> Home</a><br><img src='images/spacer.gif'width='100'height='125' border='0' align='middle'>")} 


<!-- Begin
// Get today's current date.
var now = new Date();

// Array list of days.
var days = new Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');

// Array list of months.
var months = new Array('January','February','March','April','May','June','July','August','September','October','November','December');

// Calculate the number of the current day in the week.
var date = ((now.getDate()<10) ? "0" : "")+ now.getDate();

// Calculate four digit year.
function fourdigits(number)	{
	return (number < 1000) ? number + 1900 : number;
								}

// Join it all together
today =  days[now.getDay()] + ", " +
              months[now.getMonth()] + " " +
               date + ", " +
                (fourdigits(now.getYear())) ;

// Print out the data.

//  End -->



//<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("Sorry, this image is copywright protected.");
return false;
}
return true;
}

document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;
//  End -->

