function popUp(img, title) {

	//window.open('popup.php'+popUpVariables,'popup','width=400,height=450,scrollbars=true,title=no,status=no');
	Lightbox.show('images/' + type + '/' + img, title);

}
