//GreyBox configuration
//Use animation?
var GB_ANIMATION = true;
var GB_IMG_DIR = "_pub/js/greybox/";

//Clicking on the transparent overlay closes the GreyBox window?
var GB_overlay_click_close = false;

//Demo change headline - look more in demoiframe
//$ function is like getElementById
function changeHeadline(text){
	$('headline').innerHTML = text;
}