function preloadImages() { //v3.0
	var d=document;
	if(d.images){
	if(!d.MM_p) d.MM_p=new Array();
	var i,j=d.MM_p.length,a=preloadImages.arguments;
	for(i=0; i<a.length; i++)
	if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function preview(url)
{
	url += "";
	//alert(url);
	window.open("http://www.menm.be/preview.php?p="+url,"preview","toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1, resizable=0, copyhistory=0, width=500, height=400");
	//preview.focus();
}

function press(url)
{
	url += "";
	//alert(url);
	window.open("./preview.php?p=files/"+url,"preview","toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1, resizable=0, copyhistory=0, width=500, height=400");
	//preview.focus();
}
