function zoomWindow(slide) {
	winSource = "<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'><html><head><title>Umbria Rentals</title><meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'><link href='ur_styles.css' rel='stylesheet' type='text/css'></head><body bgcolor='#89846E' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'><div align='center'><table width='100%' height='100%' border='0' align='center' cellpadding='0' cellspacing='0'><tr><td align='center' valign='middle'><table border='0' cellspacing='0' cellpadding='0'><tr><td><table border='0' cellspacing='0' cellpadding='8'><tr><td align='center' valign='middle' background='images/AAA485-tile.gif'><table border='0' cellpadding='2' cellspacing='0'><tr><td align='center' valign='middle' background='images/58001F-tile.gif'><img src='"+slide+"'></td></tr></table></td></tr></table><p align='right'><a href='javascript:;' onClick='window.close()' class='bdyLt'><strong>Close window</strong></a></p></td></tr></table></td></tr></table></div></body></html>";
	
	newWindow=window.open("", "zoomWin", "height=420,width=530,toolbar=no,scrollbars=yes");
	newWindow.document.write(winSource);
	newWindow.focus();
	newWindow.document.close;
}

// document.write('<img src="/cgi-bin/axs/ax.pl?trans.gif&ref=');
// document.write(document.referrer);
// document.write('" height="1" width="1" alt="" />');

function MM_openBrWindow(theURL,winName,features) { //v2.0
  newWindow=window.open(theURL,winName,features);
  newWindow.focus();
}


