// PopupPic

function PopupPic(sPicURL) {
     window.open( "popup.htm?"+sPicURL, "",  
     "resizable=0,HEIGHT=200,WIDTH=200");
   }  

function preview(folder,afbeelding)
{
	venster=open("preview.asp?folder="+folder+"&picture="+afbeelding,"venster","height=300,width=300,scrollbars=no,left=10,top=10,screenX=10,screenY=10");
	venster.focus();
}


// Popup flash folder

function popUpFlashfolder(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=600,left=0,top=0');");
}
   