/*
Jallery PopUp-function.
Created 2007-03-19 by MTG New Media (HJ)
Usage: Jallery(Width, Height, Directory, Overview, Allow Slideshow)
Overview options: top, bottom, left, right, off
Allow Slideshow: yes / no
*/


function Jallery(width, height, imagedir, overview, autoplay) {
	var generator = window.open('/modules/mod_ImageJallery.php?height='+(height+40)+'&width='+width+'&pop_dir='+imagedir+'&overview='+overview+'&autoplay='+autoplay,'JalleryPopUp','width='+width+',height='+(height + 75)+',menubar=no,status=no,location=no,toolbar=no,scrollbars=no');
}