function openwin(url, width, height, tit)
{
win1 = open("", "_blank", "toolbar=0,status=0,location=0,menubar=0,directories=0,scrollbars=0,resizeable=0,width="+width+",height="+height);
win1.document.open();
win1.document.write("<html><head><title>"+tit+"</title></head><body bgcolor=#ffffff leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><a href=\"javascript:window.close()\"><img src="+url+" border=0 alt=\"close window\"></a><map name="Map"><area shape="rect" coords="15,187,155,249" href="http://www.tripadvisor.com/Attraction_Review-g616091-d1059222-Reviews-Wine_and_Voyages-Nuits_Saint_Georges_Burgundy.html">
<area shape="rect" coords="10,314,157,355" href="http://travel.latimes.com/articles/sns-trvrail1-wk3-dec29">
</map></body>
</html>");
win1.document.close();
}
