// JavaScript Document

function description(objTitle,objExtra,objCat) {
	var objID = document.getElementById('description');
	objID.innerHTML = '<strong>'+objTitle+'</strong> '+objExtra+' <strong style="color:#eee">'+objCat+'</strong>';
}

function open_archive () {
	var sSize = screen.width;
	window.open('archive.php','Archive','scrollbars=yes,resizable=yes,width=sSize,height=650')
}
