function displaySpecs()
{
	document.getElementById('specs').style.display='block';
	window.frames['specs'].location=this.href;
	return false;
}