function init() {
	var doc = parent.document;
	doc.getElementById( "bck" ).style.backgroundImage = "none";
	doc.getElementById( "thumbs" ).style.display = "block";
}

