
var pu=null;
var today = new Date();

function click() {
if (event.button==2) { 
alert("Alle foto's: © 2000-2010 - GALERIE 4LOF-ART / T+W LOF BV als rechthebbende van Wil Lof");  }
}document.onmousedown=click


function collect(dd) {
document.forms[0].produkt1[2].value=document.forms[0].produkt1[2].value+"\n"+dd; 
}


function zend(t) {
sluit();
document.forms[0].produkt1[0].value=today; 
today = new Date();
//document.forms[0].produkt1[0].value=document.forms[0].produkt1[0].value+" <= van-tot => "+today; 
//document.forms[0].produkt1[1].value="\n"+navigator.appName+"; "+navigator.userAgent+"\n"+t;
//document.forms[0].submit();

}

function sluit() {
	if (pu!=null) {
	if (pu.closed==false) { pu.close(); pu=null; }
	}
}

function popuptxt(d) {
	if (pu!=null) { sluit(); }
	pu=window.open(d,"tc","scrollbars=yes,resizable=yes,width=450,height=300");
	pu.focus();
}


function popup(d,t,w,h,m) {
	if (pu!=null) { sluit(); }
	ww=w+25;hh=h+60;

	if (t=="ab") { tc="Abstracten_2002"; }
	if (t=="ot") { tc="Ontmoetingen_2002"; }
	if (t=="kc") { tc="Kunstuitleencollectie";  }
	if (t=="ir") { tc="Iris_2002"; }
	if (t=="gr") { tc="Grahl Nederland";   }
	if (t=="dk") { tc="Ontmoeting bij KunstKOP"; }
	if (t=="kk") { tc="Ontmoeting bij Kunsthandel Kamphuis"; }
	if (t=="gv") { tc="Ontmoeting bij Galerie Valentijn";  }
	if (t=="hf") { tc="Werken in Het (kunstuitleen)Fonds";  }

dd=d+".jpg";
collect(d);

	txt="resizable=yes,width="+ww+",height="+hh;
	pu=window.open("","tc",txt);
	pu.document.write("<head><title>Schilderij "+d+"</title>")

	if (t=="om") {	
	pu.document.write("<script language='javascript'>function klick() {if (event.button==2) {alert('Photo: © 2000-2010 - GALERIE 4LOF-ART / T+W LOF BV as legal owner of the rights of Wilhelmina Lof'); }}document.onmousedown=klick</script>");
	}
	else {
	pu.document.write("<script language='javascript'>function klick() {if (event.button==2) {alert('Foto: © 2000-2010 - GALERIE 4LOF-ART / T+W LOF BV als rechthebbende van Wil Lof'); }}document.onmousedown=klick</script>");
	}
	

	pu.document.write("</head><body bgcolor='#000000' link='#FFFFFF' vlink='#FFFFFF' alink='#FFFFFF'><p align='center'><img src='"+dd+"' width='"+w+"' height='"+h+"' alt='© 2000-2010 Wil Lof - 4LOF-ART/T+W LOF bv'>");

	if (t=="oh") {	
	pu.document.write("<br><br><font color='#FFFFFF' face='Garamond'><strong><a href='mailto:info@4lof-art.nl?cc=onderhuis@kpnmail.nl&subject=Neem contact op met mij over: "+d+"&body=Mogen wij uw gegevens noteren om u vrijblijvend te informeren over dit kunstwerk van Wil Lof?%0AZo ja, vul dan uw adresgegevens in!%0A%0AZo niet, sluit dan dit venster !%0A%0Anaam:%0aadres:%0Awoonplaats:%0Atelefoon:'>Reserveer voor eventuele aankoop (al dan niet via NGA-kunstkoopregeling)!</a></strong><br><br><body>");
	}

if (t=="fr") {	
	pu.document.write("<br><br><font color='#FFFFFF' face='Garamond'><strong><a href='mailto:4Lof-Art@orange.fr?bcc=info@4lof-art.nl&subject=Contacter moi pour acheter ou louer le tableau: "+d+"'>Contacter moi pour acheter ou louer !</a></strong><br><br><body>"); 
	}

		else {
	pu.document.write("<br><br><font color='#FFFFFF' face='Garamond'><strong><a href='mailto:info@4lof-art.nl?subject=Neem contact op met mij over: "+d+"&body=Mogen wij uw gegevens noteren om u vrijblijvend te informeren over dit kunstwerk van Wil Lof?%0AZo ja, vul dan uw adresgegevens in!%0A%0AZo niet, sluit dan dit venster !%0A%0Anaam:%0aadres:%0Awoonplaats:%0Atelefoon:'>Reserveer voor aankoop of kunstuitleen !</a></strong><br><br><body>"); 
	}

	pu.document.close();
	pu.focus();
} 

