document.write('<script type="text/javascript" src="' + (isBackend?'../':'') + 'lib/js/icpictures/icpictures.js"></script>');

function popup(url, winWidth, winHeight, sb) 
{
	winTop = (screen.height - winHeight) / 2;
	winLeft = (screen.width - winWidth) / 2;
	window.open(url,"","width=" + winWidth + ",height=" + winHeight + ",top=" + winTop  + ",left=" + winLeft  + ",resizable=no,scrollbars=" + sb + ",toolbar=no");
}

function changePicture(id, image, title)
{
	var holder = $(id);
	holder.src = image;
	holder.alt = title;
	holder.title = title;
}