function foto(bild) {
 wolle=window.open("","Wolle","width=440,height=640,left=0,top=0")
 wolle.document.write('<html>\n<head><title>Maria Kasperlik</title></head>')
 wolle.document.write('<body bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">')
 wolle.document.write('<tr><td align="center" valign="middle" border="0"><img SRC="'+bild+'">\n</td></tr></table>')
 wolle.document.write("</center>\n</body>\n</html>")
 wolle.document.close()
 wolle.focus()
}

function fotobreit(bild) {
 wolle=window.open("","Wolle_breit","width=640,height=440,left=0,top=0")
 wolle.document.write('<html>\n<head><title>Maria Kasperlik</title></head>')
 wolle.document.write('<body bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">')
 wolle.document.write('<tr><td align="center" valign="middle" border="0"><img SRC="'+bild+'">\n</td></tr></table>')
 wolle.document.write("</center>\n</body>\n</html>")
 wolle.document.close()
 wolle.focus()
}

function kauf(bild) {
 wolle=window.open("","Kauf","width=480,height=640,left=0,top=0")
 wolle.document.write('<html>\n<head><title>Maria Kasperlik</title></head>')
 wolle.document.write('<body bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">')
 wolle.document.write('<tr><td align="center" valign="middle" border="0"><img SRC="'+bild+'">\n</td></tr></table>')
 wolle.document.write("</center>\n</body>\n</html>")
 wolle.document.close()
 wolle.focus()
}

function kaufbreit(bild) {
 wolle=window.open("","Kauf_breit","width=640,height=480,left=0,top=0")
 wolle.document.write('<html>\n<head><title>Maria Kasperlik</title></head>')
 wolle.document.write('<body bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">')
 wolle.document.write('<tr><td align="center" valign="middle" border="0"><img SRC="'+bild+'">\n</td></tr></table>')
 wolle.document.write("</center>\n</body>\n</html>")
 wolle.document.close()
 wolle.focus()
}

function kaufquadrat(bild) {
 wolle=window.open("","Kauf_quadrat","width=640,height=640,left=0,top=0")
 wolle.document.write('<html>\n<head><title>Maria Kasperlik</title></head>')
 wolle.document.write('<body bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">')
 wolle.document.write('<tr><td align="center" valign="middle" border="0"><img SRC="'+bild+'">\n</td></tr></table>')
 wolle.document.write("</center>\n</body>\n</html>")
 wolle.document.close()
 wolle.focus()
}

function FotoClose() {
 wolle.close()
}
