function getImage( part, image )
{
	document.getElementById( 'part' ).value = part;
	document.getElementById( 'image' ).value = image;
	window.open( 'kuva.php', 'kuva', 'toolbar=no, status=no width=800, height=768, menubar=no resize=yes' );
	document.forms.form1.submit();
}
