function popupWindow(url) {
	newWindow2=window.open('','name','height=550,width=750,left=100,top=100');
	var tmp = newWindow2.document;
	tmp.write('<html><head><title>Herman Jacobs Design - Interieurs & Exterieurs - Ontwerp & Realisatie</title>');
	tmp.write('<link rel="stylesheet" href="../css/stylesheet.css">');
	tmp.write('</head><body class="popup">');
	tmp.write('<img class="foto" src="');
	tmp.write(url);
	tmp.write('">');
	tmp.write('</body></html>');
	tmp.close();
	if (window.focus) {newWindow2.focus()}

}

function popupWindowVert(url) {
	newWindow2=window.open('','name','height=550,width=750,left=100,top=100');
	var tmp = newWindow2.document;
	tmp.write('<html><head><title>Herman Jacobs Design - Interieurs & Exterieurs - Ontwerp & Realisatie</title>');
	tmp.write('<link rel="stylesheet" href="../css/stylesheet.css">');
	tmp.write('</head><body class="popup">');
	tmp.write('<img class="foto" src="');
	tmp.write(url);
	tmp.write('">');
	tmp.write('</body></html>');
	tmp.close();
	if (window.focus) {newWindow2.focus()}

}

function popupWindowMov(url) {
	newWindow3=window.open('', "name","toolbar=no,width=675,height=525,left=100,top=100");
	var tmp = newWindow3.document;
	tmp.write('<html><head><title>Herman Jacobs Design - Interieurs & Exterieurs - Ontwerp & Realisatie</title>');
	tmp.write('<link rel="stylesheet" href="css/stylesheet.css">');
	tmp.write('</head><body class="popup">');
	tmp.write('<p align="center">Het downloaden van het videobestand kan even duren.</p>');
	tmp.write('<div align="center"><OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="650" HEIGHT="500" TYPE="video/quicktime" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"><PARAM NAME="src" VALUE="');
	tmp.write(url);
	tmp.write('">');
	tmp.write('<EMBED SRC="');
	tmp.write(url);
	tmp.write('" WIDTH="650" HEIGHT="500" TYPE="video/quicktime"></EMBED></OBJECT></div>');
	tmp.write('</body></html>');
	tmp.close();
	if (window.focus) {newWindow3.focus()}
}
function popupWindowMov2(url) {
	newWindow3=window.open('', "name","toolbar=no,width=675,height=525,left=100,top=100");
	var tmp = newWindow3.document;
	tmp.write('<html><head><title>Herman Jacobs Design - Interieurs & Exterieurs - Ontwerp & Realisatie</title>');
	tmp.write('<link rel="stylesheet" href="../css/stylesheet.css">');
	tmp.write('</head><body class="popup">');
	tmp.write('<p align="center">Het downloaden van het videobestand kan even duren.</p>');
	tmp.write('<div align="center"><OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="650" HEIGHT="500" TYPE="video/quicktime" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"><PARAM NAME="src" VALUE="');
	tmp.write(url);
	tmp.write('">');
	tmp.write('<EMBED SRC="');
	tmp.write(url);
	tmp.write('" WIDTH="650" HEIGHT="500" TYPE="video/quicktime"></EMBED></OBJECT></div>');
	tmp.write('</body></html>');
	tmp.close();
	if (window.focus) {newWindow3.focus()}
}
