function popUp(page,PWidth,PHeight,id) {
 eval("designerwiz"+id+"=window.open('"+page+"','designerwiz1','toolbar=0,scrollbars=0,location=0,status=0,menubars=0,resizable=0,width="+PWidth+",height="+PHeight+"')")
eval;("wiz"+id+".window.moveTo((screen.width/2)-(PWidth/2),(screen.height/2)-(PHeight/2))")
}

function i(imageURL,imageTitle,size){

 var _resizable=0;
 var _status=0;
 var _scrollbars=0;
 var img = new Image;
 img.src=imageURL;
 var winl = "100";
 var wint = "100";
 
 if (size == "1") {
  var _h = "213";
  var _w = "320";
 }
 else {
  var _h = "320";
  var _w = "213";
 }
 
var _win=window.open("","","height="+_h+", width="+_w+", top ="+wint+", left = "+winl+", resizable="+_resizable+", status="+_status+", scrollbars="+_scrollbars);


with (_win.document) { 

	writeln('<html><head><title>'+imageTitle+'</title>'); 
	writeln('<style type="text/css"><!-- body { margin:0px; padding:0px; } --></style></head>'); 
	writeln('<body onload="self.focus();"><img src='+imageURL+' title="'+imageTitle+'" alt="'+imageTitle+'" onClick="window.close();" /></body></html>'); 
	close();		 
} 
return false;
}
 


function webshop()
{
	window.open('http://www.dtgkaarsen.nl/login/mandje.php?cmd=overzicht','Webshop DTG-Kaarsen','width=600,height=400')
}

function webshopadd(naam)
{
	window.open('http://www.dtgkaarsen.nl/login/mandje.php?cmd=add&product=' + naam + '','Webshop DTG-Kaarsen','width=600,height=400,scrollbars=1,resizable=0')
}
