/*
*	file:			global.js
*	content:		global functions
*	project:		WWP
*	version:		1.0
*	last update:	[$date]
*	developer:		dli
*	all rights at:	daniel.liebig@wevin.de 
*
*/

function openPopup(galleryID)
{
	var	width	= 710;
	var	heigth	= 462;
	var path	= '';
	PopUp	= window.open( '/popup.php?gallery/index/' + galleryID , 'popUp', 'resizable=no,width=' + width + ',height=' + heigth);
	PopUp.focus();
}