/*
Script: IBfunctions.js
	Standardfunctions for IB.

	License:
		ALl rights reserved.

	Authors:
		Christian Dressel
*/

//-----------------------------------------------------------------------
// Initialize prettyPhoto
//-----------------------------------------------------------------------

 
		$(document).ready(function(){
			$(".gallery a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook'});
		});

 

//-----------------------------------------------------------------------
// set global variables
//-----------------------------------------------------------------------
 
 
var basetarget,numberformat,akteditobj

 

//-----------------------------------------------------------------------
	


