<br />
<b>Warning</b>:  file_exists() [<a href='function.file-exists'>function.file-exists</a>]: open_basedir restriction in effect. File(/var/www/vhosts//httpdocs/plaatjes/logo/logo.jpg) is not within the allowed path(s): (/tmp:/var/www/vhosts/beheer:/var/www/vhosts/dequino.nl/httpdocs) in <b>/var/www/vhosts/beheer/aanpassen/domeininfo.php</b> on line <b>131</b><br />
<br />
<b>Warning</b>:  file_exists() [<a href='function.file-exists'>function.file-exists</a>]: open_basedir restriction in effect. File(/var/www/vhosts//httpdocs/plaatjes/logo/logo.gif) is not within the allowed path(s): (/tmp:/var/www/vhosts/beheer:/var/www/vhosts/dequino.nl/httpdocs) in <b>/var/www/vhosts/beheer/aanpassen/domeininfo.php</b> on line <b>131</b><br />
<br />
<b>Warning</b>:  file_exists() [<a href='function.file-exists'>function.file-exists</a>]: open_basedir restriction in effect. File(/var/www/vhosts//httpdocs/plaatjes/logo/logo.png) is not within the allowed path(s): (/tmp:/var/www/vhosts/beheer:/var/www/vhosts/dequino.nl/httpdocs) in <b>/var/www/vhosts/beheer/aanpassen/domeininfo.php</b> on line <b>131</b><br />
// JavaScript Document
function openPopup(plaatje, breedte, hoogte) {
	var links = (screen.width-breedte)/2;
	var top = (screen.height-hoogte)/2;
	window.open("http://www./aanpassen/aanpassen/bestanden/popupraam.html", plaatje, "width="+breedte+", height="+hoogte+", top="+top+", left="+links);
}
function openPopupA(plaatje, breedte, hoogte) {
	var links = (screen.width-breedte)/2;
	var top = (screen.height-hoogte)/2;
	window.open("http://www./aanpassen/aanpassen/bestanden/popupraamA.html", plaatje, "width="+breedte+", height="+hoogte+", top="+top+", left="+links);
}
function openPopupAlbum(album, menu, breedte, hoogte) {
	if (breedte==null) breedte = 400;
	if (hoogte==null) hoogte = 300;
	var links = (screen.width-breedte)/2;
	var top = (screen.height-hoogte)/2;
	window.open("http://www./aanpassen/aanpassen/bestanden/popupraamAlbum.php?album="+album+"&menu="+menu, "album", "width="+breedte+", height="+hoogte+", top="+top+", left="+links+", scrolling=NO");
}
function openAlbum(album, menu, breedte, hoogte) {
	setTimeout("openPopupAlbum("+album+", "+menu+", "+breedte+", "+hoogte+")", 5000);
}
