function MM_jumpMenu(targ,selObj,restore){  //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function openflash(url)
{
	var width  = 575;
	var height = 420;
	var left   = (screen.width  - width)/2;
	var top    = (screen.height - height)/2;
	var params = 'width='+width+', height='+height;
	params += ', top='+top+', left='+left;
	params += ', directories=no';
	params += ', location=no';
	params += ', menubar=no';
	params += ', resizable=no';
	params += ', scrollbars=no';
	params += ', status=no';
	params += ', toolbar=no';
	window.open(url,'',params);
}

// JavaScript Document

function popup(folder,bestand,b,h) {
  var loc=""+folder+"/"+bestand;
  var parameters="toolbar=no,scrollbars=no,location=no,status=no,menubar=no,resizable=no,top=0,left=0,width="+b+",height="+h;
  foto = window.open("","pic",parameters);
  foto.moveTo((screen.availWidth-b)/2, (screen.availHeight-h)/2);
  foto.document.write("<html><head><title>:: Ventura - "+bestand+" ::</title></head>");
  foto.document.write("<style>body { margin: 0px;overflow: hidden; }</style>");
  foto.document.write("<script type='text/javascript'>window.onblur=function(){self.close();};</script>");  
  foto.document.write("<body><a href='javascript:window.close();' title='[Klik om te sluiten]'><img src='"+loc+"' border='0' height="+h+"></a></body></html>");
  foto.document.close();
}
function closeme(){
	document.getElementById('flash').style.visibility = 'hidden';
}
