<!--
function win(name) {
msg=window.open("","msg","height=520,width=540,scrollbars=yes");
msg.document.write("<html><title>",name,"</title>");
msg.document.write("<body bgcolor='white' onBlur=\"window.close()\">");
msg.document.write("<center><img src='",name,"'></center>");
msg.document.write("<font color='black' face='Arial'><center><p><b>&copy; www.ladiesallsorts.co.uk</b></center>");
msg.document.write("<center><p><a href=\"#\" onClick=\"window.close()\">Close Window</a></center></p></font>");
msg.document.write("</body></html>"); msg.focus();
}
// -->

