I am using the simple modal JQuery plug in to display a single dialogue box on my HTML website. It works well but now I would like to display two or more separate dialogue boxes on the same page. Is this possible?I am using the code from the demo download with the JQuery calls and css file.\[code\]<div id='container'><div id='content'><div id='basic-modal'><a href='http://stackoverflow.com/questions/14469432/#' class='basic'><img src="http://stackoverflow.com/questions/14469432/images/BlueButtonAccess.png" alt="Access Atatement" id="Image4" onmouseover="MM_swapImage('Image4','','images/BlueButtonAccess2.png',1)" onmouseout="MM_swapImgRestore()" /></a></div> <!-- modal content --><div id="basic-modal-content"><div id="simplemodal-header"><h3>Hill House Access Statement </h3></div> <div id="iframebox"><iframe src="http://stackoverflow.com/questions/14469432/Access Statement iframe.htm" style="background-color: #3D4049;"width="780" height="476" align="left" frameborder="no" marginheight="0px" scrolling="vertical" ></iframe></div></div><!-- preload the images --><div style='display:none'><img src='http://stackoverflow.com/questions/14469432/images/CloseButton2.png' alt='' id="Image6" onmouseover="MM_swapImage('Image6','','images/CloseButton.png',1)" onmouseout="MM_swapImgRestore()" /> </div></div></div> \[/code\]