function fotovenster(FOTO,NAAM) { var FOTO; var NAAM; var EXPR = /\'/g; NAAM = NAAM.replace(EXPR,"X"); fotowindow=window.open("","","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes"); fotowindow.moveTo(0,0); fotowindow.resizeTo(screen.availWidth,screen.availHeight); fotowindow.document.bgColor="#F1F7FA"; fotowindow.document.write('KunstEnSuite<\/TITLE>'); fotowindow.document.write('<meta http-equiv="imagetoolbar" content="no">'); fotowindow.document.write('<link rel="stylesheet" href="KeS_foto.css" type="text/css" media="screen,projection">'); fotowindow.document.write('<\/HEAD><BODY bgcolor="#111111" onBlur="self.focus()">'); fotowindow.document.write('<div align="right"><p align="center"><\/p><TABLE id="table1" align="right"><tr><td>'); fotowindow.document.write('<h5>omlijsting:<\/h5>'); fotowindow.document.write('<SELECT name="clr1" language="javascript" onChange="img.style.borderWidth=this.options[this.selectedIndex].value" size="4">'); fotowindow.document.write('<option value="0px">geen'); fotowindow.document.write('<option value="5px">smal'); fotowindow.document.write('<option value="15px">normaal'); fotowindow.document.write('<option value="30px">breed'); fotowindow.document.write('<\/SELECT><\/td><\/tr><tr><td>'); fotowindow.document.write('<SELECT name="clr2" language="javascript" onChange="img.style.borderColor=this.options[this.selectedIndex].value" size="10">'); fotowindow.document.write('<option value="#111111">zwart'); fotowindow.document.write('<option value="#808080">grijs'); fotowindow.document.write('<option value="#ffffff">wit'); fotowindow.document.write('<option value="#c0c0c0">zilver'); fotowindow.document.write('<option value="#ffd700">goud'); fotowindow.document.write('<option value="#a52a2a">bruin'); fotowindow.document.write('<option value="#ff0000">rood'); fotowindow.document.write('<option value="#800080">paars'); fotowindow.document.write('<option value="#0000ff">blauw'); fotowindow.document.write('<option value="#008000">groen'); fotowindow.document.write('<\/SELECT><\/td><\/tr><tr><td>'); fotowindow.document.write('<h5>achterwand:<\/h5>'); fotowindow.document.write('<SELECT name="clr" language="javascript" onChange="document.bgColor=this.options[this.selectedIndex].value" size="25">'); fotowindow.document.write('<option value="#F1F7FA">neutraal'); fotowindow.document.write('<option value="#111111">zwart'); fotowindow.document.write('<option value="#808080">grijs'); fotowindow.document.write('<option value="#ffffff">wit'); fotowindow.document.write('<option value="#c0c0c0">zilver'); fotowindow.document.write('<option value="#ffd700">goud'); fotowindow.document.write('<option value="#ffff00">geel'); fotowindow.document.write('<option value="#ffa500">oranje'); fotowindow.document.write('<option value="#a52a2a">bruin'); fotowindow.document.write('<option value="#a0522d">sienna'); fotowindow.document.write('<option value="#cd853f">peru'); fotowindow.document.write('<option value="#f0e68c">kaki'); fotowindow.document.write('<option value="#f5deb3">beige'); fotowindow.document.write('<option value="#ff7f50">koraal'); fotowindow.document.write('<option value="#fa8072">zalm'); fotowindow.document.write('<option value="#ffc0cb">roze'); fotowindow.document.write('<option value="#ff0000">rood'); fotowindow.document.write('<option value="#ee82ee">violet'); fotowindow.document.write('<option value="#800080">paars'); fotowindow.document.write('<option value="#4b0082">indigo'); fotowindow.document.write('<option value="#0000ff">blauw'); fotowindow.document.write('<option value="#00ffff">cyaan'); fotowindow.document.write('<option value="#40e0d0">turquois'); fotowindow.document.write('<option value="#008000">groen'); fotowindow.document.write('<option value="#808000">olijf'); fotowindow.document.write('<\/SELECT><\/td><\/tr><\/table><\/div><div align="left"><p align="center">'); fotowindow.document.write('<IMG name="img" SRC="' + FOTO + '" HEIGHT="600" border="5px" style="border-style:solid">'); fotowindow.document.write('<\/p><h4 align="right">'); fotowindow.document.write('<h5 align="right">'+ NAAM ); fotowindow.document.write('<\/div><FORM><p align="right"><input type="button" value="sluit venster" onClick="window.close()"><\/p>'); fotowindow.document.write('<\/FORM><\/BODY><\/HTML>'); fotowindow.document.close(); }