
<!-- Begin
function enlarge(picture) {
msg=window.open("","msg","height=600,width=600,left=80,top=80");
msg.document.write("<html><title>Styla din bil hos oss</title>");
msg.document.write("<body  onblur=window.close()>");
msg.document.write("<center><image src='" + picture + "' ></center>");
msg.document.write("</body></html><p>");


}
// End -->

