function init_shadowbox()
{
	var options = 
	{
		resizeLgImages:     true,
		handleUnsupported:  'remove',
		initialHeight:		200,
		initialWidth:		200,
		keysClose:          ['c', 27] // c or esc
	};
	Shadowbox.init(options);
}
setTimeout("init_shadowbox()",4000);