function CreatePopup(StoreName,LocationDescription,ImageUrl,Description,CompleteDescription,Phone,Hours,WebsiteUrl){StoreName=StoreName.replace("&singlequot;","'");LocationDescription=LocationDescription.replace("&singlequot;","'");Description=Description.replace("&singlequot;","'");Phone=Phone.replace("&singlequot;","'");Hours=Hours.replace("&singlequot;","'");WebsiteUrl=WebsiteUrl.replace("&singlequot;","'");var ComingSoon='';newwindow=window.open('','name','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=482,height=330,left=400,top=300');var tmp=newwindow.document;tmp.write('<html><head><title>The Shops at Legacy</title><link rel="stylesheet" href="/hlegacy/index.css" type="text/css" />');tmp.write('<style type="text/css">body { padding: 20px 20px 20px 20px; }</style></head><body id="PopupModel">');tmp.write('<div style="width:100%;"><img onclick="self.close()" src="/hlegacy/Images/close-button.gif" style="float: right;" alt="close" />');if(ImageUrl!='')tmp.write('<center><img src="'+ImageUrl+'" /></center>');else tmp.write('<h2>'+StoreName+'</h2>');tmp.write('<br /></div><table><tbody><tr><td><div id="PopupLeft">');tmp.write('<p class="Popup1Liner">'+' '+Description+'</p>');tmp.write('<div class="PopupAddress"><p class="PopupParagraph">'+LocationDescription+'</p></div><div class="PopupPhoneNumber">'+Phone+'</div><div class="PopupHours"><p class="PopupParagraph">'+Hours+'</p></div>');tmp.write('</div></td><td>');tmp.write('<p><a target="_blank" href="'+WebsiteUrl+'" >'+WebsiteUrl+'</a></p>');tmp.write('<div id="PopupRight">');tmp.write('<div><p class="PopupCompleteDescription">'+CompleteDescription+'</p></div></div></td></tr></tbody>');tmp.write('</body></html>');tmp.close()}