function enlarge(part,id) {
	window.open('image.php?part=' + part + '&id=' + id +'','targetimg','resizable=yes,status=no,screenX=16px,screenY=16px,titlebar=no,width=300,height=200');

return false;

}
