function zoom_image() {
html = '<html><head><title>View Detail</title></head>' + '<body style="margin: 0px; text-align:center; background-color: #999966;" link="#000000"> ' + '<div style="width:560px; text-align: center;"><embed style="margin-bottom:5px;" src="http://vimby.com/swf/media/VideoPlayerAS3.swf" width="560" height="448" bgcolor="#FFFFFF" type="application/x-shockwave-flash"  pluginspage="http://www.macromedia.com/go/getflashplayer"  flashvars="p_nID=5651&p_nCategoryID=9&p_sPlayerSize=560x448&p_bWide=true" scale="showall" AllowScriptAccess="always" allowfullscreen="true" wmode="transparent"></embed></br><a style="background: black; padding: 4px 18px; color: #ffc423; font-family: Helvetica, Arial; font-size: 12px; font-weight: bold;" href="http://vimby.com/video/travel/us/all/detail/5651">VIMBY - Hotel Buckminster</a></div> ' + '<p align="center"><a href="#" onClick="window.close(this); return false;">Close Window</a></p></body></html>';
popup=window.open ('','zoom','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,top=90,left=270,width=560,height=520');
popup.document.open();
popup.document.write(html);
popup.document.close();
}
