function hover(nr,name)
{
	document.images[nr].src = name;
}

function fullSize(kat,nr)
{
	pBreite = 680;
	pHoehe = 480;
	eLeft = (screen.width-pBreite)/2;
	eTop = (screen.height-pHoehe)/2;
	window.open('fullsize.php?kat='+kat+'&nr='+nr, 'Detailansicht', 'width='+pBreite+', height='+pHoehe+', top='+eTop+', left='+eLeft+', menubar=no, resizable=yes, status=no, toolbar=no, scrollbars=yes');
}

window.status="T&S - Gesellschaft für Längenmesstechnik mbH";
