


Element.hide('prevnext');
Element.hide('imgcontainer');
Element.hide('thumbscontainer');
Element.hide('loading');
Element.hide('switchcontainer');
Element.setOpacity('go_prev', 0);
Element.setOpacity('go_next', 0);

if(!Browser.isMSIE) new Effect.Fade('go_prev', { duration:.1 });
else Element.hide('go_prev');

window.onload = function() {
	window.setTimeout('initializePortfolio()', 800);
}

loading_n = new Image(); loading_n.src = '/imgs/nacht/bg_loading.gif';
loading_t = new Image(); loading_t.src = '/imgs/tag/bg_loading.gif';


$('switchdaytime_container').style.position = 'absolute';
$('switchdaytime_container').style.top = '0px';
$('switchdaytime_container').style.left = '0px';
$('switchdaytime_container').style.height = '100%';
$('switchdaytime_container').style.width = '100%';
$('switchdaytime_container').style.zIndex = '235';
